Search results

  1. D

    Feature Add +5 <item> goal when an item drop familiar is equipped

    I've adjusted my version of the checkpoint command as follows: package net.sourceforge.kolmafia.textui.command; import net.sourceforge.kolmafia.KoLmafia; import net.sourceforge.kolmafia.RequestThread; import net.sourceforge.kolmafia.SpecialOutfit; public class OutfitCheckpointCommand...
  2. D

    Feature - Implemented Copy/Paste friendly output for outfit equip/save messages

    Thank you for all the feedback! Committed revision 8819.
  3. D

    Feature - Implemented Copy/Paste friendly output for outfit equip/save messages

    At present, the format for the message displayed with you equip or save an outfit adds an ellipse to the end of the outfit name. I often have to take extra care not to copy the ... I want to propose changing the format to: "Saving outfit: " + this.outfitName and "Putting on outfit: " +...
  4. D

    Bug - Fixed Hollandaise Helmet can be Pulverised

    Committed revision 8813.
  5. D

    Bug - Fixed New Bat in the Bathole

    Committed revision 8811.
  6. D

    Feature - Rejected Barroom Brawl Stats

    All of this spade data is presently implemented. There is a goal for "+3 beer lens" pre-configured. In "recent" and "session results" you can see how many have dropped today (minus any you've used). You can also see how many unemployed knob goblins you've encountered in the "encounter listing"...
  7. D

    Feature - Implemented Daily Deeds Panel reoganization needs feedback

    Got it. That's in the code. I also removed the summon buttons unless you have one of the possible quest items which indicate Lord Spookyraven is defeated. The idea was to make it all relevant and logical... well, it's a try at least. -=DoctorRotelle I'm still waiting on a proper test of the...
  8. D

    Feature - Implemented Daily Deeds Panel reoganization needs feedback

    I have personally acquired the desire to change the DD panel around a bit. Mostly because I like clicking stuff in order. This has historically meant that I'd heal THEN use the ballpit/scope buttons. I have since modified the code in my build to reorder this stuff so it is slightly more logical...
  9. D

    Bug - Fixed Tome & libram skills don't appear in BM aftercore

    Thank you for testing this! Most appreciated!!! -=DoctorRotelle Note: The wiki data is therefore stale and needs additional notes to indicate this change (which happened when recall skills was introduced). I will let V revert the relevant portions of the code to re-enable these commands as to...
  10. D

    Feature Add +5 <item> goal when an item drop familiar is equipped

    I can verify this happens with my script. I lock my familiar equipment at login. Since the mayflower bouquet is removed when the script reaches my stocking mimic, there's room for confusion. I also switch back to a green pixie if my script is no longer in a wormwood region, which is when I tend...
  11. D

    Feature Add +5 <item> goal when an item drop familiar is equipped

    I actually fielded this question in /hardcore today. I have to say a resounding "NO" to this request until such a time as we have "or" options for goals. Having this issue AND a terrible memory, I use a BBS to handle familiar switching since I like my goals for my bounty hunt (etc) to not get...
  12. D

    Bug - Fixed Tome & libram skills don't appear in BM aftercore

    I did a lot of testing when I changed the code from skills recalled to king liberated (in the daily deeds panel). Note the dates on all wiki comments about bad moon / bookshelf skills predates the recall skills KoL update. Visiting the bookshelf manually (in the relay browser) should fix mafia's...
  13. D

    Bug - Fixed Sushi not rollable

    I can confirm nigiri fullness recognition has returned! Manually and via food queue! Thanks Veracity!
  14. D

    Bug - Fixed Sushi not rollable

    This issue is related to the new changes and nothing in the kitchen is recognized yet. I ate some maki (by hand) and mafia accounted for the fullness used. When I did the same thing with nigiri (via relay browser, as well) it failed to account for the fullness used. Not sure if something has...
  15. D

    Bug - Fixed Spooky Gravy Barrow and Felonia

    Sadly, the fix is not so simple. As it is, mafia is also trying to fight Felonia without the requirements satisfied:
  16. D

    Bug - Fixed error when using recordings of AT buffs while head is full

    Mafia is not recognizing the error message You already have too many songs stuck in your head. as a failure to use a recording. At present, they are being deducted from inventory when they shouldn't be.
  17. D

    Bug - Fixed _hotTubSoaks does not update if incorrect

    Committed revision 8556. > hottub Visiting Relaxing Hot Tub in clan VIP lounge You gain 1 hit point > prefref tub _hotTubSoaks (user, now '5', default 0) > set _hotTubSoaks=0 _hotTubSoaks => 0 > hottub Visiting Relaxing Hot Tub in clan VIP lounge > prefref tub _hotTubSoaks (user, now...
Back
Top