Search results

  1. R

    Bug - Fixed Ronin crafting of mini kiwi intoxicating sprits

    Thanks for the report, filed https://github.com/kolmafia/kolmafia/pull/2354
  2. R

    loopback problem, can't do relay browser

    One thing that may fix it is to restart your computer (windows icon -> power button -> restart). Shut down / turn back on is not good enough. Chances are these ports are reserved by Hyper-V or after Windows updates. Use the command "netsh interface ipv4 show excludedportrange protocol=tcp" and...
  3. R

    New Content Feb 2024 Challenge Path - Were Professor

    Punt banishes one monster for 40 turns, by the description. Only one at a time? How many copies does Hunt add, and does it ignore queue?
  4. R

    Incorrect ValueOfAdventure

    It's case-sensitive. "set valueOfAdventure = 4000".
  5. R

    Bug - Not A Bug Monster ID and Fax

    I expect it was reading the monster name from the photocopy, and thus it's the KoL change, not the Mafia change. But yes, I expect it's automated.
  6. R

    Bug - Not A Bug Monster ID and Fax

    KoLMafia is sending Easyfax what it says it wants according to its XML: https://svn.code.sf.net/p/easyfax/code/Easyfax.xml So it's a problem on that end.
  7. R

    JSON

    There is now a stable API covering this use-case at https://museum.loathers.net/api/player/215957 (swap ID as required). The previous URL will probably continue to work, but no promises.
  8. R

    New Content Mayam Calendar

    The free rests PR is waiting on confirmation of exact workings (i.e. if you get chair twice, is that 10 free rests?) Other outstandings: * concoctions for mayam resonances * something that lists available resonances * stuffed yam stinkbomb is a banish * yam battery uses per day * consumables...
  9. R

    JSON

    Technically, that's not an API. The APIs are under /api, and gausie would probably accept a PR that added one that returns the player details. This _data thing is an implementation detail of the Remix library used to create the website. To test whether something is valid JSON, you would use...
  10. R

    JSON

    Try `https://museum.loathers.net/player/${playerId}?_data=routes%2Fplayer.%24id._index` instead. It probably changed when /missing was added.
  11. R

    Bug - Fixed +booze% not recognized on booze ingredients

    Thanks for the report, r27904.
  12. R

    Bug - Fixed +booze% not recognized on booze ingredients

    Okay cool, looks like line 1016 of src/net/sourceforge/kolmafia/AreaCombatData.java. According to the wiki, both unstable fulminate ingredients are affected by both +food and +booze, so we would need special handling for blasting soda, except that it's at c0 already so any changes don't matter.
  13. R

    Bug - Fixed +booze% not recognized on booze ingredients

    Where is this display of predicted item drop rates?
  14. R

    Excavator - gausie's spading script

    "spade autoconfirm" will submit without requiring confirmation.
  15. R

    Excavator - gausie's spading script

    You can still make strictly local changes, it's just going to be harder due to the bundling. I'm not aware whether simply transpiling the TS to JS (translating for rhino) and keeping the files separate is feasible. You could also, as gausie says, make a script which does want you want and then...
  16. R

    Bug Mafia always runs /listen in chat after I run a chat command

    Does it happen if you use tabbed chat?
  17. R

    Bug Mafia tracking abandon client in Guzzlr in error

    Nothing has changed in Mafia's handling of Guzzlr since 2021. Also, what's wrong about that command? You ask it to accept a platinum quest; it does, and then you ask it to accept another, and it tells you you've already got one out. That's what I'd expect it to do.
  18. R

    Feature Modifier Maximizer should sort buffs by value for meat (i.e: maximizer score*duration/meat )

    Consider instead using https://github.com/Ezandora/Gain/. "gain 10000 item 50000 maxmeatspent" will spend up to 50k meat on the best +item buffs.
Back
Top