Search results

  1. R

    Bug - Confirmed Maximizer didn't equip a weapon

    Combo 21 is the same as combo 2 and 5, but while those score 999.75, 21 scores 1393.2 As you are comfortable recompiling Mafia, could you add a log in src/net/sourceforge/kolmafia/persistence/ModifierDatabase.java, line 432, to see if it ever sets a familiar on the modifiers object? I added a...
  2. R

    Bug - Confirmed Maximizer didn't equip a weapon

    Unusual things which are true for you: you don't have a familiar, and you don't have either a weapon or offhand equipped. If you equip a familiar, can you still reproduce? If you equip a weapon, does it still recommend nothing, or does it recommend an offhand in that case? Can you `modtrace...
  3. R

    Bug - Confirmed Maximizer didn't equip a weapon

    This is the most useful (and confusing) thing I've seen yet. That means the problem isn't in the scoring, but in the speculation, where it decides to not use the scoring if the score is low enough (?) Can you try with "-tie" (to avoid using the tiebreaker) and also try just deleting parts of...
  4. R

    Bug - Confirmed Maximizer didn't equip a weapon

    Even setting aside the melee / ranged distinction, picking e.g. disco ball / august scepter would be better than toy accordion alone. But the weapons options don't even consider anything but toy accordion, which prevents an offhand. And then toy accordion wins but isn't equipped (?)
  5. R

    Bug - Confirmed Maximizer didn't equip a weapon

    ACCESSORY2 is where we store one-handed weapons. It should still be equipping them. Especially June cleaver, which can always be used to hit.
  6. R

    Bug IO Exception almost daily on manual adventuring.

    From what I can tell, the request /is/ forwarded to KoL's server, which then responds with GOAWAY. Last I checked I thought it might come from NGINX -- I think the default config is GOAWAY after a large number of requests on the same connection.
  7. R

    New Content - Implemented Cookbookbat is Undead (at least for ZS)

    Changed in Sept 2023. There is only one undead tag: it applies to both ZS and the mumming trunk.
  8. R

    New Content Bat Wings, back item.

    Needs: * add skills when bat wings equipped, remove when not equipped * tracking for: ** free kills (5 per day) ** four bat hole adventures (once per ascension) ** three skills (11 per day) * orc chasm jump support (if fixed) * choice adventure spoilers for airship
  9. R

    Bug - Won't Fix Mafia doesn't know that sphygmayomanometer from mayo clinic melts on rollover.

    Mafia is generally bad at handling stuff that happens when you stay logged in over rollover. Please log out and back in again, or minimally do "refresh all".
  10. R

    Bug - Fixed Closeting more than maxint meat fails

    Hopefully fixed in r28075, can you try? I don't have enough meat.
  11. R

    New Content Sept-Ember Censer

    You don't have to use the item to get the embers, which is why I didn't add it. Some preference on whether you've visited would be useful so scripts don't have to maintain their own. I'm not sure exactly what the requirements are -- I think the current thinking is that it'll work if you visit...
  12. R

    Bug 2 Turns Tracked for 1 Turn Spent

    Try disabling "Show old form with Combat Action Bar". Sometimes that can cause Mafia to think fights have ended when they haven't. Also sometimes just the CAB can do that but mostly it seems to be okay.
  13. R

    Bug 2 Turns Tracked for 1 Turn Spent

    In KoL's options -> combat, do you have the Combat Action Bar enabled? Do you have "Show old form with Combat Action Bar" enabled?
  14. R

    Bug acquire/retrieve_item for stuffed yam stinkbomb attempts to use Mayam calendar when unavailable

    I would have thought this already worked given `canMake` is set up and wired in, but evidently not in all the right places.
  15. R

    Bug combat_queue isn't reset on ascension

    I can't replicate. This might be a different problem, where Mafia puts summoned monsters into the combat queue of the last zone you adventured in.
  16. R

    Bug combat_queue isn't reset on ascension

    Should already be handled by AdventureQueueDatabase.resetQueue() called by ValhallaManager.resetPerAscensionCounters(). I'll see if I can replicate.
  17. R

    JSON

    You should use https://museum.loathers.net/api/player/2115655 (edit player id as desired). The ?routes... bit is not required. This URL is an API which is supported and maintained. Any attempts to receive JSON from an API not starting "https://museum.loathers.net/api/" will not be supported.
Back
Top