Search results

  1. E

    New Content - Implemented February 2017 IOTM: Heart-Shaped Crate

    LOV Extraterrestrial Chocolate does not share a counter with Chocolate Phenomenon items. Can we get a _setting to track the daily use?
  2. E

    New Content - Implemented November 2016 IOTM - Granny Tood's Thanksgarden Catalog

    Some new unknown items from the day 7 harvest: -------------------- 9184 megacopia 680810357 megacopia.gif usable t 0 # Item megacopia -------------------- when used leads to a fight with a Thanksgolem which drops a number of leftovers and a new housing item: -------------------- 9185 giant...
  3. E

    New Content - Implemented Eldritch Tentacles now have names

    A possible explanation that I have no way of checking:
  4. E

    Feature - Implemented Time-Spinner

    Thanks for getting timespinner eating sorted. Ran into a small issue: timespinner list food throws an exception when showing an empty list. > timespinner list food Available foods: Unexpected error, debug log printed. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
  5. E

    New Content - Implemented Source Terminal

    Rollover does also not reset the education skills loaded/chosen.
  6. E

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    FYI The special pricing rules for tiny plastic sword drinks will fail to recognize skewered fruit as the source of a TPS. I order to fix, a check for skewered fruit needs to be added to the following code in special_prices() (line 626-662): boolean checked = false; if (it == $item[bodyslam]...
  7. E

    New Content - Implemented April 2016's IotM: VIP Clan Floundry

    r16834: Unknown item found: wriggling worm (9008, 952633988) -------------------- 9008 wriggling worm 952633988 wiggleworm.gif usable 0 Item wriggling worm Effect: "Baited Hook", Effect Duration: 100 -------------------- -------------------- 2094 Baited Hook wiggleworm.gif...
  8. E

    New Content - Implemented 2016 Content item of the Year - Batfellow comic

    I was... and yes, Cheeng's glasses would make more sense that new dread avatar potions.
  9. E

    New Content - Implemented 2016 Content item of the Year - Batfellow comic

    New avatar potions It seems a new batch of avatar potions was released yesterday (26/01): From Dreadsylvanian Castle: -------------------- 8843 can of drain cleaner 424335738 starchcan.gif avatar, usable t,d 5 Item can of drain cleaner Effect: "Crystalleyesd", Effect Duration: 50...
  10. E

    Bug - Fixed ash create(int, item) fails with "[¶item#] has no matches"

    In r16352: > ash create(1, $item[milk of magnesium]) [¶1650] has no matches. Returned: false As a workaround, the CLI equivalent can be used: > create 1 milk of magnesium Verifying ingredients for milk of magnesium (1)... Searching for "glass of goat's milk"... Search complete. Purchasing...
  11. E

    New Content - Implemented October 2015 IotM: haunted doghouse

    A few more doghouse items missing in r16351: -------------------- 8641 bowl of eyeballs 293756347 bowl2.gif food t,d 8 bowl of eyeballs 2 1 awesome 1-1 0 0 0 Unspaded Item bowl of eyeballs Effect: "Your Eyes are Peeled!", Effect Duration: 30 -------------------- -------------------- 1980 Your...
  12. E

    New Content - Implemented The return of formerly extinct monsters

    r16215: Bad item for monster "skeletal reindeer": Atk: 0 Def: 0 HP: 55 Init: -10000 P: undead
  13. E

    New Content - Implemented The return of formerly extinct monsters

    In revision 16184: Duplicate monster ID 632 : (warty pirate,golden ring)
  14. E

    New Content - Implemented Deck of Every Card

    Got the same when attempting to "play the magician" in r16032: > play the magician [614085] Deck of Every Card play I - The Magician (50) Encounter: I - The Magician You are currently in a choice
  15. E

    Bug - Fixed Out of range bug when reading charpane

    I've been getting an 2 "5898265535 out of range, returning 0" errors everything the charpane refreshes. The errors has the added effect of mafia thinking both myst and mox is 0. Worth noting is that automated adventuring sets all stats back to the expected value, so this is likely just a relay...
  16. E

    New Content - Implemented still-beating spleen

    For those of us who have already use a still-beating spleen this ascension, what should lastStillBeatingSpleen be set to for mafia to recognize the extra spleen?
  17. E

    Bug - Fixed Uncle Hobo's epic beard is missing its +adventures enchantment

    r15471: Mafia seems to have forgotten the +adventures enchantment on Uncle Hobo's epic beard. modtrace adv and the gear changer no longer lists it as having adventures: +6. Maximize adv will likewise no longer suggest Uncle Hobo's epic beard. Edit: Workaround: maximize adv +equip Uncle Hobo's...
  18. E

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    If you're getting the "<spleen item> must be chewed." error, change the statement starting line 2235 from: if ((type == "spleen") || (type == "choc")) use(1, con.it); to: if (type == "spleen") chew(1, con.it); if (type == "choc") use(1, con.it);
  19. E

    Bug - Fixed Staff of Fats cannot be equipped through CLI or ASH

    Can confirm that both equip [2268] and maximize familiar weight +equip [2268] works as expected.
Top