A good edit i did with the movement file was.. its really nice now =)
Quote:
Func AntiAfkWithAutoAttack( = 0)
= TimerInit()
= 20
add2log("AntiAfkWithAutoAttack()",1)
= 0;
While == 0 AND ( == 0 OR TimerDiff() > )
If( _GetTargetData('GUID') <> false) Then SimpleAttackTarget(60000) ; max 30s attack
+= 1
SleepIt(1000)
If(Mod(,/2)==0) Then
WinActivate("World of Warcraft")
WinWaitActive("World of Warcraft","",60)
add2log("moving",1)
If (Random(1,2,1)==1) Then
SendIt("{" & & " down}")
SleepIt(20)
SendIt("{" & & " up}")
SendIt("{Tab}")
Sleep(500)
SendIt("t")
Sleep(500)
SendIt()
Else
SendIt("{" & & " down}")
SleepIt(20)
SendIt("{" & & " up}")
SendIt("{TAB}")
Sleep(500)
SendIt("t")
Sleep(500)
SendIt()
EndIf
EndIf
WEnd
Return 1
EndFunc
|
One thing i did notice is that for AB once the Game Starts the program doesn't recognize that and move to the next waypoint.
The same thing also occurs in WSG but it just doesn't do anything overall. I know about the config file settings but still its not working properly just yet
