Search results

  1. B

    How to drink a lucky lindy?

    Hi, I've been reading the wiki and checking the forums, but I still don't know how to drink a lucky lindy in a ASH script. How do I do it?
  2. B

    How to script getting a semi-rare?

    Hi, whenever I try something like adventure( 2, $location[The Sleazy Back Alley] ); in my script, it exits with the words: "Fortune Cookie counter expired. Last semirare found 178 turns ago (on turn 3482) in The Sleazy Back Alley". How do I get a semi-rare without exiting my script?
  3. B

    bloody knuckles' buy & eat

    A simple script i've been using for years. It assumes you have some Skill/Item/Iotms, so you need to look at it before you use it. Assumed Skill/Item/Iotms: 1) Ode to Booze 2) Tome of Clip Art 3) Winter Garden 4) Tuesday's Ruby Edit: Any feedback?
  4. B

    How can I get two pulldown lists at the same time?

    I'm writing a script that starts like this: void main ( boolean DoIt, boolean DoNot) http://imgur.com/a/kdDFw But instead of two pull down lists at the same time, like I expected, it first shows one pull down list, and then the other. Does anyone know how how to get kolmafia to show both...
  5. B

    Pulling different forms of pete's jacket out of hangks?

    I'm trying to write a script that will either pull [pete's jacket] or [pete's jacket (popped)] like so but i'm running into "cannot find" errors. What should I do?
  6. B

    Autobuffing while ascending

    I'm thinking of writing a script to do the easy quests. Only thing is I don't know how to handle the buffs. I was thinking of making a list of relevant buffs. Then I'd write a function to search for the lowest duration relevant buff, and casting that buff. Repeat until below a certain mana...
  7. B

    How do I turn off CLI notifications to speed up script?

    Currently using this script to summon the most expensive Clip Art Item to sell: void SummonMostExpensive() { int remaining = 3 - get_property("tomeSummons").to_int(); if (remaining == 0) { print("Ran out of tome summons"); return; } int index = first...
  8. B

    Unknown variable error in script.

    Hi, I'm trying to use Hellion's "Strange Leaflet Spoilers script", but although I downloaded the .ash file, whenever I try to run it kolmafia throws and unknown variable: "window" error on line 24. I thought window was defined by default? The source code is here...
Top