Search results

  1. R

    auto_mushroom: the perfect mushroom-growing script

    Is is the straight 15.3 version? Or is it one of the hourlies? Also if you could post a screenshot or copy of the CLI log that would be very helpful.
  2. R

    Character Info Toolbox

    That seems to have fixed it, thanks.
  3. R

    Feature - Implemented Automatically dive for treasure in clan swimming pool

    Apparently KoLmafia doesn't dive for treasure automatically at breakfast? There's no option in the preferences.
  4. R

    Character Info Toolbox

    Hey Bale, I'm still getting prompted to update chit, even after downloading the most recent version.
  5. R

    Bug - Fixed kolmafia failing to login/open

    I really wish they hadn't done this during an event.
  6. R

    auto_mushroom: the perfect mushroom-growing script

    You'll need to print more of a diagnostic. Are you running the script from the mushroom planting interface? Is the script in your planting folder? What version of KoLmafia are you running?
  7. R

    SmartStasis -- a complex script for a simple CCS

    I do use UR, so it's not this.
  8. R

    SmartStasis -- a complex script for a simple CCS

    Except that if I am at full HP, the values should be zero because I cannot actually gain more HP.
  9. R

    BatMan Relay -- more info, less clicking

    I'm using chrome and when I press "0" to pull up the cli box, it closes immediately :(
  10. R

    SmartStasis -- a complex script for a simple CCS

    Can someone help me? SmartStasis has decided to only use the skill LASAGNA BANDAGES, even when I am at full HP. Here's an excerpt from my cli: Top of the stasis loop. Queued: skill 3009 Building options... Evaluating 'loc(vibrato)'... Evaluating 'loc(vibrato)'... Evaluating 'loc(vibrato)'...
  11. R

    ROFL -- Ridiculously Overelaborate Function Library

    number_input() is amazing.
  12. R

    Bug - Not A Bug Odd results for float to string

    I'd just like to add that this isn't a bug per se, but the behavior seems to have changed sometime in the last week or so. Thus, for example, the zlib function rnum is now broken. I agree with veracity, we need some sort of format specifier. Personally I am a fan of sprintf-like format...
  13. R

    Enhanced Inventory Spoilers

    Updated!
  14. R

    auto_mushroom: the perfect mushroom-growing script

    Stealthy update: If you begin planting on day 9 or 10, you'll still get 6 gloomy black mushrooms that cycle instead of zero.
  15. R

    SmashLib: Expected results from smashing

    So I know this thread is old, but there is a bug in get_smash_yield(): float [item] get_smash_yield(item it) { float [item] resultf; float sum = 0; int[item] resulti; if (!is_smashable(it)) return resultf; string tier = get_smash_tier(it); float [string] element_type =...
  16. R

    Improved Clan Basement Log

    Version History: 0.01 Initial Version.
  17. R

    Improved Clan Basement Log

    Improved Clan Basement Log 0.01 This is a relay script which consolidates the basement log to allow better visualization. Just unzip to your /relay folder. This script requires zlib.
  18. R

    Bug - Fixed pulls_remaining() returns 0 same day as out of ronin

    Using r10929: > ash pulls_remaining() Returned: 0 I just got out of ronin today. Documentation says it should return -1.
  19. R

    is there some sort of is_pulverizable() functionality?

    Obviously there is not an is_pulverizable command. But is there a good way to check?
Back
Top