Search results

  1. I

    Preventing popup on faxing

    How, in ASH, do I prevent Mafia from asking for confirmation on faxing, when I already have a photocopied monster? I'm using faxbot($monster[knob goblin embezzler]); I've tried assigning the result to a dummy boolean - my usual trick for "I don't care if this fails", but it doesn't seem to...
  2. I

    (0 turn cost) Adventuring

    How, in ASH, do I tell Mafia to adventure once, when I am using a free kill (shattering punch)? From the wiki page here: http://wiki.kolmafia.us/index.php?title=Adv1 , I expected adventure(-1, $location[belowdecks]); to do the trick, but Mafia blithely adventures until I run out of shattering...
  3. I

    Bug - Fixed Breakfast infinite loop

    17849 (but has existed for two weeks or more, I believe) With one multi, on login, with the "breakfast" box checked, Mafia gets stuck in an infinite loop. Esc does not stop it, only "exit KoLMafia". Leaving the breakfast box unchecked, I can login fine. Calling "breakfast" from the CLI gets...
  4. I

    Help with (Mafia) SVN?

    I've done a fair bit of Mafia scripting in my time, but pretty much always on my own scripts (and mostly before Mafia svn was a thing anyway), never on someone else's (frequently updated) script. I've been making some tweaks to cc_ascend.ash (mostly cc_community_service.ash specifically) - and...
  5. I

    Writing to file?

    I'd like to create my own mini logfile, a quick one line summary of the entire session results, say. Is there any way in ASH to write to/append to an arbitrary file?
  6. I

    Bug - Fixed Mafia no longer collects Drink Me potion, pumpkin?

    I would swear Mafia used to collect this automatically. Now, not only does it not seem to do so, but it won't even get a hatter buff from daily deeds I'm currently on r10783, but this has been the case for a goodly number of daily builds - at least a few weeks' worth IIRC. Furthermore, it no...
  7. I

    Bug - Fixed Mafia keeps setting can_interact to true during HC Boriscore

    Modifier Maximizer attempts to use Hagnks/Mall items in Hardcore (AoB) HC, AoB run. I noticed at L13, when I reached the shadow, that the modifier maximizer was suddenly attempting to use items in Hagnks, and to purchase from the mall. The maximizer is set to the default values for which...
  8. I

    Feature - Implemented Protect user from drunken auto-adventure in run

    (Thread title is poor, let me tell you a story): First, I'm not suggesting that this is anything other than user error. It's not Mafia's fault that I (unknowingly) hibernated my laptop while a script was running, or that when it resumed, my character was in a very different place (overdrunk...
  9. I

    Feature - Implemented Prevent use of weapons with kung-fu

    The combination of the clip tome halos and kung fu hustler has made going unarmed all (or nearly all) run a very plausible option. I would find it helpful if Mafia offered protection against accidentally adventuring with a weapon and thus losing the kung-fu intrinsics, much as it offers...
  10. I

    Feature - Implemented Show available Fancy recipes with zero turns left, at least when Inigo's is active

    Related to http://kolmafia.us/showthread.php?6826-Display-Fancy-recipes-without-Fancy-implements Currently (I assume), Fancy recipes (ie those which cost turns) do not show in the Booze/Food menus in Item Manager when you have zero turns available, unless you have a chef/tender in the box. I...
  11. I

    Detect Bad Moon?

    Does anyone know if there is an ASH or CLI command to detect if one is in Bad Moon? (or more generally, what ascension type, path and moonsign one is on). I've tried help moon/sign/bad/type/path, with no luck, and I can't see anything useful in the prefs file. Is there a better way than...
  12. I

    HeBoulder use in CCS

    Title says it all really. Short of writing a consult script, and checking for the relevant strings, is there a way to wait for the desired eye and then point in CCS?
  13. I

    Illarion's NeoStasis script v1.4

    # NeoStasis # v1.4 # by Illarion, Mar 2007 # A KoL Stasis script for the post-noodle world. # formulae courtesy of HCO forums # Many thanks to Holatuwol and Veracity, without whom this never would have been possible # Thanks to dirkdiggler for leatherback formula # Change history #...
  14. I

    ASH consulting questions

    Hi all, I have a few questions that have arisen while attempting a new and improved stasis script. Is there any way to find out: - Whether a monster does elemental attacks, and if so, with what frequency? - Whether I have a shield equipped, other than testing my offhand slot against a known...
  15. I

    Static Variables

    Hi folks Is there any concept of a static variable in ASH? Alternatively, can anyone suggest another way of maintaining a value across repeated calls to the same script? I'm working on an in combat script, so tricks like putting meat paste in my closet aren't an option. Any thoughts?
  16. I

    illarion's mana restore script v1.0 (ASH)

    ( Attached - see bottom of message... -Daychilde ;D ) #restores mana using MMJ if possible, else soda water, without #wastage. # #no safety check for available meat, or guild being opened. # #Written by Illarion/Aaron Gunstone, March 2006 #Based on ASH tutorial by Xylpher int MMJCalcMax() #X...
  17. I

    illarion's healing script v1.0 (ASH)

    Nice work Daychilde. I've been thinking about suggesting something like this for a while. Meant to reply in the mafia thread, but I've been tres busy :( Anyway, here's my current full heal script, still WIP: ( Attached at bottom... -Daychilde ;D ) #restores HP using Med.Herbs if possible...
Top