Mostly just looking at scripts

and checking items on mobs
This commit is contained in:
EpicValor
2023-08-30 18:15:42 -05:00
parent 57fef2a6ca
commit 7fc2bc8f28
62 changed files with 212 additions and 540 deletions

View File

@@ -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);