PDA

View Full Version : macro in battleground in 5.2



micharl
04-08-2013, 09:43 PM
no follow in battleground since 5.2, I buy a 2-seat vehicle in Dalaran , once mounted, 2 toon can be seated together.

Main toon:
Press the macro to eject npc

/run i1=UnitInVehicle("toon1");i2=UnitInVehicle("toon2");if(i1==nil) then EjectPassengerFromSeat(1) end;if(i2==nil) then EjectPassengerFromSeat(2) end;

toon1:
IWT with main

toon2:
IWT with main

Hope it's useful for you.

misterkrep
04-10-2013, 10:32 AM
works with raf mount too

MiRai
04-10-2013, 11:38 AM
/run EjectPassengerFromSeat(1)
/run EjectPassengerFromSeat(2)

Works as well as far as I know.

suicidesspyder
04-19-2013, 08:45 PM
So your using iwt to move your toons as long as they are melee but what if they are caster. Guess ill do more rogues and druids lol.