Search results

  1. phreddrickk

    Feature - Implemented Track Floundry fishing locations

    I can probably work on making an ash function for this starting on Tuesday, if no one has done so yet. I wonder if it would also be useful to check a clan's current fish-stock, but that's something that changes enough that you'd need to do a server hit every time.
  2. phreddrickk

    Bug - Fixed Undesirable re-purchase of etched hourglass when not found in inventory

    I started getting this error a little bit after this fix was rolled out: I own two decks of lewd playing cards. My Left-Hand Man is out, but is not otherwise occupied. Interestingly, running this string through the maximizer directly seems to work fine, but when I look at the maximizer after...
  3. phreddrickk

    Bug - Fixed Undesirable re-purchase of etched hourglass when not found in inventory

    Would it be helpful for me to throw in a PR to do just that after a "pull all"?
  4. phreddrickk

    New Content June 2022 IotM: June Cleaver

    Some more spading: You can only skip a noncombat 5 times a day The combats necessary for getting an encounter can be expressed as [1, 6, 10, 12, 15, 20][parseInt(getProperty("_juneCleaverEncounters"))] ?? 30 When you skip an encounter, it doesn't increment your total number of encounters that...
  5. phreddrickk

    New Content June 2022 IotM: June Cleaver

    Alright, this should mostly be implemented once #801 goes in, with a few small exceptions: 1. We don't know how, if at all, skipping an NC affects the cooldown of these things. I suspect it should reset the charge but not increment the encounters if you do so 2. We need adventure & stat data...
  6. phreddrickk

    Bug - Fixed Orb Pondering Prefix Trimming

    This should now be resolved.
  7. phreddrickk

    Feature - Implemented Request: Monster.article proxy record

    Different monsters have different articles used to address them in-game--the main ones I've seen are "the", "a", "an", "some", and not having one at all (as is the case for The Man, whose The is part of the monster name.) This recently came up when we had some buggy parsing of text from the...
  8. phreddrickk

    Bug - Fixed Orb Pondering Prefix Trimming

    We can switch the regexps to use something like (?:an?|the|some) (.*?), but my concern is that some monster names do start with The, while others have The as an article that proceeds it separately. I'd also be curious if There's a little you fighting a little <b>(.*?)</b> should be swapped to...
  9. phreddrickk

    Bug - Fixed Java Bug: On some versions of Java, weird things happen to strings with special characters

    You know, I'm really not sure. I'll start looking into that. Do you have any idea why mafia's ability to roll with the punch here would change between java versions?
  10. phreddrickk

    Bug - Fixed Java Bug: On some versions of Java, weird things happen to strings with special characters

    The fact that I got a "Bad item value" exception suggests that the issue here is from the Item.get() call, rather than from the eudoraItem() function. I similarly didn't throw an error from the xpath itself, which suggests that the xpath went alright.
  11. phreddrickk

    New Content MayDay Contract - May 2022 IoTM

    I have heard spading that suggests that survival knife doesn't stack with compass, which may be a KoL bug.
  12. phreddrickk

    Bug - Fixed Java Bug: On some versions of Java, weird things happen to strings with special characters

    Recently, when using OpenJDK 17.0.3, I ran into the following error: That code was compiled from this Typescript code, which previously ran without incident. The line in question is here, which runs as part of the main function located here. Rolling my java back to JDK 17+35 seems to have...
  13. phreddrickk

    Feature - Implemented retrieve_price is too noisy

    I'm not sure if this is a bug per se, but: When calling retrieve_price (or retrievePrice) for an item that can be created, it'll print the "Using cached search results" message every time. This message appears to be coming from MallPriceManager.searchMall. That does not appear to happen for...
  14. phreddrickk

    New Content April 2022 IotM: Unbreakable Umbrella

    Thanks for the reminder, completely slipped my mind. Working on it right now, should have a draft up in a half a heartbeat. Assuming your heart beats disturbingly slow. EDIT: okay if your heart beats every 46 minutes that is an extremely bad sign
  15. phreddrickk

    Bug - Fixed Mafia appears to no longer refresh stash information on its own

    Manually visiting clan_stash.php will let it update information about the stash, but without that, it seems to not have the ability to tell what's going on in the stash. This is based on using the CLI command. It also appears not to be checking the state of the stash upon login.
  16. phreddrickk

    Bug - Fixed Irregular +/- combat rate modifiers interact poorly with the soft cap

    Not sure if this is intended, but this is behavior I'm currently seeing
  17. phreddrickk

    Bug - Fixed Mafia tries to buy brogurt from coinmaster when unable

    > acquire broberry brogurt Verifying ingredients for broberry brogurt (1)... Purchasing broberry brogurt (1 @ 10 Beach Bucks)... Visiting the The Frozen Brogurt Stand... The Frozen Brogurt Stand successfully looted! Creation failed, no results detected.
  18. phreddrickk

    Bug - Fixed Irregular +/- combat rate modifiers interact poorly with the soft cap

    @the dictator can confirm or deny this, but my understanding is that it's +/- 35% combat as the hard cap as of recently, due to some shenanigans people were pulling in zones with skippable nomcombats
Back
Top