Search results

  1. gausie

    Feature - Implemented The Universal Screwdriver can replace the Untinker

    Fixed! If you have a screwdriver in your inventory (nb: this will NOT fold one for you) it will now be used for untinkering. Sorry for the delay!
  2. gausie

    Bug - Fixed Rain Man summon adds monster to last location combat queue

    This is now fixed. Numberology is an annoying one that I'll have to do later - we'll need to identify somehow that the fight is sourced from numberology.
  3. gausie

    New Content A Shrunken Adventurer Am I

    I've got a PR for this
  4. gausie

    Feature - Implemented Relogging to improve ping

    Just a quick note that I ran this solution by CDM and he is happy with us doing it. The current state of KoL code makes it impossible for them to distribute servers well once a client has logged in so this is going to happen until they do a big (and planned, sort of) refactor of the...
  5. gausie

    New Content - Implemented December 2018 IotM - Boxing Daycare!

    If you need help scripting please post in community support https://kolmafia.us/forums/community-support.10/
  6. gausie

    Bug - Fixed clockwork maid not in get_campground()

    Two weeks ago the campground was changed to include a magnifying glass even if you don't have a dwelling. So this didn't start happening two weeks ago - this has been the case in a campground without a dwelling for the last two decades!
  7. gausie

    Bug - Fixed Rain Man summon adds monster to last location combat queue

    I suppose we move those two checks out of recognizeEncounter and up into AdventureRequest.registerEncounter. That looks like it shouldn't really affect anything
  8. gausie

    Bug - Fixed Rain Man summon adds monster to last location combat queue

    Not quite sure what to do here but it's because marking ignoreSpecialMonsters is being set *after* enqueue is run. AdventureRequest.registerEncounter enqueue monster under certain conditions EncounterManager.registerEncounter EncounterManager.recognizeEncounter It looks like we may have the...
  9. gausie

    New Content name change form

    I don't think there's a more sensible option than migrating anything that assumes usernames are unique to using player id
  10. gausie

    New Content name change form

    Old name is not shown anywhere and the player id stays the same
  11. gausie

    New Content 2002 Mr. Store

    CDM just told me the shop no longer requires an initial "use" of the catalogue to give you your daily credits. So we could possibly remove that code
  12. gausie

    New Content 2002 Mr. Store

    I wrote the code for the VHS https://github.com/kolmafia/kolmafia/pull/1755
  13. gausie

    New Content - Implemented Daily Deed for Grim Brother and ChibiBuddy

    It's now possible to trivially make a daily deed for both of these things
  14. gausie

    Bug - Fixed Chateau Artificial Skylight is double counted in Rollover Adventures modifier

    This was fixed soon after being merged. Sorry!
  15. gausie

    My personal Meat farming script

    Precisely that, main just gets the command run as a string, with no prompting.
  16. gausie

    New Content - Implemented Daily Deed for Grim Brother and ChibiBuddy

    Once https://github.com/kolmafia/kolmafia/pull/1708 is merged we can mark this as done :)
  17. gausie

    New Content - Implemented Mar 2023 IOTM: closed-circuit phone system

    We probably need to change the container zone of the rifts out of "Event" since they're now granted permanent access by this IotM
  18. gausie

    New Content - Implemented Mar 2023 IOTM: closed-circuit phone system

    This is no longer the case btw - they all give affinity now
Back
Top