Wouldn't this snippit only work if HoTT leadership was turned on?gimp wrote:nice code :)
regarding the auto taunt, here's how i do it, feel free to use
Code: Select all
/if (${Me.Combat} && (${Me.TargetOfTarget.ID} != ${Me.ID})) { /if (${Me.CombatAbilityReady["Bazu Bellow"]}) { /i msg IRC_CHANNEL TAUNT: ${Target.CleanName} (${Target.ID}) (${Me.TargetOfTarget.Name} has aggro) /doability "Bazu Bellow" /delay 5 } else { /if (${Me.AbilityReady["Taunt"]}) { /i msg IRC_CHANNEL # Taunt: ${Target.CleanName} (${Target.ID}) (${Me.TargetOfTarget.Name} has aggro) /doability "Taunt" /delay 5 } } }

