Hello.
Well, Im currently learning AutoIt and i wonder how to make the script able to walk in WoW? I mean how to like import a waypoint system?
Thanks for answers!
Hello.
Well, Im currently learning AutoIt and i wonder how to make the script able to walk in WoW? I mean how to like import a waypoint system?
Thanks for answers!
Well the easiest way to do this is to either create a parser for a premade path, or save the coordinates if you are more than X yards (can use pythagorean's theorum) from the last position. Once you accomplish this, you have two major options with pathing. This is to either be in process, or out of process. If you choose to be in the process, some methods available are to either use ClickToMove or changing your rotation. If you stay out of process, some methods to choose from are to send keyboard events or mouse events. Of course, there are many other ways that you can do this, so it is all up to you.
Thanks but i dont really understand.
If you don't understand, then creating a bot is not for you. Go learn more programming first, or do alot more reading.