Recent content by illarion

  1. I

    Preventing popup on faxing

    Good enough for me, thanks! :)
  2. I

    (0 turn cost) Adventuring

    Perfect, thanks! Apologies for being unclear. I was, essentially, confused :) I hadn't realised adv1() was an ASH function, I actually thought I'd clicked on the page for the cli "adventure" function. (And from the adv1 page, I extrapolated that a negative number of adventures would do...
  3. 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...
  4. 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...
  5. I

    Bug - Fixed Breakfast infinite loop

    Probably redundant to say so, but I have just had the opportunity to test, and can confirm that the problem character is no longer experiencing the issue (17870). Thanks again!
  6. I

    Bug - Fixed Breakfast infinite loop

    Wow, that's a lot of attention for an unimportant and corner-case bug :) Thanks everyone!
  7. I

    Bug - Fixed Breakfast infinite loop

    Ooh, you're good :) That clan's ballpit did indeed have a single ball. 17858 however still exhibits the infinite loop. By the way, clearing the "visit clan rumpus room" checkbox in preferences->automation->In/After Ronin works around it, as you'd expect.
  8. 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...
  9. I

    Writing to file?

    I understand that. I meant that, having pulled the (now string) values into Mafia, I wasn't 100% sure how much hassle it would be to then treat them as numbers. Whether 1000 = "1000", you might say, or if I need to explicitly cast the string values to ints, or whatever. Obviously it can be...
  10. I

    Writing to file?

    My key field is a date, so I can easily sort that to the top by using 1/1/1970 (or whatever ASH's 0-date is, or well anything pre 2017 will do). So yeah, I can write the first line in the file, no problem. The problem is that my values are all ints, but I'd like to have descriptive (i.e...
  11. I

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

    This isn't an error with the script, but that SourceForge (which hosts the script) is having issues. You can work around it temporarily by commenting out any "svn update" lines in the script.
  12. I

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    The problem is with SourceForge (where most of the scripts are hosted). We assume it's temporary. You can work around it by commenting out the line in zlib that calls 'svn update'. As Veracity alludes to, some might argue that that change is for the better even in the absence of this issue ;)
  13. I

    Writing to file?

    Fair enough, meaning there is no way to write a header, other than forcing all variables to string and using a dummy key for the header?
  14. I

    Writing to file?

    Unfortunately, # doesn't seem to do the trick - my log files end up without the commented header. (I presume file_to_map reads the file just fine, ignoring the commented character, but map_to_file overwrites it?)
  15. I

    Revamping the KoLmafia Toolbar

    Late to the party, sorry! I love that the maximizer is there now, likewise Synthesis. I did use the Mail button, and I very much would use the Council button if it opened in the relay browser rather than the mini browser (which ISTR it used to? I may be wrong there).
Top