Search results

  1. zekaonar

    Best PVP Gear - optimizes/balances for 8 mini-games

    Gah, no I did not know that. I only started playing a couple months ago and there is countless stuff to learn. I'll adjust the script.
  2. zekaonar

    Best PVP Gear - optimizes/balances for 8 mini-games

    I have completed my first script. This is an evolution of a previous pvp gear script: http://kolmafia.us/showthread.php?12175-Maximizing-Outfit-Letters-for-PvP&p=89320&viewfull=1#post89320 This is a first draft, let me know of any bugs or gear it doesn't manage properly. The mini-games that...
  3. zekaonar

    CanAdv -- check whether you can adventure at a given location

    Is this maintained? I get Bad location value: "Inside The Palindome" (canadv.ash, line 437) when I run autoclub which uses this.
  4. zekaonar

    calling an ash script (eatdrink.ash) from gCLI

    So what is the proper way to call eatdrink in a GCLI script/command? I've seen references to: zlib eatdrink_simConsume = false; ash import <eatdrink.ash>; eatdrink(15, 19, 15, false); So in my script I'll call: shrug Polka of Plenty; csend 2 meat to kolabuff; wait 60; zlib...
  5. zekaonar

    continue after error in GCLI script

    I'm heading to Vegas for the weekend and I'm trying to set up some automation so I don't waste too many adventures. I think I have a pretty good simple GCLI script, but I'm trying to make it less error prone. For example during testing I found that if I execute the command "create 5 raspberry"...
  6. zekaonar

    CSS combat conditional scripting help

    Exactly what I was looking for. Thank you. Where is the if match syntax documented? I didn't see it mentioned on http://kolmafia.sourceforge.net/combat.html
  7. zekaonar

    CSS combat conditional scripting help

    Could you post your CSS or ash?
  8. zekaonar

    CSS combat conditional scripting help

    I'd like to write a DB CSS that reacts to whether an item has been pickpocketed, or adapts based off text seen in combat results and I was wondering if someone could point me at an example of this? For example: steal if (pickpocket was not successful) combo rave steal else combo rave...
Back
Top