Initial Commit
Initial Commit
This commit is contained in:
9
_module/nss/joust_clearskill.nss
Normal file
9
_module/nss/joust_clearskill.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
void main()
|
||||
{
|
||||
effect eEffect = GetFirstEffect(OBJECT_SELF);
|
||||
while (GetIsEffectValid(eEffect))
|
||||
{
|
||||
if (GetEffectType(eEffect) == EFFECT_TYPE_SKILL_INCREASE) RemoveEffect(OBJECT_SELF, eEffect);
|
||||
eEffect = GetNextEffect(OBJECT_SELF);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user