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/MemorialDay_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/MemorialDay_2008.txt')
-rw-r--r-- | npc/events/MemorialDay_2008.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/events/MemorialDay_2008.txt b/npc/events/MemorialDay_2008.txt index 684649917..2b60a8a82 100644 --- a/npc/events/MemorialDay_2008.txt +++ b/npc/events/MemorialDay_2008.txt @@ -14,7 +14,7 @@ // Lauds //============================================================ -prontera,182,214,4 script Lauds#Memorial 58,{ +prontera,182,214,4 script Lauds#Memorial 1_M_MERCHANT,{ if (Memorial08 < 1) { mes "[Mad Sago Lauds]"; mes "Hey, yo!"; @@ -194,7 +194,7 @@ prontera,182,214,4 script Lauds#Memorial 58,{ // Memorial Plaque //============================================================ -prontera,153,286,4 script Memorial Plaque#Memorial 857,{ +prontera,153,286,4 script Memorial Plaque#Memorial 4_BOARD3,{ if (Memorial08 < 8) { mes "[" + strcharinfo(0) + "]"; mes "- It's a dusty old plaque.-"; @@ -251,7 +251,7 @@ prontera,153,286,4 script Memorial Plaque#Memorial 857,{ // Grast //============================================================ -prontera,150,270,4 script Grast#Memorial 900,{ +prontera,150,270,4 script Grast#Memorial 4_M_HUMERCHANT,{ if (Memorial08 < 3) { mes "[Grast]"; mes "Memorial Day is a sad and yet glorious day."; |