Hi all,
Just wanted to tell you that I also have been busy writing a bot for WoW, and so far I managed pretty far as it walks around, gets user health and target health and is able to attack.
BTW, to target, you can simply use an in-game macro
just send the keystroke /script AttackNearestTarget()
One of the biggest issues to me is to receive the targets health
So far I managed, but it is still very buggy as it does not use memory reading (I just dont know the locations of the health offsets...anyone?) but it simply tells the health and mana using macros from the game, then it selects the text from chat, copies them to clipboard, and uses them in autoit. Works well, just that it has a delay (about 2 sec) which is crucial...
I'd send you the source but Im not at my own PC atm. I'll send it later!