Recent content by degrassi

  1. D

    Trophy progress

    I've been away for a while so didn't update anything. I've updated the main script to fix the "best meal" trophy and has some very basic support for the "Awww, Yeah" trophy. Maths could be better on that one, but I'm feeling math bad today. If anyone wants to do the figures and get me a more...
  2. D

    Trophy progress

    I don't know of a good way to track the gender bender trophy, so it's not in the script at all. I'll look into the surprise egg one. There may be something goofy in the consumption record parser.
  3. D

    War medal list

    This is a simple display that sees what war medals you have and creates a display telling you such. Since I want to gradually work towards owning all of them, I did this to help me plan my war activities. It's mostly lifted from a coldfront wiki template, but is restructured to better work...
  4. D

    How to cycle through all items, or locations, or etc.

    This seems to work to list all locations. Again, I'm sure there's a better way, but this generated a list for me. string [string,string] loc; file_to_map("adventures.txt",loc); foreach x in loc { foreach y in loc[x] { // loc[x,y] == name of location, so you could to_location( loc[x,y] )...
  5. D

    How to cycle through all items, or locations, or etc.

    This is the only (easy) way I can think to do it. It'd only really be decent if you wanted to loop through the items for multiple checks of one sort or another. It creates a map with all the items in it that you can then foreach through. It's pretty quick, but still probably not the most...
  6. D

    Trophy progress

    Because of a typo. :) Fixed. I'll upload the updated file later this morning when I test a couple of other changes I've made to it.
  7. D

    Location of a script question (version-detection)

    I think you're right - the sample should be more like what someone would use (which user_confirm() is superior in most cases). I'll change it here soon. Also, I'm toying with a way of importing a short "what changed" line into the versioning so that you could not only say that there was a...
  8. D

    Location of a script question (version-detection)

    I simply did the version print() text as an example more than anything. In a real script, I think your idea is superior, and will snag it for any biggish scripts I put together and post. I don't know that I'd want to interrupt a script if the versioning script itself was updated, but it's worth...
  9. D

    Location of a script question (version-detection)

    I edited the above post to add the script with some usage details. It isn't heavily tested yet, but works OK on the couple of scripts I've played with. I'll test some more in the next day or two.
  10. D

    Location of a script question (version-detection)

    I am finishing up a script that will automatically check for new versions of a script when it is run. If others may be interested in this, where would something like this live? Is this the appropriate forum since it isn't particularly useful without some other script to work with? Thanks...
  11. D

    Trophy progress

    Rock. Thanks! [edit] I looked at the debug log. A large majority of it seems to be from what mafia puts into the debug log (pretty much everything) and how the familiar tour trophies are parsed out since there's a lot of string parsing in that. It looks at the preferred familiar of each...
  12. D

    Trophy progress

    That's odd. I have a handful of those and the only ones listed are the ones I already own. Are you using any greasemonkey scripts that would affect your trophy list? I've only tried this on a handful of accounts but it seemed to work with the consumption trophies consistantly. If you don't have...
  13. D

    Clothing checkpoint/restore

    I got pretty stopped when I saw posts saying that the ash command "checkpoint()" was removed that I didn't think to look to see if it was still there in the CLI command set. Dang. That's way easier. Thanks!
  14. D

    One-Click Wossname -- automatic level 12 quest completion

    I tried this script (very ambitious, btw) and it worked alright until the orchard. It tried to do the orchard sub-quest but when I ran out of stench with the royal guards it just collapsed. There should probably be a check in there to see if the RNG hates you and you don't get the guard's scent...
  15. D

    Trophy progress

    Well it has already done some good, then! I use it so I can be compulsive about things, but it's great to hear it suprised someone like this.
Top