Search results

  1. divergentdave

    Best Between Battle Script Ever -- formerly AutoMCD

    I'm doing a Way of the Surprising Fist run, and BestBetweenBattle.ash is trying to autosell meat stacks I get from monster drops, but they get "donated to charity." Could you change line 271 to read as follows?if (!can_interact() && my_path() != "Way of the Surprising Fist" ) cli_execute("sell *...
  2. divergentdave

    SmartStasis -- a complex script for a simple CCS

    I'm getting a divide by zero error at line 340 of BatBrain.ash. (see below) Sure enough, my maximum HP is 264, and my MP at the time was 264. else meatpermp = min(item_val($item[scroll of drastic healing])/(my_maxhp()-my_mp()), 10 - to_int(galaktik_cures_discounted())*4);
  3. divergentdave

    Bug - Won't Fix Relay browser button doesn't open browser

    I'm sorry that I was unclear. I meant that according to mafia's SVN history, Shwei edited BrowserLauncher.java back in 2007-2008. So, while BrowserLauncher.java originally came from an external project, KoLmafia as a project has since added additional changes. I was responding to fronobulax's...
  4. divergentdave

    Bug - Won't Fix Relay browser button doesn't open browser

    Yes, setting preferredWebBrowser works. It seems that mafia has already forked a local version. Shwei made dozens of revisions back in 2007-2008.
  5. divergentdave

    Bug - Won't Fix Relay browser button doesn't open browser

    I recently uninstalled and reinstalled browsers and my relay browser button quit working. I loaded up KoLmafia (14.1) in jdb, and started stepping through BrowserLauncher.openURL(). It looks like the issue is line 908.usingIE = stream.readLine().indexOf( "htmlfile" ) != -1;Line 908 throws a...
  6. divergentdave

    Bug - Won't Fix CCS->Macro generation doesn't automatically funksling combat items

    When I adventure with the CCS[dimensional horror] item ovoid leather thingthe macro only uses one item each combat round, even though I have Ambidextrous Funkslinging. Normal pre-macro Mafia behavior is to automatically funksling the items. (P.S. the CCS "item ovoid leather thing, ovoid leather...
  7. divergentdave

    Bug - Won't Fix Mafia doesn't properly track Arena flyer ML from Haiku monsters

    Here is the requested HTML. The same two messages are used for both the first use in a combat, and subsequent failed uses.
  8. divergentdave

    Bug - Won't Fix Mafia doesn't properly track Arena flyer ML from Haiku monsters

    The item use message did have the picture for the flyers next to it, so you could probably watch for that, but I agree, this is pretty small potatoes.
  9. divergentdave

    Bug - Won't Fix Mafia doesn't properly track Arena flyer ML from Haiku monsters

    Will do tomorrow, I just used up all my adventures. (I think it was the "you do some stuff with a thing" message)
  10. divergentdave

    Bug - Won't Fix Mafia doesn't properly track Arena flyer ML from Haiku monsters

    Title says it all, I am adventuring in the Haiku Dungeon (edge case, I know) and the session results entry for "Arena flyer ML" doesn't increase when I throw the jam band flyers.
  11. divergentdave

    Trophy progress

    I was having the same problem, there must've been a change in Mafia at some point. To fix this problem, open up the file, scroll to the function PrintProgressNote(...) and replace this linefloat pct = current/needed;with this linefloat pct = to_float(current)/to_float(needed);
Top