Search results

  1. O

    Bug - Fixed Shadow bricks usage is not counted for unkillable monsters

    When you use a shadow brick on a monster that is not insta-killalble, that still counts towards the 13/day usage limit (cp wiki). However, KoLmafia (deliberately) does not count it in this case. I'm a bit unsure how to fix this: The usage is tracked in DailyLimits manager, and incremented in...
  2. O

    Bug - Fixed VampOut is broken due to circular dependency

    When I try to vamp out (using plastic fangs), I recently get the following error: Putting on plastic vampire fangs... Equipment changed. Encounter: Interview With You ChoiceAdventure # 546 has no Options configured Missing ChoiceAdventure Options: (546) Preference _interviewVlad changed from...
  3. O

    Bug - Fixed PluralValues in Javascript, and should Effect.all be one?

    When I try to access the all property of an Effect in Javascript, I get an error: > js Effect.get("Mallowed Out").all Script exception: ASH function returned native Java object. I looked into whether I should add support for PluralValue in ValueConverter.asJava, but now I'm not sure if...
  4. O

    Feature Headless ChatManager?

    As far as I can tell from the code, there is currently no way to initialize the ChatManager (and start the ChatPoller) when running in a headless instance. I have two questions/suggestions regarding this: should KolMafia main automatically start the ChatManager when a chatbotScript is set...
  5. O

    How to script rollover?

    I want to write a chat/KMail script that handles some messages all day long, then automatically does some stuff a few minutes before rollover, then patiently waits for rollover to be over, and then does some more stuff and resumes its chat/message handling. What's the best way to do this?
  6. O

    Feature - Implemented Combat filter functions in JavaScript

    I started working with the JavaScript Runtime, and I couldn't figure out how to use adventure() with a custom combat filter function defined in the same script. The function is never found, and thus always returns void. (Shouldn't it throw an error if the requested function is not found? Ash...
  7. O

    Feature - Implemented Terminal color output

    I have implemented color output on the command line, very nice when running scripts on remote terminals via SSH. I've used the Jansi library that supports both Unix and Windows terminals, and I've successfully tested it even on Windows cmd prompt. It supports both named HTML colors and hex...
Top