Search results

  1. Crowther

    Bug semi-colons in maximizer strings

    That's why I've been having such trouble with that item. It seemed to work correctly with "Kramco Sausage-o-Matic™". It didn't help that the maximizer doesn't tell me why it failed, but that code is pretty complex.
  2. Crowther

    New Content - Implemented Shadow Rifts no longer accessible to accounts without the closed-circuit pay phone

    The announcement was in the description of the closed-circuit pay phone.
  3. Crowther

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    WHAM thinking it can 1-round kill and then doing only 1 damage means something is not right. I've seen this too, but haven't bothered to track down what went wrong. It could even need an update to batfactors. If you want WHAM to kill faster, then set WHAM_roundcost_aftercore and/or...
  4. Crowther

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    Due to a recent KoLmafia update, I had to change line 473 in WHAM from int[item] drops = item_drops(m); to float[item] drops = item_drops(m);
  5. Crowther

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

    I think this might also be an issue when the cook goes out of standard.
  6. Crowther

    How to find various usables...

    The chocolate covered ping-pong ball is consumed on use. I think what you want is "$item[chocolate covered ping-pong ball].reusable".
  7. Crowther

    Guano Junction goal to break rocks

    You can use can_adventure() on the bat hole locations to see how many sonars and screambats have been used. Still requires a custom script, but not an overly complex one.
  8. Crowther

    New Content Spring 2023 special challenge path - Avatar of Shadows Over Loathing

    You are right, of course. Reading a post about banishes cause my brain to skip a gear.
  9. Crowther

    New Content Spring 2023 special challenge path - Avatar of Shadows Over Loathing

    I'm sure there are lots more. Motif is a banish, but there is no motifMonster preference to go with it.
  10. Crowther

    Harvest – A highly customisable farming script

    Best Between Battle by Zarqon does dolphins, but also does a lot of other things.
  11. Crowther

    New Content Spring 2023 special challenge path - Avatar of Shadows Over Loathing

    I think you are right. In the Shadows of Loathing game each class has its own nemesis. And Terrence Poindexter is specific to Jazz Agents.
  12. Crowther

    New Content Spring 2023 special challenge path - Avatar of Shadows Over Loathing

    Opps. The cursed items aren't really foldable. Once you uncurse one you can't recurse it.
  13. Crowther

    New Content Spring 2023 special challenge path - Avatar of Shadows Over Loathing

    So that's what the message about "hiding" means. In the darkness effect is attached. Thanks for the additions. Mafia now gets my level right which is a big help. I noticed that 27204 doesn't know about Jazz Agent sheet music and cursed goblin cape. I totally missed that these new boss items...
  14. Crowther

    New Content Spring 2023 special challenge path - Avatar of Shadows Over Loathing

    Hmm. I just noticed that mafia didn't parse everything, so let me know if things are missing. For example, Grit Teeth heals 20 in combat. I'll be a Jazz Agent for a while.
  15. Crowther

    New Content Spring 2023 special challenge path - Avatar of Shadows Over Loathing

    The three classes are muscle, myst, and moxie based. With your main stat determining your level. I'm the moxie based Jazz Agent and api.php says my class is 30. If they are sequential and in their normal order Pig Skinner would be 28 and Cheese Wizard is 29, which leaves no gap after Grey...
  16. Crowther

    Bug - Fixed Sometimes unable to buy limited items from Underground Fireworks Shop

    I think you nailed it. My autoSatisfyWithMall is set to true.
  17. Crowther

    How to have a combat script/macro abort if a battle isn't finished fast enough?

    That could be done, but it would require a consult script.
  18. Crowther

    Bug - Fixed Sometimes unable to buy limited items from Underground Fireworks Shop

    I run autoscend and this month it has obtained 17 sombrero-mounted sparkler and 1 porkpie-mounted popper from the fireworks shop and not one error. It seems people consistently have a problem or consistently don't. Hopefully, someone will figure out what's different.
  19. Crowther

    How to have a combat script/macro abort if a battle isn't finished fast enough?

    I don't use KoL's combat macros, just Mafia's CCS. There if you put three attacks and it hits the bottom of your script it just repeats the last line. If you really only want three attacks and then to stop, you say so by adding an abort after the three attacks.
Back
Top