Search results

  1. Crowther

    Issue with wham.php?

    Detective Solver and FarFuture scripts are also having trouble, but I wasn't able to fix either.
  2. 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...
  3. 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>
  4. 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.
  5. 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.
  6. Crowther

    Bug You are too drunk to continue

    You had the familiar weight warning that adeyke mentioned. I didn't.
  7. 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...
  8. 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...
  9. 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...
  10. Crowther

    Feature Familiar Tags

    The "undead" attribute is useful for scripting Zombie Slayer.
  11. 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...
  12. Crowther

    Combat Locket - What monsters do you lack?

    Sorry, I was kinda sidetracking the conversation. I think the original request can be handled by looking at the "chat" list and comparing it to the locket list. Which can be harder than you expect if one list has articles (the, a, an) and the other doesn't or could be super easy if they both...
  13. Crowther

    Combat Locket - What monsters do you lack?

    This whole thing has me confused. I don't have a list of body guards from the chat drop down. I started looking into this after I'd stopped doing AG runs. Looking at mafia's monsters.txt file. All BOSSes are NOCOPY. No monster is both NOCOPY and NOWISH. 897 monsters are NOCOPY. 201...
  14. Crowther

    Bug IO Exception almost daily on manual adventuring.

    That message is usually due to a server side error.
  15. Crowther

    New Content Clan Photobooth

    Funny, I was going to word it the other direction. Peanut is pretty simple and cheap to speed up. If you have drip unlocked and some drip juice in your blood, the reveler is quick too. After that, what he said. For mafia, all the Photo Booth choice adventures can be walked away from. The...
  16. Crowther

    New Content - Implemented Cookbookbat is Undead (at least for ZS)

    And Zombie Slayer is going to be a bit more popular now due to the Phone Booth.
  17. Crowther

    Bug - Won't Fix Mafia doesn't know that sphygmayomanometer from mayo clinic melts on rollover.

    Mafia knows it melts at rollover, but I can't say more than that. > ash boolean_modifier($item[sphygmayomanometer], "Lasts Until Rollover") Returned: true
  18. Crowther

    c2t_megg -- mimic egg interfaces and relay overrides

    Most of us here know the bane of maintaining things we've built.
  19. Crowther

    BatBrain -- a central nervous system for consult scripts

    Unreliable problems are always the biggest pain.
  20. Crowther

    BatBrain -- a central nervous system for consult scripts

    I tried to create a test case using that section of BatBrain, but it didn't recreate the problem. Might need to capture the actual page. import zlib string page = "adventureimages/bond_minion1.gif"; matcher imgm = create_matcher("adventureimages\\/([^ ]+\\.gif)",page); monster m =...
Back
Top