From 124ab2a1cdb344f24170a4d91f7000ebabf39b40 Mon Sep 17 00:00:00 2001 From: Kisuka Date: Mon, 28 Oct 2013 00:42:23 -0700 Subject: Added ability to use constants instead of sprite IDs for NPCs. Converted all npcs to use this. --- npc/events/halloween_2008.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/events/halloween_2008.txt') diff --git a/npc/events/halloween_2008.txt b/npc/events/halloween_2008.txt index 8bb8df1fd..6aad72358 100644 --- a/npc/events/halloween_2008.txt +++ b/npc/events/halloween_2008.txt @@ -15,7 +15,7 @@ //= 1.1 Some small changes. [Kisuka] //============================================================ -payon,162,176,4 script Halloween Magician#iRO08 704,{ +payon,162,176,4 script Halloween Magician#iRO08 4_M_BIBI,{ if (Hallow08 < 1) { mes "[Halloween Magician]"; mes "Kkkkkkkkk!"; @@ -232,7 +232,7 @@ payon,162,176,4 script Halloween Magician#iRO08 704,{ } } -evt_zombie,16,142,1 script zombiewarp001 45,2,2,{ +evt_zombie,16,142,1 script zombiewarp001 WARPNPC,2,2,{ OnTouch: if (@Hallow08Warp == 1) { set Hallow08Kill,2; @@ -242,7 +242,7 @@ OnTouch: end; } -evt_zombie,122,27,1 script zombiewarp002 45,2,2,{ +evt_zombie,122,27,1 script zombiewarp002 WARPNPC,2,2,{ OnTouch: if (@Hallow08Warp == 2) { set Hallow08Kill,2; @@ -252,7 +252,7 @@ OnTouch: end; } -evt_zombie,267,89,1 script zombiewarp003 45,2,2,{ +evt_zombie,267,89,1 script zombiewarp003 WARPNPC,2,2,{ OnTouch: if (@Hallow08Warp == 3) { set Hallow08Kill,2; -- cgit v1.2.3-70-g09d2