You are viewing an old version of this page. Return to the latest version.
Version of 16:51, 10 October 2012 by I need to Update My Profile
No categories assigned
LUA:AddControlEffect
- Last edited 4 years ago by Vlash Nytefall
LUA Functions: AddControlEffect()
Adds a control effect (mez/stun) to the given spawn.
Syntax
AddControlEffect(param1, param2)
Parameters
- Required - param1 (Spawn), param2 (int8)
- param1 must be a reference to a player or NPC.
- param2 must be a number from 1 to 4 representing the type of effect to add
Usage
function cast(Caster, Target) -- Mez the target. AddControlEffect(Target, 1) end
This will mez the target.
Notes
If this is used in a spell script a small amount of hate will be added to the target.
- Types
- 1 - Mez
- 2 - Stifle
- 3 - Daze
- 4 - Stun