possible: auto attack, character AI

08/07/2011 12:00 joseMCKE#1
SO heres the idea, its been shown possible that we can set a character auto attack ai to spam music, healing, etc.... all onto our own avatars.
Is the any possibility maybe turning it around and setting a auto attack AI which would auto target random monsters, kinda like a {ctrl(hold), left click} sort of thing?
08/07/2011 15:54 jas161#2
-Facepalm-
Check the AI's provided.
08/07/2011 16:07 SSDarkLink#3
Use Hotate?
08/10/2011 16:33 joseMCKE#4
maybe you should check the forums, there is no ai provided for an auto attack. I'm not looking for a autoit or auto hotkey script. im looking for a function through the auto attack button
08/12/2011 02:15 SSDarkLink#5
While 1
Send("{CTRLDOWN}") ;targets a monster
Sleep(100) ;Safety measure
MouseClick(“left”) ;Goes to attack it via leftclicking
Sleep(200) ;Safety measure
Send("{CTRLUP}") ;Makes ctrl/target go away.
Sleep(4000) ;Gives 4 seconds to go attack a mob before it resets
WEnd

Autoitv3.