Nightskine
Member
- Joined
- Oct 30, 2010
- Messages
- 150
- Reaction score
- 1
Does anyone know the aura to check for to see if certain types of totems are up?
I used
if (!Me.ActiveAuras.ContainsKey("Strength of Earth"))
{CastSpell("Strength of Earth Totem");}
problem is it just keeps spamming the totem. so I figure it must not be the name of the aura when a totem is in range. Anyone know what its called. I just want to check for specific totems.
I used
if (!Me.ActiveAuras.ContainsKey("Strength of Earth"))
{CastSpell("Strength of Earth Totem");}
problem is it just keeps spamming the totem. so I figure it must not be the name of the aura when a totem is in range. Anyone know what its called. I just want to check for specific totems.