Search results

  1. P

    New Content - Implemented Standard Ascension Path for 2015

    I'm still seeing all the non-t69 stuff in Daily Deeds in Standard. Are those supposed to be hidden?
  2. P

    Bug - Not A Bug Modifier Maximizer - Not Unequipping Items

    Did you have a Time Halo equipped by any chance? With a time halo equipped, unequipping the meatspout staff would be a net gain of +2.
  3. P

    New Content - Implemented New Mr. Store currency

    The conversion is mrstore.php?pwd&action=a_to_b (Accessory to Bucks) or mrstore.php?pwd&action=b_to_a (Bucks to Accessory).
  4. P

    New Content - Implemented Incorrect modifiers from latest twitch event

    I didn't mean to imply it was previously reported, but I only noticed it because it was the block heeheehee quoted above.
  5. P

    New Content - Implemented Incorrect modifiers from latest twitch event

    Herbal Pert is still listed as "Experience (Moxie): [2*zone(Twitch)]". The 2 should be 25.
  6. P

    Feature - Implemented Consumption-related ASH function additions

    Does overdrink() also suppress the Ode warning? It sounds like that is what wrldwzrd89 is asking for, though I don't know why you would want that.
  7. P

    New Content - Implemented Choice adventure spoilers not displaying

    The code that adds goal buttons needs to be changed as well (addGoalButton in ChoiceManager.java). I would not be surprised if other forms changed too. I'll keep my eyes open.
  8. P

    Bug - Fixed New triggers are not saved when changing moods

    This is still a bug, unless the behavior was supposed to changed. Adding triggers to moods that have parent moods used to work (as of r14830), and looking at Mood.java, it is definitely supposed to work. Having parentNames should not preclude a mood from also having localTriggers, and as...
  9. P

    New Content - Implemented Choice adventure spoilers not displaying

    KOL changed. In order to decorate a choice adventure, mafia looks for "<form name=choiceform(\\d+)" (FORM_PATTERN in RequestEditorKit.java). Instead, I'm seeing "<form style='margin: 0px 0px 0px 0px;' name=choiceform1". Changing FORM_PATTERN to just "name=choiceform(\\d+)" seems to make choice...
  10. P

    Feature - Implemented Track fights won with Xiblaxian holo-wrist-puter

    The edge cases in the talk page are just verifying that it counts won combats, regardless of whether they take turns.
  11. P

    Bug - Fixed Maximizer fails to acquire multiples of an item

    If the modifier maximizer attempts to equip an item that is already equipped in another slot, it will acquire the item, which is fulfilled by unequipping it from the other slot. For example, a common case is that I maximize myst with no saucepanics in inventory but 2+ in my closet. The maximizer...
  12. P

    New Content - Implemented Conspiracy Island !

    There's a one-day ticket in the mall now. Itemid 7768, descid 232691309. Usable, no-discard.
  13. P

    New Content - Implemented Conspiracy Island !

    Small bug: the titles of the zones in monsters.txt are not commented out, so mafia is parsing them as monsters with nonsensical stats.
  14. P

    Feature - Rejected Allow mall searches of unknown items

    Currently, if you search for a string that mafia doesn't doesn't believe matches any items (such as "They liver pop", currently) in the purchases window, mafia will not do the search. Searching for a string that matches both the unknown item and 2+ known items (such as "ver p") does the search...
  15. P

    Bug - Fixed Recent change in item matching?

    Awesome. Thanks for the quick fixes!
  16. P

    Bug - Fixed Recent change in item matching?

    That was the only recent revision I saw that was related to item parsing. I have no idea what change causes this then.
  17. P

    Bug - Fixed Recent change in item matching?

    I've noticed recently that item name matching is not as useful as it was in the past. I can't really tell exactly what is happening. "Untinker abridge" used to buy the abridged dictionary from the bookstore and untinker it; now it does not work unless I acquire the dicctionary first. "Eat...
  18. P

    Bug - Fixed r14480 - NPE from Twitch zone

    I believe it's happening because the new water level check involve reading the minimum stat requirement, and zones from overrides don't have those.
  19. P

    Bug - Fixed Hedge maze solver fails

    That is exactly what I do, and it usually works perfectly. It is possible I farmed two hedge puzzles before clicking Solve this time.
Back
Top