Search results

  1. D

    Feature Lemon Party Slot

    Can we also have the pop-up turn-off in bad moon, for this adventure? Also, mafia doesn't respond with anything in the cli log when you lose. I'm never sure if I've lost or mafia encountered lag...
  2. D

    Bug - Fixed Friars blessings in daily deeds BEFORE quest is completed

    Would you add code to make that routine set lastFriarCeremonyAscension=knownAscensions, when appropriate? That'd cover out-of-mafia ceremony completion. Then we'd have in-mafia to deal with, as quest items are presently removed in CouncilFrame.java, whereas the quest items were actually removed...
  3. D

    Feature Don't attempt to use skills when you don't have the item equipped which allows it

    check out this example: KoLmafia thinks it is round 569 but KoL thinks it is round 1 Round 569: Schmoola executes a macro! KoLmafia thinks it is round 570 but KoL thinks it is round 1 Round 570: Schmoola executes a macro! KoLmafia thinks it is round 571 but KoL thinks it is round 1 Round 571...
  4. D

    Bug - Fixed Friars blessings in daily deeds BEFORE quest is completed

    So, there I am, researching the how's and why's of adjusting this issue. I figured it'd be a snap to follow the code and amend it a bit where the eldrich butterknife, etc are removed from inventory. Then I realized it wouldn't be so easy as the removal happens when you visit the council, not...
  5. D

    Bug Basement helper in relay browser during Bad Moon

    Basement helper in relay browser during Bad Moon doesn't seem to acknowledge Hell's kitchen: [From helper tool]: > eat 1 Jumbo Dr. Lucifer; Since you are not in a Mysticality sign, you may not visit the restaurant. You need 1 more Jumbo Dr. Lucifer to continue. [From Item Manager / Food /...
  6. D

    Bug - Fixed Essential cameraderie incorrectly marked multi-usable

    Essential soy is also marked multiple, is this also incorrect? -=DoctorRotelle Committed revision 8550.
  7. D

    Bug - Fixed gCLI use of csend misleading, session logging not human readable.

    The URL shows in the session log (text file) only. The gCLI log shows nothing useful beyond "Message sent to"... It is the gCLI I am looking at when using gCLI commands (ie: "csend 1 meat to kolabuff"), though. Not tailing the log file in the sessions folder. I'm actually smart enough to read...
  8. D

    Bug - Fixed Friars blessings in daily deeds BEFORE quest is completed

    When I was writing up the feature request for the dwarvish factory preferences, I realized my error above. The request should be for a "user level preference" of the format: [int] lastFriarCeremonyAscension. It would hold the ascension number of the last know completion. This would avoid having...
  9. D

    Bug - Fixed gCLI use of csend misleading, session logging not human readable.

    "csend 1 meat to kolabuff" actually sends 1125 meat. No warning of any sort. The gCLI-log only shows: > csend 1 meat to kolabuff Sending kmail to kolabuff... Message sent to kolabuff Requested buff with a duration of 15 adv becomes a buff with duration of 300 adv. Using the GUI interface for...
  10. D

    Bug cheap studded belt swapping mid-combat

    Consider the text log below. I was playing via the relay browser. I have marked the 3 relevant lines where mafia tried to replace my gear mid-combat. The gear interface shows the loss of a belt from the inventory count and considers it re-equipped. A quick check to my character page reveals it...
  11. D

    Feature 2 preferences for dwarvish factory status track dwarvish punchcard when slotted

    1) A saved preference to track whether or not this outfit item quest has been completed or not, as KoL doesn't tell you in the quest logs and you can get 7/8 quest items, again, after autoselling them post-quest. [bool] dwarfFactoryUsed or [int] lastDwarfFactoryUse 2) A saved preference to...
  12. D

    Bug - Fixed Friars blessings in daily deeds BEFORE quest is completed

    Edir: The button exists if your are level 6 or higher. They disable when you've used the buff. Terion: All locations are always in that list. This needs to become a "request" for a boolean friarsCeremonyCompleted (default:false) variable. Sets to true at the same time the quest items are...
  13. D

    Bug - Fixed monster elemental color missing? small aesthetic fix

    monsters.txt shows an elemental attack, but not an elemental alignment. I'm not really sure if the EA: entry should stay or go, so I've left it for now. E: sleaze has been added. build 8527.
  14. D

    Feature Don't attempt to use skills when you don't have the item equipped which allows it

    hasskill is certainly in there. as you say. i'm just thinking it is less server intensive if the request doesn't appear at all (and only after it is fixed). and the apparently endless server hits aren't a happy thing: [3276] The Outer Compound Encounter: guard turtle Strategy: C:\Documents and...
  15. D

    Feature Don't attempt to use skills when you don't have the item equipped which allows it

    Sorry, this behavior seems improper, and is not happening as expected. Ergo, why send an unusable skill in a macro to KoL when mafia could pre-determine it is not available? Along with the spices -> turtle totem conversion thing, this could be handled "pre-macroify". I have a CCS for the boss...
  16. D

    Bug - Fixed People -> Purchase Buffs has been hanging lately

    I too have been experiencing this issue. When a buffbot's feed is not working properly, this hang issue tends to happen. This is not the first time I've seen it either. I'm beginning to think we need to come up with a new method of informing potential new buffbots the ins and outs of setting one...
  17. D

    Feature Don't attempt to use skills when you don't have the item equipped which allows it

    Oh, I must not have written that clearly. I don't use KoL macros, mafia makes them on-the-fly. It is the "conversion" I've referred to in both instances I laid out above. When I write up a ccs entry, is what I'm referring to, the proposed macro stuff can be used to create the same logic within...
  18. D

    Feature Don't attempt to use skills when you don't have the item equipped which allows it

    When I script a KoL macro, I can put in skills that I cannot actually use like static shock or evil grin. Without the proper item equipped, it ignores it and the macro moves on. I'd like to see mafia use this method for skipping unusable skills, as it is one of the ways the KoL & mafia round...
  19. D

    Feature - Implemented Fortune Cookie Counter

    Yes: It will ignore that window when it eats a fortune cookie because it just doesn't like those values. And the values are correct. Many apologies for thread jacking. -=DoctorRotelle
  20. D

    Bug - Fixed Crimbotree not checking Crimbo Tree at log on

    This one doesn't work as I am a practical example. I play ronin characters "before midnight" and ronin clear characters after. This breaks the logic as a character may be on before rollover one day, and after, on the next/same date, while on a different KoL day. This makes the date vague when...
Back
Top