Hi all,
I'm coding a bot with AutoIt for private 3.1.3 servers that teleports and gather mines / herbs. This is my first try in cheats coding but everything is working well for now.
But i'd like to add some more features to the bot :
- Count how many items has been gathered.
- Count how many skill points you gained using the bot.
It would allow the bot to start gathering higher level mines / herbs when you reach the required skill level.
I already found the offset to read the red message saying that you failed to gather the node, and use it to try collecting again before next teleport. Usefull to not miss any gather.
Now i need your help to be able to read some new informations displayed in the chat window :
- Received items (ID of looted item, name or whatever that can allow me to count how many of each has been gathered)
- The blue message saying "your xxx skill has been increased to xxx".
Thanks for all the usefull code and informations i already found on these forums, any help with these questions will be greatly appreciated !