Search results

  1. StormCrow42

    First Things First -- a multipurpose pre-combat consult script

    One thing I missed here is that you probably do want to noodle anyway if you're going to putty the monster, insult it, or plaster flyers on it, since those actions cause automatic hits otherwise.
  2. StormCrow42

    First Things First -- a multipurpose pre-combat consult script

    TextEdit sounds more likely to not mangle the script with special formating. In any event, FTF and SS are pretty well configured out of the box, you really only need to change things if you have Olafaction and want to customize what you use it on, or if you have a GGG and want SS to work with it.
  3. StormCrow42

    Looking for birdform MP conserving script

    No harm done there. I didn't notice that logic in the script, it seems like a decent enough idea. I'm not certain exactly where that threshold should be set. I might have a better idea after I ascend again. My bigger concern is throwing out the wing buffets early in the cycle when it's by no...
  4. StormCrow42

    macguffin.ash (a script in progress)

    MapleMario: create an outfit called "current"
  5. StormCrow42

    Looking for birdform MP conserving script

    I tried this script briefly on my ascending character who was in the middle of the war. For the most part, it worked well, but I encountered a few issues. These are my very brief first impressions. As you can see here, the script crammed as many attacks as possible into the first few...
  6. StormCrow42

    adventures per action?

    In any event, a CCS isn't going to get called for the shore, so no worries there. And except for the sea, other actions that consume multiple adventures do so outside of the context of the single adventure the CCS is getting called for. Except for perhaps the hydrated desert, I don't know that...
  7. StormCrow42

    Equipt - an item selection tool

    There is a "pickFamiliar" configuration line at the top of the script. Alternately, you can "set familiarLock = 1"
  8. StormCrow42

    Hobo monkey consult script version 0.4

    Have you looked at SmartStasis? It looks like it does disco dancing as well as uses stasis with the hobo monkey.
  9. StormCrow42

    SmartStasis -- a complex script for a simple CCS

    Each gremlin has a specific tool that it drops. Yossarian tells you both which tool to look for and where to find it. So in the zone you adventure in, you'll find several different gremlins, an AMC gremlin, the gremlin that has the tool, his clone that doesn't have the tool, and other gremlins...
  10. StormCrow42

    First Things First -- a multipurpose pre-combat consult script

    You don't call the script from the CLI. You put it in your CCS as specified in the first post. The comments inside the script should be sufficient to explain what to change. For the most part, you don't need to change anything unless you've got Olafaction and want to sniff more or different...
  11. StormCrow42

    cookie-wormwood.ash - Script to acquire Worm Wood items while adventuring

    I've solved my problem with preexisting goals, as well as taken a hint from other posters and configured the script to not fetch semi-rares in hardcore, since you might actually want to pick them on your own there.
  12. StormCrow42

    Need a way to get one choice adventure without using goals.

    I've tried the following code, from getadventure.ash, but now I'm running afoul of the aborts from not accomplishing the previously set goals. boolean getChoiceAdv(int count, location l) { string last_adventure = ""; int n=0; while((n < count) && (my_adventures()>0)) { n = n + 1...
  13. StormCrow42

    First Things First -- a multipurpose pre-combat consult script

    One more thing I noticed, is that FTF throws noodles when we don't get the jump, even if we're "in the clear". That seems to be a waste of 3 MP most of the time. Edit: well except that noodling also makes sense if we're going to flyer or putty the monster.
  14. StormCrow42

    Looking for birdform MP conserving script

    If this note command exists, reading it would be ideal. Then I could just set my CCS to collect elemental feathers in specific zones rather than futz with the command line.
  15. StormCrow42

    Looking for birdform MP conserving script

    A note would be nice. Then you could code goals for different zones or monsters in the CCS rather than trying to futz with passed parameters or mostly duplicate scripts.
  16. StormCrow42

    Need a way to get one choice adventure without using goals.

    I was hoping to be generic enough to not hardcode effect names (as well as being lazy and not rewrite more code than I have to), but I may just have to do that. I'll just have to add additional variables to the routine that configures the choice adventures and picks the proper zones. Thanks...
  17. StormCrow42

    Need a way to get one choice adventure without using goals.

    visit_url feels like a hack. In addition, that doesn't look like it would handle the combats I'm likely to encounter. An alternate to working without goals would be a way to save and restore the original goals.
  18. StormCrow42

    Need a way to get one choice adventure without using goals.

    My Worm Wood handling counter script seems to be reasonably stable. Unfortunately, I currently am decending to using goals to get the choice adventures in the Worm Wood. This has the very annoying side effect of nuking whatever legitimate goals you might have set. I'm looking for a better way...
  19. StormCrow42

    Worm Wood Prize Script Pack

    Check out my script. It will handle 5-1 leveling.
Back
Top