Search results

  1. H

    Nothing to do with KoLmafia, proxy server info.

    I am just wondering if any of the smart minds here know anything about proxy servers?
  2. H

    Forum location issues; personal or public?

    I have had a lot of trouble lately with the forums, primarily the logging in and the URL..... Anyone else notice anything? P.S. I am not complaining, I love all that is being done, just curious as to what is going to happen/has been happening.
  3. H

    Maps: "foreach" until satisfied..?

    I am wondering if there is anyway for one to go throw a map and stop after "conditions" are satisfied (conditions being personal goal, not KoLmafia conditions)? For example: item [int] famitem; famitem[0] = $item[lucky Tam O'Shanter]; famitem[1] = $item[lucky Tam O'Shatner]; famitem[2] =...
  4. H

    What is causing this to auto-abort?

    Whenever I run the attached script it doesn't necessarily abort but mafia freezes... I can click stuff but it won't respond with any action so I have to restart it.. Any idears? EDIT: Problem fixed.
  5. H

    Advent calender user.

    I wrote this quick script up to auto-use the advent calender in the campground... It will use it until it is unable to use it anymore. while(contains_text(visit_url("campground.php?action=advent"), "left to punch out right now")) visit_url("campground.php?preaction=openadvent");
  6. H

    Mining script

    I, with the help of GhettoTrucker, designed this script, it is not all the efficient, but it will go through and adventure in each of the available mining spots for a set amount of adventures. With some work it will also adventure until conditions are satisfied..
  7. H

    Script collection (quests and a functionlib), comments!

    Hey, I was going through the forums and saw a bunch of old scripts so I updated and changed many of them.. Please, if anyone has comments questions or suggestions, let me know! ;D
  8. H

    Set_property()'s via script, questions.

    I am wondering if it is possible to set properties such as: MP & HP item restorers MP & HP restore %'s Tabs in KoLmafia's main interface
  9. H

    Script timing?

    Is there any way to record how long (in minutes) it takes to fully execute a script? If so, is it possible to save "my_name() + script completion time + date" to a .txt file? Add it to the end of it and the file would pretty much be a list... Example: 1. ZammyWarrior 10 min date 2...
  10. H

    Best farming outfit script.

    I made this script here... Simply designed to equip items that are good for farming... Not going to call it the best, because I am sure some people may disagree, it is favors neither item nor meat farming, it just equips item by there % according to...
  11. H

    Hippymon's sidequest catalog, updated 09 December 2007

    Heya all, I figured I would make up some scripts for sidequests and here they are! The only one I have tested so far is Artist.ash. I will be making more and adding them to the list.. As soon as I complete them. If you would like to see a script of any sort please feel free to K-mail Popo131...
  12. H

    Equip BestFamiliar mapping, confused, what is wrong?

    I am getting a "Illegal parameter #1 for function have_familiar, got familiar [int], need familiar" when I verify this script and I do not know what is wrong.. Anyone offer any help? familiar [int] BestFam; BestFam[0] = $familiar[coffee pixie]; BestFam[1] = $familiar[attention-deficit demon]...
  13. H

    Farming outfit equip weapon and off-hand not working.

    I am having problems with this darned script, it is meant to get best farming weapon and off-hand but I am not sure how to set up the off-hand part. The 2 sections are right there \/ \/ I have tried alot, but have yet to figure out how to do it. Main problem is the bar whip equipping, it equips...
  14. H

    Cli script causing unknown "error, dbug log printed"

    Everytime I call "mallsell.txt" gCLI says "Unexpected error, debug log printed." I see nothing wrong, anyone else know? Edit: problem solved.
  15. H

    Item familiar_equipment(Ninja Pirate Zombie Robot) not found in database?

    What happened to this command? Did it get removed? Changed? BTW: This is for a .ash script, if(have_familiar($familiar[Ninja Pirate Zombie Robot])){ use_familiar($familiar[Ninja Pirate Zombie Robot]); while(have_familiar($familiar[Leprechaun])){ if(item_amount($item[lucky Tam...
  16. H

    Equip best familiar, add more familiars.

    I am currently working on GhettoTrucker's GT_Meatfarm.ash script: http://kolmafia.us/index.php/topic,970.0.html I want to change the choose familiar portion of the script to use the best of 14 familiars, and rather than re-doing the portion of the script 13 more times... I am wondering if there...
  17. H

    Fix CLI script and convert to ASH script, possible?

    Due to my lack of knowledge in the ASH scripting department I made this TXT script.. CLI executing commands but I do not know how to work the conditions. For example: adventure * black forest conditions add 1 sunken eyes, 1 broken wings, 1 black market map When I begin the first script...
  18. H

    31337 and 64735 scroll making, possible?

    Is it possible to make such a script? I would think so, but... I know very little about scripting.
  19. H

    Broken pulverize script.. Help me with a few commands?

    I am trying to fix it myself, but I am having problems with the pulverize command.. cli_execute("call script PulvTest.ash"); pulverize(item_amount($item[ lupine sword ]), $item[ lupine sword ]); pulverize(item_amount($item[ serpentine sword ]), $item[ serpentine sword ])...
  20. H

    Morning/daily scriptlet, help?

    Is there a way to do something like: "if player name=aristotle cal script (Script name)" AND "if name=popo131 do nothing"?
Top