Hey there,
Is there an in-game script to click "Join Battle" when doing BGs?
Also, is there one to click "Release Spirit" ?
Thanks!
Hey there,
Is there an in-game script to click "Join Battle" when doing BGs?
Also, is there one to click "Release Spirit" ?
Thanks!
Hey there,
Thanks for the repop one.
For the BGs, I'm not looking for one to join me to a BG. I simply want one to Join Battle, such as what appears when you join as group and the BG pops. Every member has to click Join Battle, but I'd like to script that such as with the auto rez, auto accept quest, etc.
Thanks!
How about one to leave a battlefield when it is finished?![]()
BG Accept Scripts I have setup in my general use macros are as follows. I also highly recommend running the Stinkyqueue mod so you know which AV instance you and all your toons have been matched up for until they put in group queuing for AV in 2.4
Queuing for BG when the window is open for all characters
/script JoinBattlefield(0);
Accepting BGs that have queued up
/script AcceptBattlefieldPort(1,1);
I don't currently have one for leaving but thx to Keyclone's latest version you can just use the override DNP option and do /afk for all characters if you have to get out before the BG ends...
You know you've been playing to much WoW when your Girlfriend's pants are a rare drop.
According to WoWWiki, this would work for leaving a battlefield after it's done:
/script AcceptBattlefieldPort(1, 0)
The API says that passing a 0 through this function will cause you to leave the battlefield, whether or not the battle has actually finished. This may leave you with the deserter flag if you use it before a battle has ended.
Alternatively, you can also use the /afk command after the battle has ended to leave the battlefield without causing the deserter flag to affect you.
Or /script LeaveBattlefield()
All of those should work for leaving the battlefield.
Connect With Us