Search results

  1. E

    autoscend - a sl_ascend fork/continuation

    I literally answered this 2 posts above. There is no native Autoscend feature to ignore clovers/lucky adventures so you need to modify code.
  2. E

    autoscend - a sl_ascend fork/continuation

    In auto_util.ash there is a function int cloversAvailable. If you return 0 for that function instead of numClovers, it SHOULD not use clovers. Also, closeting clovers and making sure Take items from the closet whenever needed is not checked SHOULD also work.
  3. E

    New Content Everfull Dart Holster

    Bug encountered during Ed fight. Once I hit 196 darts thrown (which happened during the 3rd turn of the fight for me), Mafia thought it was going to encounter a choice after the turn but didn't because Ed, causing it to loop without continuing to the next phase of combat. Restarting Mafia...
  4. E

    Bug Window Re-Drawing Incorrectly

    I have been getting these weird GUI issues where things are misaligned/appear misaligned. It's like the menu bar doesn't "render" even though it is there which causes mis-clicks if I go to the Adventure tab or some other tab. Resizing the window temporarily fixes it. It seems like the issue is...
  5. E

    Bug - Fixed Unable to craft staff of ed

    Adding on to Irrat, I encountered this too yesterday and bypassed it when I manually created Staff of Ed, almost and the Staff of Ed, KoL notified that I discovered a new recipe for each.
  6. E

    Bug - Fixed Cannot use replica Familiars with v27500+

    Exactly like the title says. When calling ash use(1, $item[replica Apathargic Bandersnatch]) in the command line, with v27500 or higher, Mafia returns true, but doesn't actually use the familiar. The relay browser behind the cli was navigated to after running that ash command. Also, the Session...
  7. E

    autoscend - a sl_ascend fork/continuation

    Were you running this in casual? You shouldn't run Autoscend in casual because it will do strange things. How close to rollover were you running autoscend?
  8. E

    autoscend - a sl_ascend fork/continuation

    Gotcha. If you set that to false, autoscend should automatically determine whether you can survive the Ninja Assassins or not. If auto_L8_ninjaAssassinFail=true then it updates extremeInstead to be true. There is some logic that will flip ninjaAssassinFail from false to true.
  9. E

    autoscend - a sl_ascend fork/continuation

    The issue was the goblin cape since it provides -6 cold resistance. If I had to guess, it was used because you had no other back item available AND because you went the Extreme route, we were looking for NCs, so it got equipped and then never unequipped. Then once you got the Extreme outfit, it...
  10. E

    New Content Spring 2023 special challenge path - Avatar of Shadows Over Loathing

    Regex is hard. It actually works as expected, my matcher string just wasn't working properly so I wasn't ever getting to the visit_url code.
  11. E

    New Content Spring 2023 special challenge path - Avatar of Shadows Over Loathing

    Trying to program a script to auto-buy a skill using points instead of meat and visit_url isn't selecting the points option. When I did debug trace on, it looked like it used this exact url. Am I missing something? Because there are 2 ways to acquire the skill (meat and points), does Mafia need...
  12. E

    Bug - Fixed burn * is sometimes recovering MP to then burn it

    While I have significantly less MP then Malibu Stacey, I have noticed that occasionally my libram casts are also off by 1. Easy way to see it is through Guide's/Tourguide's reporting of how much the next libram summon should cost. E.g. I have seen it when the expected next cost is like 67 or...
  13. E

    Bug - Fixed Build 25813 breaks all scripts

    Exactly as the title says. Below is my error log. 25812 runs scripts fine. 25813 no script (relay nor from gCLI) run. They always threw Unexpected error, debug log printed. Below is one of the log entries. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= KoLmafia...
  14. E

    Bug - Fixed NullPointerException in r20501

    20503 does not cause an NPE so it looks like your update fixed that. Thanks!
  15. E

    Bug - Fixed NullPointerException in r20501

    When I run autoscend I am getting a NullPointerException on r20501. I had previously run the script successfully in r20499. I enabled debugging and the log is attached. I trimmed the log just to the relevant error section. It looks like it has to do with the Maximizer change in 20501.
Top