Search results

  1. ki77bot

    burning off MP in summons in aftercore-farming

    Hi everybody, I have a little scriptlet (which is part of a aftercore farming script) that uses generated MP (via NPZR/mimic or whatever) to summon goodies. int farm_cycle = (my_adventures() ) / 10; int farm_nasal; if(have_effect($effect[Wasabi Sinuses]) > 0) { print ("Dude, you still have...
  2. ki77bot

    Initiative/pickpocket detection problem

    That does the trick... Thanks a lot!
  3. ki77bot

    Initiative/pickpocket detection problem

    I have the same problem... Is there still no solution/workaround? Cheers, ki77bot.
  4. ki77bot

    Path to \scripts ?

    Thank you very much, Bale! Again very quick and accurate! PS: <CTRL> + <H> shows hidden folders!
  5. ki77bot

    Path to \scripts ?

    Hi, I justed switched to another OS (ubuntu) and KoLmafia works fine, BUT it doesn't seem to find the \scripts folder... Do I need to define some sort of PATH variable analogous to that in Windows? Cheers ki77bot
  6. ki77bot

    BRICKOS summoning (hopefully I haven't butchered the ash language!)

    Hmmm, but the way I am using this, is that the NPZR keeps generating MP. So usually the script will summon a bunch of BRICKOs in the beginning and after that j almost NEVER becomes greater than 1... edit: OK, checked it and it seems to work, for people interested in the code: if (my_name() ==...
  7. ki77bot

    BRICKOS summoning (hopefully I haven't butchered the ash language!)

    Hi, I still have some trouble with this part of the script I am using: string oldMall = get_property("autoSatisfyWithMall"); string oldNPCs = get_property("autoSatisfyWithNPCs"); set_property("autoSatisfyWithMall" , "false"); set_property("autoSatisfyWithNPCs" , "false"); while (...
  8. ki77bot

    BRICKOS summoning (hopefully I haven't butchered the ash language!)

    Ok, tested it several times now and it works like a champ...(there was a bracket missing somewhere) string oldMall = get_property("autoSatisfyWithMall"); string oldNPCs = get_property("autoSatisfyWithNPCs"); set_property("autoSatisfyWithMall" , "false"); set_property("autoSatisfyWithNPCs"...
  9. ki77bot

    BRICKOS summoning (hopefully I haven't butchered the ash language!)

    Thanks a lot, Bale. I'll test it tomorrow...
  10. ki77bot

    BRICKOS summoning (hopefully I haven't butchered the ash language!)

    Hmmm, I didn't come up with that formula, I only "borrowed" it. As I do not want to dive in into libram summoning mechanics, I don't really want to change it. But from my testing I can say that it works like that (if autobuying from NPCs is turned off!) Cheers ki77bot
  11. ki77bot

    BRICKOS summoning (hopefully I haven't butchered the ash language!)

    Actually I was looking for a way to turn of auto-restoring MP. Turns out you also need to forbid auto-buying. Ok, here is that particular part of the script... string oldMall = get_property("autoSatisfyWithMall"); if (have_skill($skill[Summon BRICKOs])){ set_property("autoSatisfyWithMall" ...
  12. ki77bot

    BRICKOS summoning (hopefully I haven't butchered the ash language!)

    set_property( "mpAutoRecovery" , "-0.05" ); This ^ didn't work, otherwise I wouldn't have turned off the options in preferences. Well, I understand that I have to manage it with those functions: string get_property( string ) void set_property( string, string ) But I have NO idea which...
  13. ki77bot

    BRICKOS summoning (hopefully I haven't butchered the ash language!)

    Hi there, I am trying to use the above code for summoning BRICKOs. That works well... As I am farming with my NPZR I am generating tons of MP, so I do NOT want to restore, but rather wait until MP is high enough again for the next summon. Until now, only way I could do that is via General ->...
  14. ki77bot

    Best Between Battle Script Ever -- formerly AutoMCD

    Two things: 1.) You should mention the screwed up filename (due to the forum-update)? 2.) You should also mention that you are using other files which need to be downloaded. For instance, my firewall settings block any communication from java, which have not previously been aloud. So, every...
  15. ki77bot

    Contest: Name my upcoming combat script!

    BASH - Batking's Automated Struggle Handler
  16. ki77bot

    Priority in bounty.ash

    No, you didn't do anything incorrectly... BUT you need some other script to tell mafia to use the Spooky Putty Sheet after the fight (search for BestBetweenBattle)... Cheers ki77bot --- edit: Here's the link...http://kolmafia.us/showthread.php?t=1240
  17. ki77bot

    Is there a bounty hunt script with auto putty/olfac?

    Yes, there is... http://kolmafia.us/showthread.php?t=1023&highlight=autobhh&page=8 Cheers ki77bot
  18. ki77bot

    Priority in bounty.ash

    Something changed with the latest updates of zlib, ftf and/or SmartStasis. bounty.ash searches for bounty-hunts not available on that day (I had the same error yesterday...meaning the script was looking for the same hunt yesterday... > bounty.ash * Checking bounty hunt possibility in Spooky...
  19. ki77bot

    rollover dress

    Allright, thanks a lot for all the explanations. Until now, I had several outfits doing that job, which I had to modify from time to time... Cheers ki77bot
  20. ki77bot

    rollover dress

    OK, but in both cases that is a CLI command? Or is there a ash-equivalent?
Back
Top