Search results

  1. A

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

    r8277. This doesn't work for me -- in fact, calling scripts in the CLI with more than one argument specified has never worked for me. Am I just doing something wrong? Because this would be pretty handy.
  2. A

    Feature - Implemented Better alias display

    I would love it if things between angle brackets <> in the alias didn't disappear in the alias display. (I suppose I could file a separate bug report about this instead of cluttering Bale's feature request, but it is a very trivial bug and seems so related to Bale's request...) E.g. when I...
  3. A

    Universal Recovery Script

    (Sorry about the slow reply; it was really very rude of me to post something and then just disappear!) I was in aftercore, beatin' on hobos. I was set to auto-restore health at < 60%, all the way to 100%, and not to auto-recover MP (although I'm certainly okay with restoring MP to restore HP)...
  4. A

    Universal Recovery Script

    Restoring HP! Currently at 498 of 1167 HP, 249 of 285 MP, current meat: 20169190 ... Target HP = 1167. Using 5 sugar shard... You gain 85 hit points You gain 38 Muscularity Points Finished using 5 sugar shard. Using 1 smoky potion of healing... You gain 14 hit points You gain 16 Muscularity...
  5. A

    Best Between Battle Script Ever -- formerly AutoMCD

    Mafia should be understanding "Trickster Trikitixa" as "Trickster's Trikitixa" just fine; it's very good at guessing, and my version doesn't say that's a bad item value. (I don't have one, but commands like "inv Trickster Trikitixa" don't complain about a bad item, just as they don't for other...
  6. A

    CLI "using" command -- how does it work?

    Hey, that's pretty neat. I didn't know Mafia was capable of translating ash to cli, although I guess I should have guessed from the way you can call scripts with the first argument on the cli... > using myscript.ash int myfunc( int a ) Script verification complete. > namespace myscript.ash...
  7. A

    Slime Tube Adventuring Script

    In short, I don't know the answer, but I can tell you about % 100; % is the modulus operator, and gives the remainder. So extra_ml is the remainder when ML is divided by 100. I don't think this actually helps you, but at least now you understand the code a little bit better.
  8. A

    CLI "using" command -- how does it work?

    I think I don't understand what CLI's "using" command is supposed to do. I hoped it would allow me to stop typing "include <myscript.ash>" in my CLI ash commands while testing out bits and pieces of my scripts. But it doesn't seem to do so. (I did manage to figure out how to un-use, though...
  9. A

    Bug - Fixed Friar's blessing not correctly tracked when done via relay browser

    I also experience this. Note that if I click a Friar's button in Daily Deeds after having gotten a Friar's buff already via the relay browser, it correctly reports that I can't get two Friar's buffs and disables the button.
  10. A

    Ascend.ash: hands-off ascension script

    This script makes no claims to optimality or speed, just ascension. I doubt it's worth the effort to update it with fiddly tricks every time an IOTM comes out, especially since every time it used some IOTM it would have to check to see if you have it: if you do, do X, if you don't, do Y... add...
  11. A

    ZLib -- Zarqon's useful function library

    Hah! I note that my poor SmashLib is a poor example, from a property-naming-standards point of view. I suppose my prop string ought to have been smashLib!
  12. A

    ZLib -- Zarqon's useful function library

    And then there are scripts like BBB, which is named Best Between Battle Script Ever but versioned as the original title, automcd.
  13. A

    Collection Ranks

    A case could be made that we should send him bats anyway. But as I'm curious to hear his answer too, I'm glad you didn't just PM him. This seems of general enough interest that it belongs here!
  14. A

    ZLib -- Zarqon's useful function library

    I call it thus, for SmashLib: check_version("SmashLib", "smashlib", "1.2", 3065); This indicates that somewhere in the first post of thread 3065 (http://kolmafia.us/showthread.php?3065), the text <b>SmashLib 1.2</b> appears -- "SmashLib" is the name of my software (hence "soft", I think), and...
  15. A

    autoBasement.ash - Better basement automation

    I think you mean DA, but yes.
  16. A

    Wiki Updates (masochism?)

    So... do you have all the architecture you want in place? Should we start making/updating function pages? Where would you prefer that casual contributors (like myself) focus their efforts (new pages, examples for old pages, etc.)?
  17. A

    KolMafia Guide for Noobs.

    Er... by "no focus and structure", you mean "structured into lessons designed to help those intimidated by Mafia's interface ease into it"? I must agree pictures would probably be a good idea. Might it be more easy-to-update (and others could help) and include pictures in (and more obvious...
  18. A

    ZLib -- Zarqon's useful function library

    I am happy to report that my Mysterious Output (tm) has gone away. I too remain perplexed by it ever being there in the first place. In other news, setting verbosity at 10 gives some really interesting messages. Apparently these monsters aren't my huckleberries because they aren't gremlins...
  19. A

    ZLib -- Zarqon's useful function library

    The message I get is: MCD: adjusting to 10... Resetting mind control device... Mind control device reset. Except of course the mcd is not reset, because there isn't one, so this shows up before every adventure. Possibly it has nothing to do with your scripts, Zarqon, as according to auto_mcd()...
  20. A

    zapgroups.txt

    Agreed. Very shiny! Thanks, Jason!
Back
Top