Recent content by Misteryous Stranger

  1. Misteryous Stranger

    Bug - Won't Fix Text misinterpreted as item

    Oh, right, that explains all. Couldn't the monster name be used to check if you ended up in the haiku dungeon?
  2. Misteryous Stranger

    Bug - Won't Fix Text misinterpreted as item

    (all this happened in the KolMafia version r8572) I were trying to adventure in the DoD, forgetting about teleportitis. When i discovered about all the strange adventures, I tried to add to my mood a remove teleportitis, and i couldn't make it work (it turned out i had no sgeea). Anyway, after...
  3. Misteryous Stranger

    Chatting with Kingdom of Buffing

    I think this in not going to be implemented, for the same reasons of this: http://kolmafia.us/showthread.php?4142-Csend-not-working
  4. Misteryous Stranger

    Between battle: any reason this shouldent work

    90% of coding errors (at least for me) are a missing bracket, a wrong digit, and other really small errors.
  5. Misteryous Stranger

    Request: Banana farming script

    Your script will just run indefinitely since the turns counter is never reduced. void main(int turns) { if(turns < 1) turns = my_adventures() + turns; //Autoselects the "Escape" option to harvest bananas set_property("choiceAdventure452", "3"); //Autoselects the "Hide behind...
  6. Misteryous Stranger

    Mall Price Checking Bot

    Or you could import data from items.ofloathing.com, which is updated daily, IIRC.
  7. Misteryous Stranger

    Damage dealt

    But that would find out the damage your attack did, plus retailation damage, plus passive damage, plus any other sources of damage during that turn. Maybe fishing from fight.php with a visit_url, searching for weapon/skill specific message?
  8. Misteryous Stranger

    Automated Going Postal

    As you can see I am pretty new to scripting. I will modify a couple of things. Done. Updated OP.
  9. Misteryous Stranger

    Automated Going Postal

    Automated Going Postal This script will finish the moxie sign quest "Going postal", requiring one click instead of 25. Requires Zlib and CanAdv It checks in advance if you can complete the quest, and aborts if not. Currently checks: If you have completed the meatcar quest If you are in a...
  10. Misteryous Stranger

    Bounty Hunting *just* sticky stardust

    or on the wiki, here.
  11. Misteryous Stranger

    Island Breakfast Request

    Don't worry, I found a solution to my problem.
  12. Misteryous Stranger

    Island Breakfast Request

    And if i were to use that code in a relay script, how should i name it? "?" is not allowed. Now that i think, how can you make scripts to most locations if their urls are "adventure.php?snarfblat=x"?
  13. Misteryous Stranger

    bumcheekcity's Ultimate Manipulating Relay Appropriating Technical Substance

    That explains how some guy got 12k continuum transfunctioners in his display case. These are my ideas for woods.php: Leave the shed as it is. If you have no transfunctioner equipped, change the unexplicable door into a button that: a-if you have the transfunctioner in inventory it equips it...
  14. Misteryous Stranger

    bumcheekcity's Ultimate Manipulating Relay Appropriating Technical Substance

    I like it, although topmenu.ash is a little drastic. It completely removes the [re] button, donate, report bug and documentaion. You might add them on the right side, since there is a bit of space left. Woods.ash should be changed to show the normal shed if you already have the transfunctioner...
  15. Misteryous Stranger

    Veracity's MMG scripts

    There is one last thing I don't understand. While I was running my own MMG script, in the section where the program should wait for someone taking your bet before advancing, the script advances for some reason, while no event has yet been printed on the CLI, and everything is screwed up. I can't...
Top