I posted this in the previous thread discussion regarding the article posted by Floops83. If you've not read this article, take the time to read it, and realize this technology has been in implementation since 2009 or prior and imo is the evil behind 99% of the ban activity.
Server-Side Bot Detection in Massive Multiplayer Online Games
The summary of the article is that its not nodes per hour or auctions posted that's getting farmers banned. Its sophisticated waypoint detection/analysis. Entire discussion in this thread.
Here
The solution, which i also posted in that thread, is copied below. I feel this is important enough to warrant a new thread for discussion of solutions, and important enough to warrant developer input as well.
The "FIX"...
Option 1/Existing Profiles - Gatherbuddy needs to be redesigned to pick a random waypoint out of the waypoints, then fly directly there. Once there, pick another random waypoint, and fly there. This will result in a less efficient pathing, but you will not trip the LCP (Longest Common Prefix) detection which this article describes. What you'll effectively have is a bot that will stay within the circle or what ever shape your profiles x/y coordinate dictate.
Option 2/No Profiles - Gatherbuddy needs to simply ask what zone you want to farm in, and use the mesh to keep you within that zone while 'bouncing' in random directions from its edges. This way you never form a detectable path, since your not moving along a waypoint, and you'll never trip the LCP detection since they have no reliable 'path' do develop from your coords, and your not traveling along known coords.
No common waypoints to record, no way for this system as it exists to establish a common path, no actual path which to compare against established 'public path' waypoints, means no way to trip the LCP detection.
Not looking for flamers, looking for constructive feedback.
Server-Side Bot Detection in Massive Multiplayer Online Games
The summary of the article is that its not nodes per hour or auctions posted that's getting farmers banned. Its sophisticated waypoint detection/analysis. Entire discussion in this thread.
Here
The solution, which i also posted in that thread, is copied below. I feel this is important enough to warrant a new thread for discussion of solutions, and important enough to warrant developer input as well.
The "FIX"...
Option 1/Existing Profiles - Gatherbuddy needs to be redesigned to pick a random waypoint out of the waypoints, then fly directly there. Once there, pick another random waypoint, and fly there. This will result in a less efficient pathing, but you will not trip the LCP (Longest Common Prefix) detection which this article describes. What you'll effectively have is a bot that will stay within the circle or what ever shape your profiles x/y coordinate dictate.
Option 2/No Profiles - Gatherbuddy needs to simply ask what zone you want to farm in, and use the mesh to keep you within that zone while 'bouncing' in random directions from its edges. This way you never form a detectable path, since your not moving along a waypoint, and you'll never trip the LCP detection since they have no reliable 'path' do develop from your coords, and your not traveling along known coords.
No common waypoints to record, no way for this system as it exists to establish a common path, no actual path which to compare against established 'public path' waypoints, means no way to trip the LCP detection.
Not looking for flamers, looking for constructive feedback.