Quote Originally Posted by rage View Post
hey jafula, its me again

i was just thinking about the awsomeness of things like toon pick same rewards as master..
so i thought they could follow master in some other decitions.. for example

- accept/decline battleground invite (normaly u have to do it with mouse repeater or klick in each windows but this will spread ur team in different groups..
- leave the battleground on finishing screen
- accept/decline tw invite
- release corps

or overall klick the same button as the master.. what ever is easier to achieve!
hope i gave u some inspirations
Macros can do most of what you are asking for. Also there are addons that can do it (look for battleground addons). For the macro, the general idea (at work, so you can look it up in wiki).
/script AcceptBattlefieldPort(1,1)
It accepts the first BG that you signed up for.
/script LeaveBattleground()
It WILL kick you if you use it during a BG not just at the end. So make it a seperate button. I use a program that lets me send text to all my alts, so I just send that as a text.
/script RepopMe()
/script RetrieveCorpse()
1st releases you, 2nd is used when in ghost at your body. Pretty much just put AcceptBG, Repop and Retrieve in your accept all macro.
Not sure what "- accept/decline tw invite" is. But there is probably a /script Accept for it.

Hope that helps and good luck.