Search results

  1. phreddrickk

    Feature - Implemented Track when next adventure will be an NC

    good news, everyone: [15:15:55] System Message: A new trivial update has been posted: There are now messages in the charpane if your character has one of the things that forces the next adventure to be a noncombat.
  2. phreddrickk

    Bug - Fixed nowToInt() vs. now_to_int()

    This appears to have introduced a bug (or at least a meaningful behavior change) in retrievePrice and possibly other functions: r27254 (just before the change) r27255 This does appear to be more consistent with ash: but given that -1 is a less silly-looking number than the -1680943482...
  3. phreddrickk

    Feature - Implemented Track when next adventure will be an NC

    One potential challenge is there are several superlikelies and scheduled noncombats that won't eat the charge (e.g., zone intro adventures). And we don't have a way of discerning superlikelies from regular noncombats because there are several pity noncombats throughout the game that are...
  4. phreddrickk

    Bug retrieve_price is inconsistent (with Mayo items)

    It seems to me like this is reporting two issues: - npc_price and retrieve_price have inconsistent behavior between one another for unobtainable items. This may ultimately be desirable! - npc_price incorrectly assumes mayoflex is unpurchasable when the mayo clinic is active (in some cases? In...
  5. phreddrickk

    New Content New Shadow Rift NCs, buffs, and buff extension

    I have a draft PR in that corrects this behavior, but could use some help updating the unit tests to reflect appropriate behavior.
  6. phreddrickk

    New Content - Implemented IOTM - May 2021 - Shortest-Order Cook

    I assume resetting to 0 when you receive any drop is intended; given that it can give a drop at either 9 or 11, depending upon the blue plate, having it cycle through all 5 seems bad. I assume intended behavior is to use that in conjunction with $familiar[shorter-order cook].drops_today, but...
  7. phreddrickk

    freecandydotexe: a script for tricking, treating, and everything in-between

    freecandydotexe is a script for trick-or-treating on Hallowe'en for fun and profit. It is a member of the libram ecosystem, is built on the grimoire framework, and borrows many of the regular expressions used from the aforementioned tricktreat.ash. It can be installed by giving your CLI the ol'...
  8. phreddrickk

    New Content - Implemented Cursed Monkey Paw

    I'm just coming back from a week-long vacation myself! (By "just" I mean "in a few days"). Have a great trip. For the monkey_paw function, I have a few thoughts: - It would be very nice if support for Effect looked at substrings for effects with commas and apostrophes in the name. As far as...
  9. phreddrickk

    New Content - Implemented Cursed Monkey Paw

    As an update, it looks like the "quite impossible" thing isn't quite what we once thought--basically all otherwise-qualifying semirare drops are showing up as "quite impossible" regardless of zone access or whether we have Lucky!--but cube of billiards chalk and opera mask are both available...
  10. phreddrickk

    New Content - Implemented Cursed Monkey Paw

    It's an accessory! But we dont' really care about that packaged form descid: 144539345 unpackaged descid: 617234158 main.php?action=cmonk&pwd brings us to choice adventure 1501, which lets us "wish" for something--that something can be any genie-wishable effect, or an item. The rules for what...
  11. phreddrickk

    Feature Track whether a familiar has yet to have been fed by the shorter-order cook

    I think this would work better as a proxy record than as a preference (because the latter would become extremely long and cumbersome), but I'm not 100% sure. The shorter-order cook gives a boost of either 81 or 100 familiar experience each time a familiar leaves your terrarium for the first...
  12. phreddrickk

    combo: a script for combing rare beach tiles

    Recently (in the geological sense) a number of players generously "donated" beach comb data as a public resource available here. combo is a script that uses this data to efficiently comb the beach for you. You can install it by entering git checkout https://github.com/loathers/combo.git release...
  13. phreddrickk

    New Content New Shadow Rift NCs, buffs, and buff extension

    Is there any chance we could get tracking analogous to the NEP'S encountersUntilNEPChoice? turnsSpent % 11 is imperfect because the choice (and bosses) can be forced with Clara's Bell and analogues thereof. The bosses also count as NCs for these purposes, but because they're combats they do...
  14. phreddrickk

    New Content - Implemented World Event: Shadow Rifts

    I can confirm it applies to your familiar as well
  15. phreddrickk

    New Content New Shadow Rift NCs, buffs, and buff extension

    Thirding the request for a shadowLabyrinthDesiredGoal or similarly named preference, but also for future readers: you should specifically parse available_choice_options(true) so you can access mafia spoilertext
  16. phreddrickk

    New Content - Implemented World Event: Shadow Rifts

    Item Drops bonuses are partially suppressed in the Shadow Rifts, with the message "It's hard to see in this place. Items are gonna be trickier to find." My understanding is your +Item% gets divided by 5. It might be worth having numeric_modifier account for that if your location is currently set...
  17. phreddrickk

    Feature - Rejected numeric_modifier (or some new function) to look at the enchantments of bjorn/crown familiars

    I didn't realize I could access modifiers using the keywords like that. Thanks, this is great!
  18. phreddrickk

    New Content - Implemented Mar 2023 IOTM: closed-circuit phone system

    It can be extended with a PYEC. It may only appear when you accept an entity or artifact quest; I have had it not appear when you select a mundane shadow items quest (but appear later). It doesn't appear to decrement outside the rift (other than from natural combat completion) even when fighting...
  19. phreddrickk

    Feature - Rejected numeric_modifier (or some new function) to look at the enchantments of bjorn/crown familiars

    Right now mafia (and the maximizer) has information about the enchantments that the Buddy Bjorn and Crown of Thrones give when a familiar is bjornified or enthroned, respectively. This information gets used in the maximizer, but doesn't appear to be exposed through any API that scripters can...
  20. phreddrickk

    Feature - Implemented Add _lastCombatLost Preference

    Running from combats does not register as a win (as you didn't win), but would similarly not register as a loss (because you also don't trigger <!--LOSELOSELOSE-->). You could combine _lastCombatWon with a check for beaten up or low hp, but the Personal Massager (and possibly other items) will...
Back
Top