Bot Exploit

Full Version: Bot detection creep? A regular cow that is unattackable. Heres an ss and ID of one.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The cow made the bot get stuck.

ID-extractor shows it as:
Cow_B-22602, ID=95263

I would assume they have a number of different versions of it,
so perhaps a regex check on the name would be good
match("(Cow_)([A-Z])") or equivalent.

Screenshot
[Image: 6bb6c8cb16.png]
(04-16-2015 08:39 AM)Perfecticus Wrote: [ -> ]The cow made the bot get stuck.

ID-extractor shows it as:
Cow_B-22602, ID=95263

Screenshot
[Image: 6bb6c8cb16.png]

Happen first time Queen desserts bounty. Cow he not hurt you. He maybe unlock rift with Cow King and Lord of Bells. Better to have unlock than finish bounty. Need add as NPC so bot ignore.
Cool thanks for reporting. Will fix that.
Another ID found, apparently you arent using regex to identify if its a blocked creep or not.

Cow_B-41850, ID=95263, Distance=6

Gotten stuck on those cows several times today, and the bot will keep on running indefinitely
when a cow shows up.

Heres a regex that would match most of the cows I would presume...
Code:
Cow_[A-Z].[0-9]+
Heres one of the logs where its stuck forever

http://paste2.org/GGWw7MMv
Reference URL's