Search results

  1. 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
  2. H

    Yet Another Meat/Item Farm

    As for the "equip_slot" simply change remove the "_slot" Also, I am confused as to why you have #Assign Get_Buffs to fals if you wish to not get buffed. #Default: True boolean Get_Buffs = True; AND #Get Buffs from buff bots? #default: True boolean recieveBuffs = True; It appears as though...
  3. H

    Yet Another Meat/Item Farm

    Also, for the sake of simplification the familiar section would be easier done as: ############################### #######GET_BEST_FAMILIAR####### ############################### void Get_Best_Familiar(){ if(have_familiar($familiar[Ninja Pirate Zombie Robot])){ equip_familiar($familiar[Ninja...
  4. H

    help needed on a mall script

    I have attached a file, save it to your scripts folder then use it. I have no problem when I use it.
  5. H

    help needed on a mall script

    I don't understand.... You want to create a script that will purchase a mall store? Why do you need to script this, simply purchase one yourself. There is really no way to do it otherwise, because you need to give a store and shopkeep name, choose a store type, choose a shopkeep picture and give...
  6. 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...
  7. H

    a noob needs help

    It is pretty simply, all you do is put the desired script in the "scripts" folder then you start up KoLmafia and go to the top and click on the "scripts" menu, if your script does not appear hit the "refresh script" or whatever....
  8. H

    Timeout during TPS drink creation causing script abort

    Mafia 11.x ????? What version?
  9. H

    Modern castlefarming script

    As it says above someone has run in to this problem.. It is a simple fix. Simply find line 179 to line 216 and delete that section int worthless_items() { int total = 0; total = total + item_amount($item[worthless trinket]); total = total + item_amount($item[worthless knick-knack])...
  10. H

    Request: Time and/or Rollover time functions

    Yea.... What exactly would you use this for? There is a script to do this designed for greasemonkey here: http://mrphlip.com/kol/kolrollovertimer.user.js
  11. H

    ASH reference

    Yes, yes, I have noticed this a lot lately... I have tried my darnedest to fix the sites whenever it is spammed... But it sure would be nice if there were some way holatuwola could block 'visitors' from editing pages.. But I am not sure if that is possible...
  12. H

    Clueless newbie needs help looting the island...

    I believe that if you change "int sumMax = 120;" TO "int sumMax = my_maxmp() *2;" I believe that this will tell it to summon hearts equal to 2 "maxcasts" if you were to do it yourself. For the candy heart summoning it would be best to do an import. This is what I have for the script, I...
  13. H

    Best farming outfit script.

    Point's taken into consideration, and script updated. Now it is indented, SOOOO much easier to read. :D Also, accessory equipping has been modified.
  14. 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...
  15. H

    Clueless newbie needs help looting the island...

    Oh, good idea... This is what I have so far. #replace "NAME" with the name of your outfit. outfit("NAME"); #http://kolmafia.us/index.php/topic,809.0.html #This will create your candy hearts... That /\ /\ url will explain how the script works... import <candyhearts.ash>; #This will visit the...
  16. H

    Clueless newbie needs help looting the island...

    For this portion visit: http://kolmafia.us/index.php/topic,809.0.html Also, what is the name of the outfit you would like to change into? I understand the lighthouse... But when you say visit the farmhouse, do you mean adventure there? As for the obtaining the buff, I am not sure that is...
  17. H

    Farming script for a high level char

    There is no problem that I see, other than maybe you have 1 too many AT buffs already.. 1: You may only have 3 AT buffs at a time unless you have something that says differently. 2: When you "csend 23 meat to iocainebot" KoLmafia (I am sure) sees that you request ode and therefore sends 80 meat...
  18. 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...
  19. H

    Farming script for a high level char

    Out of pure bored-ness I turned this into a .ash script...
  20. H

    Modern castlefarming script

    Actually, I attempted to update this script, but that isn't the only problem with it.. Oh, and change The whol current_equipment line to " if(have_equipped($item[plexiglass pith helmet])) {" That will fix that part, but there is more to fix.. I have been working on it some and will continue to...
Back
Top