You are viewing an old version of this page. Return to the latest version.
No categories assigned
LUA:RemoveControlEffect
- Last edited 11 years ago by I need to Update My Profile
LUA Functions: RemoveControlEffect()
Removes the given type of control effect from the given spawn
Syntax
RemoveControlEffect(param1, param2)
Parameters
- Required - param1 (Spawn), param2 (int8)
- param1 is the spawn we want to check
- param2 is the type of effect
Usage
function remove(Caster, Target)
RemoveControlEffect(Target, 4)
end
This will remove the stun effect of this spell when the spell is removed
Notes
If used in a spell script it will attempt to remove from the spells targets instead of the supplied spawn
Types:
1 - Mez
2 - Stifle
3 - Daze
4 - Stun
5 - Root
6 - Fear
7 - Waterwalking
8 - Moonjumps Underwater