Search results

  1. S

    stannius' semi-automatic spaaace script

    Version 0.2 had an off-by-one error in the porko code, but that was hopefully fixed in 0.3. I will manually lose Porko and try to make my script recover.
  2. S

    stannius' semi-automatic spaaace script

    I already have code to do that (sort of) if (contains_text(questLogPage1,"Find and repair the shield generator on Hamburglaris.")) { AssertHasItem($item[E.M.U. Unit]); AssertHasItem aborts if the item is missing. Not graceful but it shouldn't burn all your adventures. The...
  3. S

    Preventing the Closeting of Outfits

    But you still have to use the "closet" button to actually put them in your closet, right?
  4. S

    stannius' semi-automatic spaaace script

    Hmm, interesting. When I finish my current run I'll remove the loop and check the quest log between each step. Thanks for the feedback!
  5. S

    Feature - Implemented Move trapper, hermit to Coin Masters interface

    Sorry, it's longer than 3 sentences or so and my eyes glazed over the first time I read it. :P
  6. S

    Feature - Implemented Move trapper, hermit to Coin Masters interface

    Just an idea. The new coin master interface is awesome, and more stuff could be moved into it.
  7. S

    KoLMafia Scripting Contest: Repair the Elves' Shield Generator

    It's similar to javascript, in that functions objects (?) are created as the parser encounters them as it traverses linearly through the file. (Though unlike javascript, AFAIK it doesn't do hoisting or anything.)
  8. S

    stannius' semi-automatic spaaace script

    Version 0.3 uploaded.
  9. S

    KoLMafia Scripting Contest: Repair the Elves' Shield Generator

    My ultimate goal is to be the go-to spaaace script. How long do I have to wait before I incorporate the good ideas from others' scripts, without invalidating my own entry? By copyright law, I think I can incorporate their ideas as long as I don't use their code. By patent law, their ideas are...
  10. S

    stannius' semi-automatic spaaace script

    Thanks guys! The good news is, while adding this to my script, I noticed this script "stannius_spaaace_0.1.ash"; ... so it seems that my (now 2!) customers were probably running the latest version after all. My ultimate goal is to be the go-to spaaace script. How long do I have to wait before...
  11. S

    Bug "feed slimeling" button doesn't respect singleton flag

    1) Add an equipment item to Singleton list 2) Go to Equipment section of item manager 3) Find the item from step 1 and click on it 4) Click "feed slimeling" button Result Fed to slimeling Expected Not fed to slimeling (if you have exactly 1) Notes The button respects the "memento" list
  12. S

    Bug - Fixed Can't auto create honey mead in item manager.

    This has been happening for me with wads. I'll check if this fixed it. Though I might forget to report back unless I notice it happen again. EDIT: Stopped getting that error message. Yay!
  13. S

    stannius' semi-automatic spaaace script

    Someone ran my script! Awesome! (Unfortunately they ran v0.1, which doesn't work... how do I add automatic version checking?)
  14. S

    stannius' semi-automatic spaaace script

    I have uploaded version 0.2. This version is more likely to work correctly. Especially given that v0.1 has a 100% chance of not working correctly - it had an infinite loop in it, in a part of the script I wasn't able to test the first time through. (once-an-ascension scripts can be a little...
  15. S

    KoLMafia Scripting Contest: Repair the Elves' Shield Generator

    Does "break", you know, break out of a loop? E.g. would this (pseudocode so as not to spoil others' contest entries) work (by which I mean, adventure until one runs out of adventures, or hits Big-Time, whichever comes first)? while(my_adventures() > 0) { string visitResult =...
  16. S

    Universal Recovery Script

    Is there any way to prioritize the hot tub and/or nuns for HP healing? They are limited uses per day but also free.
  17. S

    Feature Improve fortune cookie counter discard logic

    You're not guaranteed wrong numbers, are you? Otherwise you could eat a few hundred cookies and rule out everything but the correct number. That would be pretty amusing.
  18. S

    Feature Vicious talon slash should be in the battleAction dropdown

    I disagree with you; I think that it is a matter of opinion. Since we disagree on that point, it seems that whether or not it is a matter of opinion, is also a matter of opinion - a meta-opinion? Though after some thought, I agree with you that this particular issue is a feature request (since...
  19. S

    Feature Vicious talon slash should be in the battleAction dropdown

    I could have sworn I saw this there before. Guess not. Thanks for changing it to a feature request.
Back
Top