Search results

  1. Crowther

    New Content - Implemented Mall Cap Raised, Meat Cap Raised, Certain Mall Items Repriced

    I think this might be related, but it could be new. Searching for "snowman-enchanting tophat"... Search complete. 1 @ 74,999,999 meat 1 @ 77,900,000 meat 1 @ 80,000,000 meat 1 @ 83,000,000 meat 1 @ 85,000,000 meat 1 @ 95,500,000 meat 2 @ 100,000,000 meat 1 @ 123,000,000 meat 1 @...
  2. Crowther

    Bug - Fixed December 2024 changes in KoL break lots of stuff

    Which would explain why my contacts aren't marked in chat as well.
  3. Crowther

    New Content - Implemented Crimbo 2024

    Tiniest bug: The "How to Lose Friends and Attract Snakes (used)" isn't tradeable.
  4. Crowther

    New Content - Implemented Crimbo 2024

    When the second island opened and I saw the shop items requiring multiple spirits, my first thought was "this is going to be a painful Coinmaster."
  5. Crowther

    autoscend - a sl_ascend fork/continuation

    fronobulax is right. Meat has always been an issue with ascension scripts. I remember being mocked by BCC for suggesting some minor meat savings which were the difference between success and failure for my setup. With autoscend, turning off MP/HP restoration has worked for me, but I'm running...
  6. Crowther

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    That sounds like a preference difference. On the character in question run "zlib WHAM" on both machines and look for a difference. Why I came here to say: The data file batfactors.txt had splattersmash listed as doing physical damage instead of hot damage. I updated it on zachbardon.com, so...
  7. Crowther

    Issue with wham.php?

    This fixed FarFuture for me, but I'm not sure if the second change is needed. 552c552 < state.minutes_in = message.group_string("<b>([0-9]*)</b>")[0][1].to_int_silent(); --- > state.minutes_in =...
  8. Crowther

    Feature - Implemented Track combat actions

    WHAM et al do something similar with "happenings".
  9. Crowther

    r28162 - What's Changed [*]fix: detect dwelling interior by ]@midgleyc] in

    Ha! I guess dropping "<b" works. More future proof too.
  10. Crowther

    Issue with wham.php?

    Detective Solver and FarFuture scripts are also having trouble, but I wasn't able to fix either.
  11. Crowther

    Issue with wham.php?

    This problem is with the Briefcase script itself. string results_string = page_text.group_string("<b>Results:</b></td></tr><tr><td[^>]*><center><table><tr><td>(.*?)</td></tr></table>")[0][1]; Needs to be: string results_string = page_text.group_string("<b style=\"color...
  12. Crowther

    Bug - Fixed December 2024 changes in KoL break lots of stuff

    Adding ".*?" after the bold fixes that regex, like this: <table.*?<b.*?>Clan VIP Lounge \\(Ground Floor\\)</b>.*?<center><b>(?:<a.*?>)?(.*?)(?:</a>)?</b>.*?</center>(<table.*?</table>
  13. Crowther

    Bug You are too drunk to continue

    I was about to say this doesn't effect my non-ascender. If the cape is involved, that would explain it.
  14. Crowther

    Bug You are too drunk to continue

    Even more confusing. The first test I can't run on my non-ascender (no staff), but the second test works does not reproduce the problem. That account has Liver of Steel and Hallow Leg.
  15. Crowther

    Bug You are too drunk to continue

    You had the familiar weight warning that adeyke mentioned. I didn't.
  16. Crowther

    Bug You are too drunk to continue

    Ugh. I'm entirely confused, but this works every time for me. maximize; outfit birthday suit; ash inebriety_limit(); equip saucepan; ash inebriety_limit(); outfit birthday suit; ash inebriety_limit(); equip Knob Goblin scimitar; ash inebriety_limit(); outfit birthday suit; ash...
  17. Crowther

    Bug You are too drunk to continue

    Ohh! I can reproduce. outfit birthday suit; ash inebriety_limit(); equip Staff of the Grand Flambé ash inebriety_limit(); outfit birthday suit; ash inebriety_limit(); Results in: Taking off everything... Everything removed. Returned: 15 Wielding Staff of the Grand Flambé... Equipment...
  18. Crowther

    Bug You are too drunk to continue

    I've been having what feels like the same bug for about a week now. I only lose one drunk, because I only having Drinking to Drink and not Liver of Steel. I only managed to narrow it down to "something about pvp" when I run Uber in my bedtime script. It doesn't happen when I run Uber alone...
  19. Crowther

    Feature Familiar Tags

    The "undead" attribute is useful for scripting Zombie Slayer.
  20. Crowther

    Combat Locket - What monsters do you lack?

    I'm still a bit confused on these lists and how they intersect. I see the source uses Ezandora's nowish list. That doesn't have monster id numbers, but look pretty accurate except for "the gunk" can be wished and copied. I have it in my locket and you can chat one up. The random guards and...
Back
Top