rigatoni wrote:Is it possible for the bot to not move? ie Camp a node? There are several places that nodes spawn over and over, but when I set my bot up, he runs 5ft then turns around and runs 5ft over and over. Trying to not look suspicious.
Any Ideas?
Here's an idea.
Edit your HarvestBot_Navigate_v403.vbs ( would work with 402 I'm sure)
This file will be located in your EQ2HarvestBot folder.
Then, scroll through and look for code:
If UseWayPoints >= MaxWayPoints then
WPIndex = 0
End If
And insert after WPIndex = 0
Sleep 99999 (or something a lot bigger. 200 and you wont hardly notice a delay)
Have one waypoint in your INI.
Now, it will only move, say every 10000 (You will have to play with this number and find out something that works best)
This should minimize your movement.