Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

eqtrader74There isn't a setting or anything for secondary tank or assist. The KA devs had mentioned looking into a "backup tank" role awhile back but I don't think it was high priority.
You could manually target a backup toon onto mobs and have a dannet/EQBC hotkey that does a standard assist/attack call on their target. So at least you don't have to tab to everybody.
If you have a pet class, you can run them in PetTank role, instead of Assist. The pet class will then select targets and send their pet in to tank. They'll do this all the time, so you may have two mobs awake/un-mezzed all the time. But if the tank dies, the pet class will try to clear camp with their pet/nukes. I run this in places where my tank has a decent chance of wiping on the initial pulls. The other toons won't assist the pet class, they're setup to assist the tank, but it does buy me time to get the tank rezzed and back in the fight.
WIll give it a try. The situation doesn't happen very often but will let you know the results.
Sorry had made a few other changes like if the tank dies the BL pet starts taunting and worked on the cleric's rez now, my tank is up very quickly after a death. SO hasn't really been a problem.I ended up following Ctaylors instructions and was able to see a message say that my MA changed to the new tank i designated. I need to try in combat now. I raid a few groups with KA and this will definitely come in handy. Would love for this function to be officially implemented into KA.
Also, we created an offtank role that is mainly the same as the assist, except the offtank will monitor for the Mainassist missing/dead and issue the /switchma automatically. The idea is when the Main Tank goes down another character will pick up the main tank role. When that happens you will have to issue the /switchma command from the original main tank to get him back as MA.
Also, we created an offtank role that is mainly the same as the assist, except the offtank will monitor for the Mainassist missing/dead and issue the /switchma automatically. The idea is when the Main Tank goes down another character will pick up the main tank role. When that happens you will have to issue the /switchma command from the original main tank to get him back as MA.
Also you only need to use the /switchma command from 1 character. The switchma routine checks if you're using DanNet or EQBC and send the messages to the appropriate characters for you.
} else {
/varset MainAssist ${newMA}
/varset IAmMA 0
/varset MainAssistType ${Spawn[=${newMA}].Type}
/varset MainAssistClass ${Spawn[=${newMA}].Class.ShortName}
/if (${Role.NotEqual[${MyOriginalRole}]} ) {
/varset Role ${MyOriginalRole}
/call CheckRoles 0
}
}
/dgge /switch ${newMA} ${newRole1} 1
/dgge /switchma ${newMA} ${newRole1} 1
Bind_SwitchMA routine is what you are looking for. If you change the /bcg to /bcaa and the /dgge to /dgae this will have everyone execute the /switchma command and everyone excluding the new MA will execute this code:
