Search results

  1. R

    Bug Choice Overrides using Ezandora-Choice-Override render incorrectly

    Looks like previously it returned a 200 where the contents were the JavaScript redirect, and now it returns a 302 where the contents are the actual page.
  2. R

    Bug Choice Overrides using Ezandora-Choice-Override render incorrectly

    Even normal choices are broken -- if you use the archaeologist's spade using a chat command from main.php, for example, the resulting choice is rendered above main.php. No idea why -- the network commands look okay, although the 302 also returns a page.
  3. R

    Bug Crafting automation unable to make Star Chart items.

    Okay, found the code, it's in KoLmafia.handleConditions. Seems to all be custom. Will investigate later.
  4. R

    Bug Crafting automation unable to make Star Chart items.

    I can't find any code that would create the key in the first place. Do you have Preferences -> General -> Item Acquisition -> Buy items with tokens at coin masters whenever needed set on? If not, can you set it on?
  5. R

    Bug Club Next Week Timer off by 1 when used with phosphor

    Hmm, the VHS counter in the same combat was also off by one? They use the same code. How did you complete the combat -- clicking buttons in the relay browser, macro, combat script, combat filter function? And this was a habitated shadow slab that you instakilled with club into next week...
  6. R

    Bug Club Next Week Timer off by 1 when used with phosphor

    Was this with the latest version of Mafia? There was a bug in earlier versions where the count was off by one in free combats.
  7. R

    Bug - Fixed coolerYetiMode not reset when drinking

    Nope! Well, I mean you can visit_url some places, but no command or anything. It won't, because it's a daily pref. But coolerYetiMode will still be set to adventures.
  8. R

    New Content Support Adventurer Meats World

    That might need a KoL change, I don't think we can inspect the kitchen at the moment.
  9. R

    Bug Crafting automation unable to make Star Chart items.

    Where are you looking when you say "the item manager" or "the adventure automation itself"? Can you post screenshots? I converted it to a coinmaster recently, so things like "acquire" should still work and you'll now create it in the coinmaster frame, but I don't know what these other things...
  10. R

    New Content Support Adventurer Meats World

    Have a PR up to skeleton the skills etc. Also need: * limits for Meat Cute / Meat Loaf * tracker stats for Meat Cute (almost surely no queue rej, probably olfaction) * boss replacements * beefy bodyguard bat replacements * update character when they buy stats / skills * post-ascension avatar...
  11. R

    New Content Support Heartstone

    We want: pref for current in-progress letters pref for current attunement modifier, and apply in recalculateAdjustments prefs for whether you have the skills unlocked, set by viewing the skills in-combat or on the skillz.php page codpiece support: skills, equip codpiece when casting function...
  12. R

    Bug - Fixed coolerYetiMode not reset when drinking

    No: that tracks whether we've applied the once-per-day boost to adventures, and after drinking we still have applied it. Only the mode should reset.
  13. R

    Feature Request - Peridot display in relay browser

    An in-Mafia solution would have to make decorators for every place.php location, which includes finding the links and images etc., working out the sizes, placing the icons. The reason for having it be in-Mafia over another relay would be that there are already relay scripts this would conflict...
  14. R

    Feature Request - Peridot display in relay browser

    by the screenshot, you have some code that adds the peridot icon: can you post it, please? Also, what's the exact strategy here? You use the mobius ring until you have a possible NC, or time cop or sausage goblin available, and then you peridot / leave every zone until you get the encounter you...
  15. R

    Bug Speakeasy blue word from Typical Tavern not logged to console / session log

    If you search the codebase for "Word found" you can find the cases where we log a word: we just find an appropriate substring from the message and use regex to parse the word out. If you type "debug on" in the CLI before hitting a webpage, Mafia will log all the HTML in a good format for tests...
  16. R

    autoscend - a sl_ascend fork/continuation

    Whenever there's a new day, you get to use all your resources again. Sometimes it will put off certain quests until the next day -- e.g. the Friars quest completed perfectly gives you no stat points, and you get 3 NC forces per day using the Allied Radio Backpack. Which quests is it deciding...
  17. R

    Script Aborts at Holiday Monsters

    if you're using run_combat(), that implies you're using visit_url() instead of adventure() or adv1() to start combats? The latter combined with custom combat scripts, combat filter functions or macros is more usual I think. I have no idea whether Mafia would abort. I don't know why it aborted...
  18. R

    Script Aborts at Holiday Monsters

    Holiday monsters are what KoL considers "special" monsters. Presumably, you are not using a custom combat script; as these monsters disable auto-attack by default Mafia won't finish the fight. You should go into KoL's "Options", then "Combat", then "Enable auto-attack even against boss and...
Back
Top