Search results

  1. asturia

    is there an "all but 1" command for cli scripting?

    thanks for this info, I can make some of my scripts a little bit better now.
  2. asturia

    Fortune Cookie Counterscript

    Revision: 7104 Author: jasonharper Date: 21:00:52, dinsdag 24 maart 2009 Message: Adds an override for handling expiring counters during automated adventuring. Set counterScript to the name of an ASH script containing a function: boolean main( string name, int remain ) name - the label of the...
  3. asturia

    simplifying script

    bug report submitted.
  4. asturia

    Maximize.ash, maximize equipment in one command.

    Same remark but then for Meat Drops. I have a Lucky Tam available but when I specify a Familiar, it equips the standard familiar equipment, in my case an Attention spanner since I use an Attention Deficit Demon.
  5. asturia

    simplifying script

    Same result. It doesn't equip the second ascot. What I want to achieve is this. Equipment before: Monster bait Natty blue ascott Mayfly necklace and after the script Monster bait Natty blue ascott Natty blue ascott. The accessory's are not always in that order. The first script Bale posted...
  6. asturia

    simplifying script

    I came up with this solution too, but the script doesn't equip the Natty blue ascot if you already have 1 equipped. Same problem with your script Zarqon. I want to swap my Mayfly necklace for a second ascot after I'm not able to use the skill from the necklace (already have a script in place to...
  7. asturia

    simplifying script

    Is there a way I can simplify this script?: void mayfly() { if ( get_property("mayfly_active") == "false") { if (equipped_item ($slot[acc1]) == $item[mayfly necklace]) { cli_execute("remove mayfly bait necklace"); equip($slot[acc1],$item [natty blue ascot]); } if (equipped_item...
  8. asturia

    Help with use of Transcendent Olfaction

    With the function Checkcombat I verify that I have the correct ccs selected for adventuring. My ccs are also included if I'm not mistaken. But yes basically does what you want including some other stuff.
  9. asturia

    Help with use of Transcendent Olfaction

    here is something to help you out. These are the scripts I use every day. You will need to adjust them if you want to use them with you character. They are easy to understand and give you an idea for your own script.
  10. asturia

    Can't log in!

    Delete every folder in the folder where you run kolmafia. Except the Sessions folder and the scripts folder. If you don't want to do this, just make a backup ol the folders you are deleting.
  11. asturia

    Maximize.ash, maximize equipment in one command.

    It worked without a problem. Will test some more tomorrow if I have some time.
  12. asturia

    Maximize.ash, maximize equipment in one command.

    I didn't use the quotes when I inputted it in the cli window. :) Sorry if I wasn't clear about that. I will try with your suggestion though.
  13. asturia

    Maximize.ash, maximize equipment in one command.

    I used your script today and it generated the itemmap correctly. Then I called to script with these parameters "call equipt.ash -fill[Item Drop]" and it gave me an error message and generated the following debug log: oh yeah, I'm using the latest daily build...
  14. asturia

    macguffin.ash (a script in progress)

    I was just asking because I still have a macguffin_status.ash file sitting in my scripts folder.
  15. asturia

    Help with use of Transcendent Olfaction

    moving this thread to the correct forum
  16. asturia

    macguffin.ash (a script in progress)

    Do we need to delete all the old files to make the new one work? If so could you list the old files we need to delete? Thanks.
  17. asturia

    Java Version 6 Update 11

    I'm using the latest version of java to compile and run the latest version of kolmafia and no problems here.
  18. asturia

    New Theme and Bug Report forum

    I' going to mis the old forum. But hey Vbulletin is better.
Back
Top