View Full Version : There an in-game script to click "Join Battle" ? How about "Release Spirit" ?
Evilseed
02-23-2008, 04:12 AM
Hey there,
Is there an in-game script to click "Join Battle" when doing BGs?
Also, is there one to click "Release Spirit" ?
Thanks!
Slats
02-23-2008, 04:48 AM
/script RepopMe();
The one to accept a BG is quite complicated. You'll really just need a mod to do it for you than being able to push a key to do it. As it uses variables based on queues and depending on how you joined etc depends on which bg is which queue number blah blah.
-Slats
Evilseed
02-23-2008, 04:59 AM
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!
Evilseed
02-23-2008, 05:12 AM
How about one to leave a battlefield when it is finished? :)
Slats
02-23-2008, 07:56 AM
I'll dig one up for Leaving.
Goto wowwiki.com and look for the API Functions any of those API fucntions that are not protected you can call using /script.
ie:
/script AcceptQuest();
caffiend86
02-25-2008, 02:56 AM
BG Accept Scripts I have setup in my general use macros are as follows. I also highly recommend running the Stinkyqueue (http://www.curse.com/downloads/details/4563/) 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...
Lynly
02-25-2008, 05:53 PM
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.
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.