HiddenTradition_PRC8/_removed/mh_s1_lliira_sor.nss
2024-06-20 15:47:42 -04:00

25 lines
762 B
Plaintext

//::///////////////////////////////////////////////
//:: Lliira' Aura: On Exit
//:: NW_S1_lliira_sor.ns
//:://////////////////////////////////////////////
/*
Gere la sortie de la zone d'effet.
*/
//:://////////////////////////////////////////////
//:: Created By: Age
//:: Created On:January , 2004
//:://////////////////////////////////////////////
#include "NW_I0_SPELLS"
#include "mh_constante"
void main()
{
//SpawnScriptDebugger();
object oTarget = GetExitingObject();
int test = SPELLABILITY_AURA_LLIIRA;
int eRemove = GetEffectSpellId(GetFirstEffect(oTarget));
//if (GetLocalInt(oTarget, "Lliira") == 1);
//ApplyEffectToObject(DURATION_TYPE_PERMANENT
RemoveSpellEffects(SPELLABILITY_AURA_LLIIRA, GetAreaOfEffectCreator(), GetExitingObject());
}