Search results

  1. R

    Bug Buying from Crimb-o-vend 3000 should work

    Are the mechanics of this: * the store is available for every account with cheer * the skillbooks are available if you were around for the original Crimbo (wiki says "unlocked during the event" which is unclear)
  2. R

    Bug - Fixed Cannot buy from mall using Kolmafia

    Update to r28017, there was a change KoL-side.
  3. R

    New Content - Implemented Mall Cap Raised, Meat Cap Raised, Certain Mall Items Repriced

    r28013 contains an initial fix for a bug I saw; there may be more, post on this thread with issues.
  4. R

    New Content - Implemented Mall Cap Raised, Meat Cap Raised, Certain Mall Items Repriced

    Some notes: - items at the old mall cap can now sell there (not sure about items that were at the cap before the change was made). Items at the new mall cap (999,999,999,999) don't appear in search. - stocking an item without specifying a price puts it in at 999,999,999,999 as expected - limits...
  5. R

    Deprecate scriptMRU?

    I switched to bookmarks. Interesting about the performance penalty.
  6. R

    Bug - Fixed Ronin crafting of mini kiwi intoxicating sprits

    Thanks for the report, filed https://github.com/kolmafia/kolmafia/pull/2354
  7. 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...
  8. 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?
  9. R

    Incorrect ValueOfAdventure

    It's case-sensitive. "set valueOfAdventure = 4000".
  10. 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.
  11. 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.
  12. 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.
  13. 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...
  14. 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...
  15. R

    JSON

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

    Bug - Fixed +booze% not recognized on booze ingredients

    Thanks for the report, r27904.
  17. 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.
  18. R

    Bug - Fixed +booze% not recognized on booze ingredients

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

    Excavator - gausie's spading script

    "spade autoconfirm" will submit without requiring confirmation.
Back
Top