Search results

  1. 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...
  2. 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...
  3. D

    Clothing checkpoint/restore

    I was struggling with a way to easily save/restore clothing sets in ash, and put this together to handle it for me. These are two separate small scripts that will save/restore your clothing. It doesn't save it as a custom outfit since there doesn't seem to be an easy way to do that through ash...
  4. D

    Simple CollectorScore function

    Short and sweet. This script simply puts together your "collector score". You can call it directly, or import it and call CollectorScore(). I figured there had to be a script like this around, but I searched for a bit and didn't see one. If anyone else wants one and couldn't find one either...
  5. D

    Trophy progress

    I put together this trophy progress bar to pop up during my breakfast script. This lets me know the actual progress towards various trophies. I added support for a few trophies I already have, so hopefully those are working as well as for the ones I don't have. It tries to make some simple...
  6. D

    Quest testing

    I've seen here and there a desire to know if a quest is completed or not. This is what I tossed together to do this. It currently reports the status of a quest as simply "unavailable" (not given by the quest giver yet), "current" (active but incomplete), and "complete". I'd like it to be able...
  7. D

    Yet another ascension prepare script

    I was trying to find a cleaner way to have an ascension preparation script. I'm still building a list of things I want each run, and a list of things I want to get rid of. My goal was to: Have a list separate from the code of items Allow me to say how many I want to keep of a particular item...
Top