Search results

  1. R

    Bug All skills with daily limits should appear in dailylimits.txt

    Calculate the Universe isn't in there, for example. How did you do your full scan?
  2. R

    Bug r29079 mafia locked up a few times.

    Sorry, I don't normally use the GUI to cast skills (I use chat commands) What exactly did you do, and what happened? You logged in, cast a skill from the General -> Skill Casting frame (which you have configured as a tab), then opened the browser and it froze? I just tried that to cast Phat...
  3. R

    Bug All skills with daily limits should appear in dailylimits.txt

    You fixed one case, I'm reasonably sure there will be more.
  4. R

    Bug r29078 broke many Look & Feels (themes) for me

    "Material" themes have moved classes (in 3.6) and will be fixed. "Contrast" themes have been removed entirely without replacement (in 3.2). Evidently not using semver there... Gruvbox Dark Medium and Soft were also removed at the same time.
  5. R

    Bug r29078 broke many Look & Feels (themes) for me

    Alright, let me check what happened. I use Arc, which went through fine, and I clicked on a few others and they all worked, so I'll see what's happening here. Okay, basic check: Dracula works (changes the skin), Dracula Contrast does nothing. Seems to be a rename in 3.6...
  6. R

    Bug - Fixed An active amygdala is detected as an active noncombat forcer

    Flip-flopping is going to be because when it loads the charpane, as amygdala is an adventure modifier, it sets it to true, but when it loads api.php, as it doesn't appear in the noncomforcers JSON array, it sets it to false. Fix is to change the charpane parsing to only set true if it's a NC...
  7. R

    r29049 - What's Changed feat: retry upon receiving a 502 by @midgleyc in #3490 Full Changelog: r29048...r29049

    This was inspired by "use 1 Map to Safety Shelter Grimace Prime" leaving you in the middle of the choice not knowing where to go (until you look up the path yourself). That's also why I think that 502 doesn't send the choice on the server, given where it ended up when it broke.
  8. R

    New Content Sword of S Words

    New familiar Need: * arena stats * track monster sword is killing on skill use * replace the drop table on area combat data I guess, and in the relay * track when sword stops killing monster on either skill use or fight limit * pref for 100 fights / day * extract modifiers from desc_familiar or...
  9. R

    New Content - Implemented May 2026 IotM - Legendary Pasta Wand

    Thrall XP needs to be read from the charpane. Also we should add the level 11 abilities to our $thrall[] objects.
  10. R

    Bug - Fixed Astral Energy Drinks don't appear in Item Manager

    You can use `ItemPool.get(itemId).getDisambiguatedName()` to get the "[10883]astral energy drink" format given the item id 10883. However, when I tried that in computeType(), it crashed. Easiest fix is perhaps just to check the main food, booze, spleen types (I don't know why this isn't done...
  11. R

    Bug - Fixed Violet Fog not working

    Fixed the chart -- the latest version of the package, which we were automatically using, no longer adds the object we look for to window. I stuck us on an older version.
  12. R

    New Content - Implemented May 2026 IotM - Legendary Pasta Wand

    I think special-casing the noodles is the right move: this case where the choice adventure also contains the consumption results can't be particularly common. In processResults, before noting that we were redirected to a choice, handle the consumption in there. For the most part, it returns...
  13. R

    Bug - Fixed Violet Fog not working

    At a guess, we're parsing the HTML wrong, but this is tested (choice spoilers) and the test still passes. Maybe the HTML has changed. On the graph, at first I thought this was like Wumpus and the graph was hosted elsewhere, but it looks like we generate it ourselves. Check the dev console for...
  14. R

    New Content - Implemented 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
  15. R

    Feature - Rejected 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...
  16. R

    Feature - Rejected 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...
  17. R

    Feature - Rejected 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...
  18. R

    Feature - Rejected 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...
  19. 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.
Back
Top