Recent content by Rapped Scallion

  1. R

    SmartStasis -- a complex script for a simple CCS

    It solved the problem for the day, but the problem recurred the next.
  2. R

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    I don't remember. Maybe level 11, in the desert? I believe I recall it searched for a mini-hipster, and when I didn't have one it went for a volleyball. I'll confirm when I see it, the next time I ascend.
  3. R

    CounterChecker: Wormwood, Semi-rares, Dance Cards and more

    How do you set it to pick from a specific list? I'm interested in doing this so I can write up a list of SRs at the start of a run, and use that list while bumcheekascend auto-adventures. I'm looking for something that would mark when it's picked up an SR, so that if I used that SR in-run it...
  4. R

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    There is at least one place in the script where, if you change the default familiar, it still chooses a bloody-faced volleyball. Probably because it wants to make sure we use a stat familiar at that point? Which is a bit odd, since the default familiar only ever seems to pop up in areas where...
  5. R

    SmartStasis -- a complex script for a simple CCS

    It seems to have for today, thanks. I'll let you know tomorrow if it crops again then.
  6. R

    SmartStasis -- a complex script for a simple CCS

    I get the following fatal error message every time at the beginning of a day when I use mafia to run a fight: Bad item value: "double-ice box" (BatBrain.ash, line 387) Consult script 'SmartStasis.ash' not found. This has happened for about a week. Every time this happens I download the newest...
  7. R

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    For some reason, the script chose to use my Bloody-Faced Volleyball over my Cymbal-Playing Monkey, even though they were at the same weight (version 0.19) Also, when I upgraded to 0.21, now when I bring up the relay browser I get a message in the GCI that there's a new version of the script...
  8. R

    OCD Inventory control

    Is there a way to have two databases, one to access in aftercore and one in hardcore / ronin?
  9. R

    Sewer.ash - It gets you through the sewers!

    I found a couple bugs: If you set checkBinder = true, then if you're already wearing your outfit with the binder the script shuts down because it can't find the binder in your inventory. I had to unequip the binder, after which then it would find it and equip my outfit. Also, and more serious...
  10. R

    ZLib -- Zarqon's useful function library

    Thanks, yeah. Problem solved.
  11. R

    ZLib -- Zarqon's useful function library

    I got the following error from zlib 23 using mafia 14.4: Bad location value: "throne room" (zlib.ash, line 419) And from zlib 23 using mafia build 9052: Bad location value: "king's chamber" (zlib.ash, line 419)
  12. R

    bounty farming script help

    Hi all. I have a script I've been working on, a simple farming script, and I've got the following I've written up for it. I'm writing it in CLI as much as I can because I want to keep it simple. The idea is that, if the bounty hunter has a bounty in the Castle or the Lab, I'll take the bounty...
  13. R

    He-Boulder script help

    How about this? void main(string pageTextOne, string pageTextTwo) { if (contains_text(pageTextOne, "Everything Looks Yellow") ) { if (contains_text(pageTextTwo, "yellow eye") ) { use_skill ( $skill[Point at your opponent] ); } else throw_item ( $item[seal tooth] ); } else...
  14. R

    He-Boulder script help

    I'm trying to build a simple script that looks to see if the he-boulder's Everything Looks Yellow effect is active, and if not then it uses a turtle totem until the he-boulder's eyes glow yellow, then points to disintegrate an enemy. Here's what I have so far, cribbed together from someone...
Top