Recent content by Deraj

  1. D

    snack machine

    thanks!
  2. D

    snack machine

    What line would I include in an ASH script to snag, say, the radium-flavored potato chips from the snack machine in the rumpus room? I thought that it would be similar to using Mr. Klaw, which I do by including: visit_url("clan_rumpus.php?action=click&spot=3&fumi=3"); The problem I have is...
  3. D

    help with resting in campground

    Nice! It was fixed, like you said, in the next build. thanks!
  4. D

    help with resting in campground

    I downloaded latest build of KolMafia today and I'm now getting an error when I run: cli_execute("rest"); Did the command change? thanks!
  5. D

    "adventure * castle" continually interrupted

    Ah ha! Somehow my "currentBountyItem" property got set to discarded pacifiers even though I wasn't on a bounty hunt and the Hunter wasn't even looking for pacifiers. This caused KoLMafia to stop whenever I fought a Raver Giant. thanks again for the help!
  6. D

    "adventure * castle" continually interrupted

    I just checked my Goals section. The box was unchecked, though it had "5 discarded pacifier" grayed out in the text box. I'm out of adventures for today, but tomorrow I'll check to see if the box somehow gets checked while I'm adventuring...
  7. D

    "adventure * castle" continually interrupted

    When I type "adventure * castle" into the graphical CLI, I usually only end up adventuring in the castle for 3-10 turns. The same thing happens if I type something like "adventure 100 castle". Usually it goes something like this: I have 200 or so adventures left. I type "adventure * castle"...
  8. D

    help with semi-rares / set_property

    Thanks again Veracity! I really appreciate your help.
  9. D

    help with semi-rares / set_property

    I tried your ASH script and still got the same error. :( I think the script halted just before it got to the line: if ( result == false ) result = adventure(1,$location[Outskirts of The Knob]); I can't figure out why the script would work for you but not for me... On a mildly related note...
  10. D

    help with semi-rares / set_property

    Thanks for the help Veracity. I'm still, however, not quite getting it... I just ran the following script (after eating 2 fortune cookies): string foo = ""; int bar = -1; string result = ""; int resnum = -1; int togo = 250; foo = get_property("relayCounters"); bar = index_of(foo,":Fortune")...
  11. D

    help with semi-rares / set_property

    Does anyone know how I can keep "relayCounters" from halting my ASH scripts? I'm trying to write a simple ASH script that adventures for semi-rares without halting when "relayCounters" hits my turn count. I found some posts on this forum that talked about this, but nothing seems to work. I've...
  12. D

    help with resting in campground

    ;D Thanks ;D
  13. D

    help with resting in campground

    Hello everyone, I'm new to KoL Mafia and I'm really excited about it. I want to include a line in my ASH code that rests at my campground, but I can't seem to find the correct name for the location. The line I am referring to is: adventure(1, $location[Rest at Campground]); What is the...
Top