Search results

  1. S

    Feature Add tracking for Asdon Martin Bumper cooldown

    Currently there is no tracking for the cooldown of this skill - it can be worked around by using the banishedMonsters preference and current turns, but this can run into problems when we use the bumper on a monster that cannot be banished, but we can use the skill on. The skill has a 30 turn...
  2. S

    Bug retrieve_price bug

    retrieve_price returns the mall_price of an item in your inventory, even if the meatpasting components required to create it would be cheaper than the mall price. For example: The mall price of whirled peas is: 1,331 The mall price of handful of split pea soup is: 10,000 valueOfInventory...
  3. S

    Bug - Fixed is_coinmaster_item no longer returning true for Wrecked Generator

    This is related to the new changes to coinmasters, I'm unsure if the change in functionality is intentional or not, but either way posting here just in case. This is something that breaks the CONSUME script. It checks for whether an item is a coinmaster item, and then checks for whether we can...
  4. S

    Bug acquire/retrieve_item for stuffed yam stinkbomb attempts to use Mayam calendar when unavailable

    > acquire stuffed yam stinkbomb Creating 1 stuffed yam stinkbomb... You've already used the yam symbol in position 2. _mayamSymbolsUsed yam1,fur,chair,yam2,lightning,meat,yam3,eyepatch,cheese,yam4,clock,explosion Expected behaviour: it attempts to buy from mall instead if it cannot...
  5. S

    Bug appearance_rates thinks monsters are banished even when they aren't

    If you're within the same session of mafia, it seems that the appearance_rates function will "save" any banishes that have happened that session, even if you ascend. running the two arg version of appearance_rates will refresh the data An example from today to show what happens: > ash...
  6. S

    Bug Maximizer sees Offhand remarkable as doubling Hodgman's Hamster when it does not

    Spaded by The Dictator, link to message in Ascension Speed Society Discord: https://discord.com/channels/466605739838930955/1161394735085256735/1199753390947848302
  7. S

    Bug - Not A Bug rwbMonsterCount is being decremented on miniature crystal ball fights of non-rwb monster

    For example: If you rwb something, and then banish it, then fight an olfacted habitats monster in that location, then predict one with your miniature crystal ball, fighting the predicted monster will cause the rwbMonsterCount pref to decrease, even though you aren't fighting the RWB monster
  8. S

    Bug "create" will not take/buy ingredients from your own store, even when the cheapest

    If I have ingredients for a creation listed lowest in the mall, and not enough in inventory, mafia will instead purchase from another higher priced store, instead of taking/buying from my own store
  9. S

    Bug - Fixed outfit_treats() returns empty aggregate for outfits with multiple treats

    outfit_treats() returns the candies we get from Halloween for wearing that specific outfit. It seems to currently be broken for outfits that have multiple possible options for candy. A normal working outfit result: Broken outfits: Extra information from Rinn: it's just stored as an...
  10. S

    Feature - Implemented encountersUntilYachtzeeChoice preference

    The Sunken Party Yacht zone in Spring Break Beach has a scheduled NC every 20th adventure in the zone that results in the Yachtzee non-combat adventure. It would be nice to be able to track this progress via a mafia preference Similar to the "encountersUntilNEPChoice" preference we already...
  11. S

    Bug Shadow Rift location appearance rates are not updated unless selecting Shadow rift for nextAdventure

    This is after running my script for a bit and having done shadow forest in Mount McLargeHuge, and shadow waters from 8bit. (So current ingress should be 8bit) however: The nextAdventure changes are me looking through the location details in the GUI And then immediately afterward (didn't...
  12. S

    Bug Maximizer Bug

    When using the same maximizer string and rerunning, two different outfits are created, one with a rather significantly lower score. The first use of maximize: (lower score) Resulting in modtrace: Second use: (higher score) Resulting in modtrace: Continuing to run the maximizer will...
  13. S

    Bug Performance degrades after sorting in Store Manager

    I haven't quite nailed down full replication for this yet but: When using the Store Manager window, if you sort one of the columns, interactions with your store (loading history, putting new things in, repricing etc) seem to slow down Mafia dramatically. Eventually I was able to get mafia to...
  14. S

    Bug - Fixed Multi Usable items

    I believe this may be the case for all of the avatar potions, but just a few tests: I can multi-use plastic jefferson wings, and pygmy papers, but mafia does not currently see them as such when using the `use` command. EDIT: Just putting other potions I come across here Not an avatar potion...
  15. S

    Feature - Implemented Law of Averages dailyUsesLeft

    Now that people can have two of these from PVP, would a .dailyUsesLeft implementation be useful, similar to Universal Seasoning?
  16. S

    Bug Using "Logout of KoL" from general dropdown resets banishedMonsters pref

    I'm unsure if this effects other preferences, but I noticed this particularly because my script was trying to re-banish an already banished monster. Reproduction: Have banishedMonsters be populated by some banishes, click logout from general dropdown, when logging back in the pref is now reset...
  17. S

    Bug - Not A Bug Items with numbers in their names break the maximizer

    For example, if we use KoL Con 13 Snowglobe, it will see the 13 and think we are starting a new bonus or modifier, rather than it being part of the name, and will thus match to `kol con` and break the rest of the maximizer string
  18. S

    Bug - Not A Bug Wiki says the proxy record field default for combat_percent is 0, but it returns 100 for no data

    For example, Cobb's Knob Treasury does not have mafia data for the combat rate: Mafia data file or in the location overview in the GUI: however, ash $location[Cobb's Knob Treasury].combat_percent returns 100. (this is with -26% combat chance) Wiki says default is 0.0 This is mostly...
  19. S

    Bug Null Pointer Exception if maximizing while being fought in pvp or receiving a kmail

    If mafia is currently processing a maximize call, and you are either attacked in pvp or receive a kmail, it seems you get a null pointer exception. (May require you to currently have mafia chat open? Unsure) I'm unsure if this is reproducible 100% of the time, but I do consistently run into...
  20. S

    Bug Fail to login when in TCRS on r27237

    Happens when attempting to log in while currently in TCRS, errors and stays on the login window. class java.lang.IllegalStateException: ERROR: too many sources for bitmap modifier Clowniness, consider using longs. java.lang.IllegalStateException: ERROR: too many sources for bitmap modifier...
Back
Top