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/christmas_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/christmas_2008.txt')
-rw-r--r-- | npc/events/christmas_2008.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/events/christmas_2008.txt b/npc/events/christmas_2008.txt index 5e9b26e86..11fd1dea1 100644 --- a/npc/events/christmas_2008.txt +++ b/npc/events/christmas_2008.txt @@ -18,7 +18,7 @@ // Caroller - Music Box //============================================================ -prontera,226,306,4 script Caroller#iROxmas08 79,{ +prontera,226,306,4 script Caroller#iROxmas08 1_F_PRIEST,{ if (iROxmas08carol < 1 || iROxmas08carol == 3) { if (iROxmas08carol == 3) { mes "[Caroller]"; @@ -434,7 +434,7 @@ prontera,226,306,4 script Caroller#iROxmas08 79,{ // Santa Claus - Card Game //============================================================ -- script Santa Claus#iROxmas08::08santa 718,{ +- script Santa Claus#iROxmas08::08santa 4_M_SANTA,{ mes "[Santa Claus]"; mes "Wow! Were you naughty or nice this year?"; mes "All right, what comes to your mind when you think about Christmas?"; @@ -707,15 +707,15 @@ prontera,226,306,4 script Caroller#iROxmas08 79,{ } } -payon,171,109,4 duplicate(08santa) Santa Claus#0801 718 -prontera,156,285,4 duplicate(08santa) Santa Claus#0802 718 -alberta,117,66,4 duplicate(08santa) Santa Claus#0803 718 -geffen,119,70,4 duplicate(08santa) Santa Claus#0804 718 -morocc,158,104,4 duplicate(08santa) Santa Claus#0805 718 +payon,171,109,4 duplicate(08santa) Santa Claus#0801 4_M_SANTA +prontera,156,285,4 duplicate(08santa) Santa Claus#0802 4_M_SANTA +alberta,117,66,4 duplicate(08santa) Santa Claus#0803 4_M_SANTA +geffen,119,70,4 duplicate(08santa) Santa Claus#0804 4_M_SANTA +morocc,158,104,4 duplicate(08santa) Santa Claus#0805 4_M_SANTA // Louise Kim - Santa Suit //============================================================ -xmas_in,89,92,4 script Louise Kim#iROxmas08 714,{ +xmas_in,89,92,4 script Louise Kim#iROxmas08 4_F_06,{ mes "[Louise Kim]"; mes "I always thought about how boring Santa Claus is wearing a too boring costume."; mes "Too boring!"; |