Mostly just looking at scripts
and checking items on mobs
This commit is contained in:
@@ -2,7 +2,7 @@ void main()
|
||||
{
|
||||
|
||||
effect eEffect = GetFirstEffect(OBJECT_SELF);
|
||||
while(GetIsEffectValid(eEffect))
|
||||
//while(GetIsEffectValid(eEffect))
|
||||
{
|
||||
if(GetEffectTag(eEffect) == "BUFFS")
|
||||
RemoveEffect(OBJECT_SELF, eEffect);
|
||||
|
Reference in New Issue
Block a user