diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/027-1/elza.txt | 2 | ||||
-rw-r--r-- | npc/functions/hub.txt | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/npc/027-1/elza.txt b/npc/027-1/elza.txt index 251b9489d..be7114c2e 100644 --- a/npc/027-1/elza.txt +++ b/npc/027-1/elza.txt @@ -4,7 +4,7 @@ // Description: // Forgetful -027-1,86,110,0 script Elza 312,{ +027-1,86,110,0 script Elza NPC_NO_SPRITE,{ mesn l("Elza, the Forgetful"); mesq l("What was I doing before...? I totally forgot!"); if (any(true, false)) diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index caddb186a..976ef310d 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -379,6 +379,9 @@ function script HUB_SkillInvoke { sc_start SC_FREEZE, 10000, 1, 800, flag?, @skillTarget; areaharm(@skillTarget, 6, AdjustSpellpower(.@PW), HARM_MAGI, Ele_Water); break; + case TMW2_NILFHEIM: + // Already Implemented, Needs Cooldown/etc + break; case TMW2_MAGICSTRIKE: case TMW2_LIGHTNINGBOLT: |