This mac requires 2 plugins to be loaded, mqnavigation and eqbc.....
When you call this macro from your tank/puller it will tell your entire group to run kissassist with you as the MA and then will start your Kissassist as Pullertank (changeable if you want to)
When you call this macro from your tank/puller it will tell your entire group to run kissassist with you as the MA and then will start your Kissassist as Pullertank (changeable if you want to)
Rich (BB code):
| assist.mac 1.0 10/16/2014 by Razkle shamelessly stolen from Maskoi's brain while he slept.....
|-----------------------------------------------------------------------------
| SUB: Main
| ----------------------------------------------------------------------------
Sub Main
| Kiss role for puller. -B Puller, Pullertank or Hunter
/declare KissRole string outer Pullertank
/declare GroupCount int outer ${SpawnCount[group]}
/echo Starting KissAssist on all Group Members.
/call BCTGroup "//mac kissassist assist ${Me}"
/delay 45
/plugin mq2navigation
/delay 30
/echo Starting KissAssist in ${KissRole} mode on myself.
/echo Everyone has a job to do so lets get it started!
/delay 15
/mac kissassist ${KissRole} ${Me}
/return
|-----------------------------------------------------------------------------
| Sub BCT GRoup Send EQBC tell to each PC group member
| ----------------------------------------------------------------------------
Sub BCTGroup(bctwhat)
/declare i int local
/for i 1 to ${Group}
/docommand /bct ${Group.Member[${i}]} ${bctwhat}
/delay 10
/next i
/return

