PDA

View Full Version : How to Accept a Battleground Message



Oathbreaker
02-22-2008, 05:04 AM
For those of you who don't use a mouse broadcaster and have to do things on each individual computer with your mouse (like me), I found a cool little script to accept a battleground port message:

The following will accept the "enter battleground message?":
/script AcceptBattlefieldPort(1, 1)

The following will leave the battleground:
/script AcceptBattlefieldPort(1, 0)

I have bound this to two different keys and it works great.

-Oathbreaker

Silly Gooooose
02-22-2008, 11:54 PM
or get SSpvp, though i guess this macro saves you a mod, if you hate having mods.

Oathbreaker
03-12-2008, 03:49 AM
For those of you who don't use a mouse broadcaster and have to do things on each individual computer with your mouse (like me), I found a cool little script to accept a battleground port message:

The following will accept the "enter battleground message?":
/script AcceptBattlefieldPort(1, 1)

The following will leave the battleground:
/script AcceptBattlefieldPort(1, 0)

I have bound this to two different keys and it works great. I'm thinking about adding it to my "all-in-one" macro to look something like this:
/target focus
/follow
/assist
/stopcasting
/script AcceptGroup()
/script AcceptQuest()
/script AcceptTrade()
/script RetrieveCorpse()
/cast [target=focustarget,dead] skinning
/script AcceptBattlefieldPort(1, 1)
/script AcceptBattlefieldPort(1, 0)


I haven't tried it with the all-in-one macro yet though.

-OathbreakerDo NOT add the following code to the same macro:
/script AcceptBattlefieldPort(1, 1)
/script AcceptBattlefieldPort(1, 0)

You have been warned.

Djarid
03-12-2008, 06:17 AM
would reversing the order not work?

But, yeah you really don't want your leave BG on your acceptall macro, what if you try and do a trade in the bg?

Falkor
03-12-2008, 10:45 AM
Cheers for this I've added this to my accept all macro :)

Speedbump
03-12-2008, 06:22 PM
Reversing the order causes you to decline the BG Invite first. You definitely do not want both in the Accept All macro, just the join script (1, 1). If you hit the leave macro by accident, you immediately quit and get the deserter buff. :( I've done it twice already.

Emo?
03-13-2008, 04:54 AM
Yah same here roflmao, i though it was something wrong with AV Enabler xD

Panna
03-16-2008, 03:49 AM
Thanks much! I didn't know about this script :)

Toned
03-18-2008, 04:32 PM
I'd just use the accept in your macro and leave the leave button to manually clicking or it's own seperate macro.

Lokked
03-20-2008, 06:06 AM
Plus, you are going to want to use your Accept all macro in the BG anyways, so having the Leave Battleground at all would not do.

We need a Shaman Reincarnation macro script! So when I wipe in a BG, I can be instantly come back with 4 chain lightnings!!!!

Lokked

Lokked
03-22-2008, 03:30 AM
I would like to expand on this and add, that if you are queued for more then one BG, this script alone may not work for you.

/script AcceptBattlefieldPort(1, 1)

will accept the 1st BG listed in the BG queue menu (when you right click on the BG symbol), not what first pops up.

So, if you normally queue for all 3 and wish to accept whatever pops up, add:

/script AcceptBattlefieldPort(2, 1)
/script AcceptBattlefieldPort(3, 1)

If you get 2 popping up at the same time, you might be in trouble. Haven't tested that aspect yet.

Lokked

Speedbump
03-24-2008, 09:51 AM
/script AcceptBattlefieldPort(1, 0)

This script to leave the BG is no longer working for me. Anyone else experiencing a problem? My Join script still works.

Maat
03-24-2008, 10:40 AM
try

/script LeaveBattlefield()

Hiarcs
04-16-2008, 04:39 AM
Or you can just download BG assist and it will automaticaly enter the BG for ya? Then u dont' even have to press a button...

Maxion
04-16-2008, 09:29 AM
/script AcceptBattlefieldPort(1, 0)

This script to leave the BG is no longer working for me. Anyone else experiencing a problem? My Join script still works.


Always works: /afk