Search results

  1. R

    New Content May 2026 IotM - Legendary Pasta Wand

    That isn't necessary, because merely having it in the inventory is enough. We do still need: * new cooked items * recipes * prefs for when you eat the items * support for the features when you eat the items, e.g. the new misc modifiers
  2. R

    Feature Introduce temporary preferences for scripting

    Okay, so to give a concrete example: Looking on GitHub, scripts that would be affected are autoscend, garbage-collector, ttpack, combo, oreo, and anything that uses grimoire. Garbo calls out to both combo and oreo. Suppose garbo is updated with set_temporary and oreo is left as-is. Then...
  3. R

    Feature Introduce temporary preferences for scripting

    Yep, I did miss that. Let me think about this a bit more. Design-wise we have to consider choice adventure / pre-adventure / post-adventure / fight / spading scripts etc. All these are called implicitly whenever the character spends an adventure / enters a choice / fight / any number of things...
  4. R

    Feature Introduce temporary preferences for scripting

    I suppose my perspective is this: > If a script exits unexpectedly or the process is killed before script cleanup, the user can be left with modified preferences they did not intend to keep. How does the script exit unexpectedly? If a power cut or Mafia close, we're not going to be able to use...
  5. R

    Feature Introduce temporary preferences for scripting

    Session scope already exists: statics for ASH, sessionStorage for JavaScript. They're just not preferences. I think if someone wants to have preference-like behaviour, they should just use preferences. I think autoscend uses preferences for backup, it just doesn't have an automated process to...
  6. R

    What is burning mana?

    Yeah it's autoscend, it will try to increase ML to 150 every combat in most cases, depending on the zone you're adventuring in / what quests you have up. You can set `auto_MLSafetyLimit` to some value you can meet to stop it doing that.
  7. R

    r28982 - What's Changed feat: add baseball choice spoilers by @midgleyc in #3423 Full Changelog: r28981...r28982

    Two things I can think of: * the encoding in the choice options is different because I switched to parsing the HTML instead of using regex * the returned HTML from the choice may be different because again I switched away from regex to cleaning the HTML. So it has extra tags and is formatted...
  8. R

    New Content - Implemented Baseball Diamond

    Okay, updated in r28982. One addition from this change: strings of choice options are now decoded as we switch to HTML parsing instead of regex. Any bugs to do with no longer recognising choice options might be this.
  9. R

    New Content - Implemented Baseball Diamond

    Looking into it but the HTML doesn't contain "choiceform1" and the like so I'll need to change how the spoilers get applied.
  10. R

    Bug - Fixed maximizerMList does not correctly handle changes to maximizerMRUSize

    We can implement it if it doesn't make things obviously worse, and then see if more bugs get reported, and revert it if they do.
  11. R

    New Content - Implemented Baseball Diamond

    We want to: * track monsters going into the diamond: FIFO queue, 9 slots, probably comma separated monster ids * in fight request, log the baseball diamond stuff * update the modifiers from the description after the choice is finished * track how many innings are consumed * track the sniff /...
  12. R

    autoscend - a sl_ascend fork/continuation

    If you're consistently breaking ronin under Normal runs, might I recommend Hardcore instead? That would get you more karma and prevent autoscend accessing the mall. Similarly, if you have very limited IoTMs, you might want to consider running some of the more overpowered avatar classes, such as...
  13. R

    autoscend - a sl_ascend fork/continuation

    Autoscend assumes you want to go fast, and is not recommended for casual (or equivalent circumstances, such as when you've broken ronin). Accounts with many IotMs can get something like +1900 item in-run, which is why autoscend goes for it. Next time either finish the run while still in-ronin...
  14. R

    Bug Printing the output page of Apriling band quad tom [play] link locks up KoLmafia

    For debugging, in the CLI type "debug on", and then Mafia will create a DEBUG_XXXXX.txt file logging all the URLs / contents. No idea what's happening here though.
  15. R

    Feature - Implemented Request: Support for mutually-exclusive buffs in maximizer

    We have some mutexes in modifiers.txt: # Mutually exclusive effects section of modifiers.txt # Same as above MutexE Shrieking Weasel/Power, Man/Lucky Struck/Ministrations in the Dark/Superdrifting none MutexE Perceptive Pressure/Perspicacious Pressure/Pneumatic/Proficient...
  16. R

    Bug - Fixed Track more clan furniture

    I think this would be good to do.
  17. R

    New Content Archaeologist's Spade

    "use archaeologist's spade" It's a normal choice adventure with fixed order. Just use the standard features.
Back
Top