Search results

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

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

    numericModifier("Throne:Barrrnacle", "Familiar Weight") === 5
  3. 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).
  4. 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...
  5. 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) {...
  6. 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...
  7. gausie

    New Content - Implemented unoccupied sheep suit

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

    New Content Feb 2022 IotM: Combat lover's locket

    Can we not use 0 or just blank strings separated by commas?
  9. gausie

    Bug - Fixed Tried opening KoLmafia software from mac dmg, said program is broken

    The mac dmg isn't signed so won't work if you don't allow unsigned dmgs (which is almost everyone). Solutions for this are somewhat pending.
  10. gausie

    Bug Spring Loaded Bumper tracking broken when used as freerun on unbanishable monster

    That sort of thing is the right idea yes
  11. gausie

    Bug Spring Loaded Bumper tracking broken when used as freerun on unbanishable monster

    Yeah we have no issue with banish tracking but we have an issue with "can I cast this skill" checking
  12. gausie

    New Content - Implemented Oopsie IPA

    I added the item as part of the autumnaton work, but with unspaded values of course. I'm certainly not consuming mine!
  13. gausie

    Bug - Fixed Invalid adventure area: "The Barrel Full of Barrels"

    This needs added to our data file integrity tests
  14. gausie

    Bug - Fixed Rest Free Daily Deed

    Forfeit: regression test 😅
  15. gausie

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

    @Obeliks great work on this and the exceptions PR by the way, please feel free to contribute more in future!!
  16. gausie

    New Content October IOTM - Autumn-aton

    Yes, I handle it in my PR. It's just a reskin of quest item and has been applied to cosmic bowling ball too.
  17. gausie

    Feature Replace pwd hashes in debug log with generic string

    I have pause here now, DEBUG logs also contain PHPSESSID and all the necessary load balancer and user string sessions. I think there is a possible session fixation attack here, but I haven't tried it.
  18. gausie

    New Content October IOTM - Autumn-aton

    That is correct. We will have the same sort of thing for autumnaton
  19. gausie

    New Content October IOTM - Autumn-aton

    Yeah I could definitely use debug logs for finding each one. I think I have almost all of them from @phreddrickk though, if you check the html in the draft PR that's all I've got for now
  20. gausie

    New Content October IOTM - Autumn-aton

    Is it possible to get me the debug log from choosing to install the two upgrades at the same time?
Back
Top