Search results

  1. 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...
  2. 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
  3. gausie

    New Content name change form

    Old name is not shown anywhere and the player id stays the same
  4. 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
  5. gausie

    New Content 2002 Mr. Store

    I wrote the code for the VHS https://github.com/kolmafia/kolmafia/pull/1755
  6. 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
  7. gausie

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

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

    My personal Meat farming script

    Precisely that, main just gets the command run as a string, with no prompting.
  9. 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 :)
  10. 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
  11. gausie

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

    This is no longer the case btw - they all give affinity now
  12. gausie

    libram: your book of magic for JavaScript

    Hi folks! libram is a JavaScript library that intends to provide comprehensive support for automating KoLmafia. It is installable via yarn add libram or npm install libram etc. It is fully and extensively typed for TypeScript users. It acts as a general toolbelt for dozens of things you might...
  13. gausie

    Feature - Rejected numeric_modifier (or some new function) to look at the enchantments of bjorn/crown familiars

    numericModifier("Throne:Barrrnacle", "Familiar Weight") === 5
  14. gausie

    New Content - Implemented World Event: Shadow Rifts

    While I did indeed know it would work that way, I also waited until I had seen someone spade it. Which in this case was done very quickly on the ASS discord (as is often the case).
  15. gausie

    New Content - Implemented World Event: Shadow Rifts

    I suppose we could flip it so that shadowRealmIngress is both pro- and descriptive and remove the need for a second pref...
  16. gausie

    New Content - Implemented World Event: Shadow Rifts

    I think I have all of this covered now. One of the unfortunate side-effects of multiple entryways to one zone is that navigating programmatically to a new zone requires something like function riftFight(turns: number, place: string) {...
  17. gausie

    Attention script authors: GitHub is ending support for SVN in one year

    See https://github.blog/2023-01-20-sunsetting-subversion-support/ When exactly will this happen? The 8th of Jaunary 2024. Who does this affect? Authors of scripts who host them on GitHub and advise they are installed using svn checkout Users of the above scripts What can I do? KoLmafia...
  18. gausie

    New Content - Implemented unoccupied sheep suit

    I honestly can't tell if i prefer them as a concotion type or a coinmaster
  19. gausie

    New Content Feb 2022 IotM: Combat lover's locket

    Can we not use 0 or just blank strings separated by commas?
Back
Top