Search results

  1. halfvoid

    MacGuffin 2.0 -- level 11 quest, automated

    It doesn't automatically handle the spirits. I've found that out the hard way before. I just have a ccs set to abort on them so i can reequip some prismatic damage equipment and fight them on my own.
  2. halfvoid

    One-Click Wossname -- automatic level 12 quest completion

    I think it defaults to cyrus now as its more efficient than having to say that four times first.
  3. halfvoid

    Request: Queen Cookie farming script

    hah. never noticed.
  4. halfvoid

    Request: Queen Cookie farming script

    and when the hell did i become a senior member?
  5. halfvoid

    Request: Queen Cookie farming script

    yeah, in the thing i posted, just copy everything from the code area, and replace X with whatever number you want to get.
  6. halfvoid

    Request: Queen Cookie farming script

    Oh awesome. I'll have to check it out then. Although the cli method's worked out for me so far. Did you use visit_url or was there another work around i'm not aware of?
  7. halfvoid

    Request: Queen Cookie farming script

    It uses the maps and gets the cookie too?
  8. halfvoid

    Request: Queen Cookie farming script

    Not possible as mafia aborts after using a reflection of a map. Unless you're super savvy with visit_url, which I am not. Its not to hard to do most of that with just cli commands. X = the amount of cookies you want to farm for. buy X drink me; use X drink me; maximize item; goal +X reflection...
  9. halfvoid

    Adventure Advisor

    Just in time for my decree to only do hardcore runs from now on. This makes me smile. Thank you Bale.
  10. halfvoid

    scripting an adventure to fight the naughty sorceress

    Oh. I guess i misunderstood the counter when i was reading about it then. Thanks for letting me know i was wasting my time. Heh.
  11. halfvoid

    scripting an adventure to fight the naughty sorceress

    I've tested it out extensively by doing it while manually adventuring. But until they add the reflection of the map choice adventure selection to mafia, or i acquire an innate understanding of visit_url, this is the best i've come up with.
  12. halfvoid

    scripting an adventure to fight the naughty sorceress

    With the method i'm using you do. Normally you get one map per 20 turns of down the rabbit hole you get from using a drink me potion. I'm expediting that by removing the excess turns leftover after i get a map to use another potion.
  13. halfvoid

    scripting an adventure to fight the naughty sorceress

    Actually, here. I'll just post the script. As of now, all it will do is buy up to 19 "drink me" potions, use one, and adventure one time in the red queens garden.
  14. halfvoid

    scripting an adventure to fight the naughty sorceress

    awesome. another one i've never used. damn me for only ever looking up cli executables. also i've been trying to adventure somewhere until i get an item in another script. add_item_condition( 1 , $item[the item] ); while (is_goal( $item[the item] ) == true) { adventure ( 1, $location[the...
  15. halfvoid

    scripting an adventure to fight the naughty sorceress

    looks like it is: visit_url (lair6.php?place=5);
  16. halfvoid

    scripting an adventure to fight the naughty sorceress

    Basically, i have a script set up to adventure at one location until i get the cold blooded warm fuzzies buff. Then i hit the sorceress to wipe all buffs, then repeat. I have a CSS set to smartstasis and head shield knee combo everything and to run away from the sorceress. Does using visit_url...
  17. halfvoid

    scripting an adventure to fight the naughty sorceress

    Oh. I've never used visit_url() before. How do you determine what the url is that i'd need to visit?
  18. halfvoid

    scripting an adventure to fight the naughty sorceress

    So far i can't come up with a $location value that works. I've tried several variations on adventure ( 1, $location[Sorceress' Chamber] ); The Sorceress's Chamber The Naughty Sorceress Naughty Sorceress and none of them work. There's an effect i want to get rid of in the script i'm writing...
  19. halfvoid

    bumcheekcity's Easy Snapshot Maker

    Looks like you missed the underscore on the glowing frisbee.
  20. halfvoid

    Feature Add Choice Adv control for Reflection of a map

    Wondering if this was ever decided on, or if anyone else found a viable non-aborting workaround. I'm working on a script that would benefit greatly from not aborting at this point. Willing to share it once its completed and tested with whoever has a workaround.
Back
Top