Quote:
Originally Posted by froy
yeah that im aware of, but what spot do i have to choose to get the bot working? i only want it to run around and kill mobs :P
|
You gotta think a little, bro. Not trying to insult you here but you need to understand what these things do.
What the bot does is that it runs around and then finds a target using the "select next target" command. In this case, the bot runs around, then presses the "u" key to do this. If there is a mob near you, the health bar would appear red. So, if you want the bot to start attacking if it finds a live target, naturally you need to sample the colour from the left end of the health bar. If the bot finds that the colour of that coordinate matches the colour code defined, the bot will start spamming skills.
If you sample somewhere in the middle of the health bar, what happens is if you spam some skills and the bot is still alive but that part of the health bar is no longer red (it becomes dark red), the bot will stop attacking as the colour code at that part of the health bar no longer matches the colour code you specified.
Another thing to note is that this bot gets the coordinates using pixels from your computer, not the coordinates in the game window. As a result, if you have finalised the coordinates and colour codes, don't move your Dekaron window around as that will screw up the bot.
Just think a little and you will know where to sample all the "data" you need for the other stuff like pot bot, fishing, etc.