diff options
author | Kisuka <kisuka@kisuka.com> | 2013-10-28 00:42:23 -0700 |
---|---|---|
committer | Kisuka <kisuka@kisuka.com> | 2013-10-28 00:42:23 -0700 |
commit | 124ab2a1cdb344f24170a4d91f7000ebabf39b40 (patch) | |
tree | ebc5aeee49da96f88e55358c184d69d90eae9289 /npc/events/halloween_2008.txt | |
parent | e7efdfe96e1b4c288bca845c03512da6842d6425 (diff) | |
download | hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.tar.gz hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.tar.bz2 hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.tar.xz hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.zip |
Added ability to use constants instead of sprite IDs for NPCs. Converted all npcs to use this.
Diffstat (limited to 'npc/events/halloween_2008.txt')
-rw-r--r-- | npc/events/halloween_2008.txt | 8 |
1 files changed, 4 insertions, 4 deletions
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; |