Search results

  1. picklish

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    Re: faxes. For what it's worth, my not terribly optimal automated fax strategy is: day 1 blooper + arrowing + olfacting, day 2 ascii, day 3 LFM + arrow, day 4 LFM + arrow, day 5 (eventually) tower item. My CCS checks for LFM and uses divine combat items on them and saucegeyser if it can't...
  2. picklish

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    Yay, thanks for handling all the moon sign changes. :)
  3. picklish

    Feature - Implemented boolean or-assignment and and-assignment operators behave incorrectly

    > ash boolean x = true; x = x | false Returned: true > ash boolean x = true; x |= false Returned: false > ash boolean x = false; x = x & true Returned: false > ash boolean x = false; x &= true Returned: true
  4. picklish

    Bug - Fixed Hippy store not detected as available immediately after finishing quest

    So, the booze manager is refreshed, but hippy_store_available() still returns false.
  5. picklish

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    Speaking personally, my goal would to be able to call this script (or a script that uses this script) once per day and have it be able to complete a hardcore ascension for any class in five days without any user interaction. So, in that sense, I care mostly about automating what's not automated...
  6. picklish

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    It probably started about a week ago at most. (Randomly, do you foresee any point in the near future that you'll get less busy and have more time [or interest?] to keep pushing this script forward?)
  7. picklish

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    For what it's worth, I'm getting any number of "Click here to continue in the relay browser" aborts. I've seen it happen a number of times in the junkyard with the combat filter, but also in my fax+arrow consult script. I was trying to get a better repro case before filing it as a KoLmafia...
  8. picklish

    Bug - Fixed tavern() aborts with "Unable to find faucet" even though it does

    Here's my session log, but it's not that interesting. Essentially, I just did this. > ash tavern() (Lots of adventuring, see below log) Unable to find faucet. Returned: -1 > ash tavern() Searching for faucet... You acquire Typical Tavern swill (3) [68] Tavern Cellar Encounter: The Tavern...
  9. picklish

    Bug - Fixed tavern() aborts with "Unable to find faucet" even though it does

    I'll post one the next time I go through the tavern in a day or so. I want to look a little more closely at exactly which calls are being made.
  10. picklish

    Bug - Fixed Hippy store not detected as available immediately after finishing quest

    That change worked for me. Thanks for such a quick fix! :)
  11. picklish

    Bug - Fixed Hippy store not detected as available immediately after finishing quest

    I'm using bumcheekcity's ascending script. I can try doing this by hand via the CLI next time to get a more exact repro case, but after it gets the guard stench, it's doing: conditions add 1 heart of the filthworm queen adventure * queen's chamber outfit frat warrior ash...
  12. picklish

    Bug - Fixed tavern() aborts with "Unable to find faucet" even though it does

    If I run the tavern() ash function, Mafia will adventure until it finds the faucet and then abort with "Unable to find faucet." This abort is not even caught by a try{} block. As far as I can tell, it aborts after it has successfully found the faucet.
  13. picklish

    Bug - Fixed Hippy store not detected as available immediately after finishing quest

    This has happened for repeated ascensions. I defeat the filthworm queen and collect my reward, but mafia does not think that the hippy store is available. > buy orange You are not yet out of ronin, and are unable to buy this item from a NPC store.This is also reflected in the item manager's...
  14. picklish

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    The only things I did manually were aborting (sometimes to fix bugs, sometimes to opportunistically eat or drink), eating (and milk), drinking (and inigo's and ode), one call to bumAdv to get some extra goat cheese and milk (unexpected feast of boris), and about 6 manual turns for two telescope...
  15. picklish

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    Sorry for the confusion. "Nearly" was modifying "automated". It was most definitely four days. :)
  16. picklish

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    Yay, four day (nearly) automated ascension. Thanks, Drunksgiving! <3
  17. picklish

    VIm syntax/filetype

    I realize this thread was a really long time ago, but in case anybody is still interested, I threw together a syntax highlighting script for ASH files here: https://github.com/quisquous/vim-kolmafia
  18. picklish

    Bug - Fixed Setting goals for stats oddly sets goals for other stats

    Looks good to me. Thanks so much for such a quick fix. <3
Top