In what situation do you want to change leader? Tank Death?
If you only want to change leader if the main dies you could bind something like this to the pip of your alternative tank on your followers. This uses assist rather than focus to leave that for CC if you need it in a fight.
Tank2
/assist [target=CharTank2, nodead, help, exists]; [target=CharTank2, exists]
/petattack
/script SetView(2);
Tank3 etc.....
/assist [target=Chartank3, nodead, help, exists]; [target=CharTank3, exists]
/petattack
/script SetView(2);
Main Assist macro on all but your main lead character
/assist [target=ChatTank1, nodead, help, exists]; [target=CharTank2, nodead, help, exists]; [target=CharTank3, nodead, help, exists]; [target=CharTank4, nodead, help, exists]; [target=Chartank1, exists]
/petattack
/script SetView(2);
This swaps assist / main window and will send your pets to attack if you have any ( you can leave that out if don't have any etc).
If you just want them to follow the new main just bind pip to
/follow CharTankNameHere
RE: I what situation do you want to change leader? Tank Death?
Quote:
Originally Posted by 'Vmpwraith',index.php?page=Thread&postID=172930#po st172930
If you only want to change leader if the main dies you could bind something like this to the pip of your alternative tank on your followers. This uses assist rather than focus to leave that for CC if you need it in a fight.
Tank2
/assist [target=CharTank2, nodead, help, exists]; [target=CharTank2, exists]
/petattack
/script SetView(2);
Tank3 etc.....
/assist [target=Chartank3, nodead, help, exists]; [target=CharTank3, exists]
/petattack
/script SetView(2);
Main Assist macro on all but your main lead character
/assist [target=ChatTank1, nodead, help, exists]; [target=CharTank2, nodead, help, exists]; [target=CharTank3, nodead, help, exists]; [target=CharTank4, nodead, help, exists]; [target=Chartank1, exists]
/petattack
/script SetView(2);
This swaps assist / main window and will send your pets to attack if you have any ( you can leave that out if don't have any etc).
If you just want them to follow the new main just bind pip to
/follow CharTankNameHere
Ohh this will work just fine !
Thank you kindly :)