Auto join and leave Battleground (Cata ServeR)

06/06/2013 03:47 potar#1
Hello i found great macros in the board so i added it:

Macro 1:
/script PreformAVEnabler_Queue(1)
/script AcceptBattlefieldPort(1,1)

Auto joind and accept my battleground (works fine).

Macro 2: (some afk)

/stopmacro [target=focus, dead]
/targetfriend
/follow
/tar [@targettarget, exists]
/cast Blood Strike
/run RepopMe()

Its working fine i was afk for 30min, my team won the BG ^_^ but there isnt any Leave after Win / Lose so i cant sleep like 24/7h auto join/leave, i was using LeaveBattlefield() but it dosnt work how i wanted (IF BG IS END THEN LeaveBattlefield() NOT BEFORE) So i dont know how to leave bg after end (molten dosnt have auto leave after end bg).

I just wrote a script in autoit work perfectly, i was sleeping 7h and i got 2,5k Honor, not a bad, but there is another possible with addons?

Quote:
While 1
MouseClick("left", 958,741, 2)
Sleep(20000)
Send("{SPACE}")
Sleep(10000)
wend

Like IF StatusBattleground = end then LeaveBattelfieldArena() ? ^_^