Search results

  1. 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
  2. S

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

    Just another example debug file, again coincided with getting attacked in pvp Script execution aborted (java.lang.NullPointerException: Cannot invoke "java.lang.Comparable.compareTo(Object)" because "left" is null): (2crsfarm.ash, line 281) Paolo Pinkel just attacked you!
  3. S

    A Multi-Armed Bandit PVP Script

    I'm unsure but there might be something weird going on with the win/loss tracking? Perhaps I just don't understand how minis work in PVP I won all but one mini according to this, but still lost the fight? Chose mini: Scurvy Challenge Preference availableSwagger changed from 5624 to 5625 You...
  4. 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...
  5. S

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

    During this crash specifically I had items added via kmail. But I've had a crash previously from a successful PVP defense, where no items were added or lost.
  6. 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...
  7. S

    Bug Feasted familiar weight is not included in weight_adjustment

    Just to further elaborated, modtrace also does not see the feasted weight
  8. 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...
  9. S

    Bug - Fixed Trying to equip a sticker from the CLI fails and prints an error

    This may be related to 2crs, but it could also be something introduced recently. I've just started 2crs three days ago, and today was the first time trying to equip stickers. Pretty simply, I can no longer add stickers to my scratch n sniff weapon from the cli anymore. Reproduce: equip scratch...
  10. S

    Bug Feasted familiar weight is not included in weight_adjustment

    I am tagging this as a bug, but it may be that I'm just not seeing where I can tell whether a familiar currently has the feasted buff. To reproduce: feast a familiar with the Moveable Feast, compare the weight shown on the character sheet to what's returned from familiar_weight(my_familiar()) +...
  11. S

    Bug Maximizer is valuing experience/ML as though it were Muscle Experience Percent

    I believe this is a recent introduction, and seems to also be other forms of exp increasers being valued as "Muscle Experience Percent" on mafia r27103 I noticed because my script that were maximizing for glitch reward are suddenly equipping monster level equipment, and I die because it...
  12. S

    A Multi-Armed Bandit PVP Script

    Another season finished, another set of results: > Season 64 minigames statistics: > - Least Bland: 42/53 (79.2%) > - Spice Farmer: 45/51 (88.2%) > - That's a Spicy Tomato: 32/45 (71.1%) > - Iron Palate: 45/52 (86.5%) > - Balanced Diet Comparison: 42/51 (82.3%) > - Fashion Show...
  13. S

    Bug Mafia swaps familiar equipment back after changing it in a post adventure script

    I'm running a post adventure script to look for certain monsters with the miniature crystal ball. However, if I swap equipment in my post adventure script, mafia appears to try to restore it afterward. (I do not have "familiar item locked" selected in the gear GUI) Excerpt from the CLI after...
  14. S

    Feature CLI Command to configure Model Train Set

    Train set is amazing, I love it, but reconfiguring it takes a lot of clicks. It would make life a lot easier if there were a CLI command to change the setup. I'd offer to make a PR myself but I've never done anything in java yet. Irrat has implementation in his greyday script already for train...
  15. S

    Bug Scratch 'n' Sniff Weapon is not considered by maximizer if it has a negative bonus

    Reproduction steps: Have a scratch n sniff weapon with 3 unicorn stickers on it (75% item drop) Have no weapon equipped Run the maximizer with the string 5.0 item, -1.0 bonus scratch 'n' sniff sword, 373 bonus june cleaver, -equip broken champagne bottle It will choose the June Cleaver (score...
  16. S

    A Multi-Armed Bandit PVP Script

    Yeah, I don't think tracking defense is valuable for something like this. Individual tracking of the minis could be cool though
  17. S

    A Multi-Armed Bandit PVP Script

    My numberology results: > Season 63 minigames statistics: > - Rule 42: 44/49 (89.7%) > - Baker's Dozen: 33/36 (91.6%) > - I Like Pi: 24/29 (82.7%) > - 80 Days and Counting: 21/26 (80.7%) > - Tea for 2, 3, 4 or More: 51/58 (87.9%) > - Back to Square One: 980/1141 (85.8%) > - 15...
  18. S

    Bug - Fixed Maximizer calls no longer storing or recalling previous-used inputs (r26560, r26561)

    I ran into it again today, I'll try to narrow down based on what I was doing. I used autoscend to complete my Hardcore Standard Sauceror run. After defeating the NS and before pulling all my items out of hagnks I opened the GUI modifier maximizer, and it wasn't saving my last maximizer strings...
Back
Top