Search results

  1. A

    Bug - Fixed Error fetching avatar

    I think it’s r10451 that’s causing this. Mafia keeps trying to fetch the avatar using a doubled path, resulting in these errors: java.io.FileNotFoundException: C:\Dev\src\kolmafia\my\botdist\images\http:\images.kingdomofloathing.com\otherimages\sealclubber.gif (The filename, directory name, or...
  2. A

    Bug - Fixed Fails to compile at r9649

    I think this is coming from r9648, specifically the change to FightRequest: compile: [echo] Using modern compiler [javac] Compiling 645 source files to C:\Dev\src\kolmafia\my\build [javac] C:\Dev\src\kolmafia\my\src\net\sourceforge\kolmafia\request\FightRequest.java:2800: cannot...
  3. A

    Feature - Implemented [patch] Tea Party command + Daily Deeds entry

    This patch adds a simple ‘teaparty <hat>’ command that uses a "DRINK ME" potion if necessary, equips the hat, gets the buff and re-equips whatever you were wearing earlier. It also adds an entry in the Daily Deeds panel indicating whether you’ve gotten the buff today. Sample output: > help...
  4. A

    Bug - Fixed [patch] Stick-on eyebrow piercing breakage not detected

    It seems that Mafia doesn’t recognize when a stick-on eyebrow piercing breaks (cheap studded belts are handled correctly). This should probably fix it: diff -r f99b1b49c918 src/net/sourceforge/kolmafia/objectpool/ItemPool.java --- a/src/net/sourceforge/kolmafia/objectpool/ItemPool.java Fri...
  5. A

    Bug - Fixed nulls in chat

    I’m seeing nulls instead of timestamps next to non-messages in chat. I think it must have been r8692 or r8693 that did it, since everything was fine before I rebuilt today. Here’s what it looks like: EDIT: Just to clarify, this is in the Mafia chat, not the Relay Browser.
  6. A

    Bug - Fixed [patch] Snakehead charrrms erroneously listed at 30% drop rate

    Snakehead charrrms are listed in monsters.txt as a conditional 30% drop. The correct drop rate is 100%. diff -r f9d3d5ae97b6 src/data/monsters.txt --- a/src/data/monsters.txt Sat Sep 25 13:33:14 2010 +0530 +++ b/src/data/monsters.txt Sat Sep 25 23:54:32 2010 +0530 @@ -385,7 +385,7 @@ Gang of...
  7. A

    Bug - Fixed [patch] Mafia doesn’t correctly handle non-contiguous choice adventure options

    Came across this while I was putting together a patch to add spoilers for the new Spooky Forest NC*: Mafia can handle skipping any number of options at the beginning of a choice adventure, but if options are missing from the middle, the spoilers are misplaced. For example, Tree's Last Stand has...
  8. A

    Bug - Fixed Essential cameraderie incorrectly marked multi-usable

    r8549, when triggered from the Modifier Maximizer: Using 1 essential cameraderie... Internal data error: item incorrectly flagged as multi-usable.
  9. A

    Feature - Implemented More detailed BHH dialog

    At present, visiting the Bounty Hunter Hunter in Mafia shows a dialog which shows the items being asked for and their locations. I usually end up heading to the wiki page on the BHH to see the average number of turns for those bounties, and then check the individual locations to see what the...
  10. A

    Bug - Fixed Unusable items in Modifier Maximizer

    I rely on the Modifier Maximizer quite a lot to figure things out, and I find it extremely useful in pretty much every situation. There’s one thing that bugs me though: it seems like it always displays a few things that either aren’t available to me or aren’t usable in HC. The three cases...
  11. A

    Bug - Not A Bug Odd scrollback in Graphical CLI and (probably) chat

    I noticed that in the Graphical CLI, the output buffer shows some strange scrollback behaviour: instead of erasing a line at a time when the maximum limit is hit, it clears an entire chunk of the history. I narrowed it down to the ChatBuffer class from SpellCast. My suggested replacement is...
  12. A

    Bug - Fixed [cosmetic] Empty sub-menus in familiar popup

    SVN 8336. I don’t have many familiars. As such, when I click on the familiar picture in KoLmafia’s compact side pane, the popup menu that appears (to speed up familiar switching) contains several empty sub-menus. These (a) look strange and (b) confused me when I first encountered the menu...
Top