diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-23 11:35:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-23 11:35:14 -0300 |
commit | 836f9eccfca49b1be77105a29d288f7de67e889b (patch) | |
tree | 0adbec7f66b8166d58adc88bb44be17894f9d895 /npc | |
parent | ad15b6e3c3a9382ef5e3ce89f2de64054e2217aa (diff) | |
download | serverdata-836f9eccfca49b1be77105a29d288f7de67e889b.tar.gz serverdata-836f9eccfca49b1be77105a29d288f7de67e889b.tar.bz2 serverdata-836f9eccfca49b1be77105a29d288f7de67e889b.tar.xz serverdata-836f9eccfca49b1be77105a29d288f7de67e889b.zip |
Blame @Xanthem - sprite ID 312 does not exist
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: |