Search results

  1. P

    Maximize.ash, maximize equipment in one command.

    Thanks for the complement dangerpin. I really appreciate all you hard working kolmafia devs making this fine piece of software to write my scripts in.
  2. P

    Puttin' on the jammies! (aka dressing for rollover)

    @ewall: Just so you know, I have a script called maximize.ash, maybe you should check it out if you like this script. Maximize.ash Will let you put on the best suit for just about anything that kolmafia's item file has information on. +Adv, +item, +meat, +moxie/muscle/myst, +resistance...
  3. P

    Script Registry -- for script authors; track your script usage

    Re: Script Registry 1.0 -- for script authors; track your script usage Nice script. Now I just wish I had remembered to put notifiy on my earlier scripts! This won't count multiple notifies from the same user right?
  4. P

    Super outfits... save an outfit correctly.

    If you use this script please use the new updated ver.
  5. P

    getAdventure.ash

    If you use this script please download the new ver.
  6. P

    Maximize.ash, maximize equipment in one command.

    No, not at the moment. The closest thing you could get would be to remove all items, call it with whichever stat you wanted most, then call it again usuing the no overwrite arg with the second stat. The reson you can't do it the otherway is because I can't think of a good way to compare...
  7. P

    threatcheck.ash: quickly check you survivability.

    I think that this script is completly useless in Kolmafia... I am fairly certain that you can do all the things this script does (and more) using just built in commands. However, If there was something nifty I had in there that I am not thinking about let me know and I would be more then happy...
  8. P

    Switching CCS and MP, hp restore settings.

    Recently I have been doing the island war one frat/hippie at a time (to kill 999 of each) however doing this as a low ascention count pastamancer in Hardcore I ran into the trouble that I am losing MP extreamly quickly and the only affordable methods of restoring my MP is to either use the camp...
  9. P

    Unlocking the second floor of Spookyraven Manor: how?

    Another way to do it would be to put your variables into a map and use the ash function that puts a map into a file. then use the the function that reads a file into a map to get the variables back.
  10. P

    accessing the concoctions database

    Is there a way to get the amount of drunkeness,adventures and substats a booze or food gives or should that be grabbed from a data file?
  11. P

    Maximize.ash, maximize equipment in one command.

    I don't see (immediately) why this would be difficult. I built it for hardcore runs... but I suppose I could take a look to see how difficult this would be to implement. I know I could easily have it show you what the best would be given no restrictions. Anyway, I will look at it next time i get...
  12. P

    getAdventure.ash

    This script will accept a string and a location. It will adventure in the chosen location until it comes across an adventure which has the inputed string as a substring as the name. I.E: call getAdventure.ash chatterboxing f'c'le It will adventure at the f'c'le until you get the...
  13. P

    Help with chat in kolmafia....

    I am sorry about the first one. That was me being dumb. For the second one. In kolmafia prefrences panel there are two options: a) Use tabbed, rather than multiwindow displays b) Put different channels in seperat displays. If I have option a unchecked and option b unchecked then...
  14. P

    Help with chat in kolmafia....

    So I think there may be a bug with kol mafias chat thing.... If I have multiple tabs open at the same time, say I am talking on the trade, hardcore, and game chatrooms if i close the tab of the room furthest to the left it will close the entire window. Also, I seem to be having trouble will...
  15. P

    Jiggling...

    During a battle, if you have a chefstaff equiped one of the options available is "jiggle your chefstaff". I have a small custom combat consult script but I can't figure out how to attack by jiggling the chefstaff.
  16. P

    Maximize.ash, maximize equipment in one command.

    Wow, thanks for pointing that out. I completely forgot to attach the new zip instead of just the .ash file.
  17. P

    Jiggling...

    How do you jiggle your chefstaff in a consult script? I tried buffer=jiggle(); like stealing and attacking but it didn't work. I couldn't find any documentation either on the wiki or with the ashref command.
  18. P

    Super outfits... save an outfit correctly.

    I noticed in one of the daily update threads that there is some trouble with KoL saving outfits with weapons in the wrong hand or acc out of order. So I wrote this script up to make sure that you can get back into an outfit knowing that it will be exactly the same outfit that you saved. I only...
  19. P

    fight.php override - action buttons and a little fight-related library

    I really like this script, esp the fight_helper lib. Very nicely done. If you don't mind I think I will use this lib in a Consult script. Also, the lib doesn't seem to handle scaling monsters such as lord spooky raven, baron von rats worth etc. Are you planning on incorporating those...
  20. P

    fight.php override - action buttons and a little fight-related library

    You could use a datafile to hold the hold the skillz that people want, and you can create a fightconfigure script which would go through all combat skills the player has access to, then based on their answers populate the datafile... which then can be loaded by the combat override script to grab...
Back
Top