Hi, i am currently making my own bot, and i have pixel detection and everything set up and the bot works great. I need to add something to disconnect when durability get low. Any ideas how to go about this?
Thanks but i basically only use Autoit and ACtool languages.Quote:
Originally posted by d0v3r@May 31 2006, 04:32
Try using a memory scanner such as T-Search to get the address for the durability of items. I remember this use to work but I don't know if it has been changed.
Helpful hint, durability is based on 1000s. So 36/37 durability could be 3551/3600 to 3649/3600 (or something like that).
Edit: If you tell me what programming language you are using then I can be more of a help.