This is my react for taunt.
Is there a TLO to wait for the ToT window to populate? I have noticed that in the half sec when i change targets and the ToT window doesnt have anything in it taunt will fire even though it is being tanked by a War/Pal/SK.
INI:
Taunt:
action: /doability Taunt
condition: >-
${Me.CombatState.Equal[COMBAT]} && ${Me.Standing} && ${React.Global[NotCasting]}
&& ${React.Global[Tank]} && ${Me.TargetOfTarget.ID}!=${Me.ID} &&
${Target.Type.Equal[NPC]} && ${Range.Between[0,30:${Target.Distance}]}
&& (!${Me.TargetOfTarget.Class.Name.Equal[Warrior]} && !${Me.TargetOfTarget.Class.Name.Equal[Paladin]}
&& !${Me.TargetOfTarget.Class.Name.Equal[Shadow Knight]}) && !${Me.Stunned}
&& !${Me.Invis}
Is there a TLO to wait for the ToT window to populate? I have noticed that in the half sec when i change targets and the ToT window doesnt have anything in it taunt will fire even though it is being tanked by a War/Pal/SK.

