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/valentinesday_2009.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/valentinesday_2009.txt')
-rw-r--r-- | npc/events/valentinesday_2009.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/events/valentinesday_2009.txt b/npc/events/valentinesday_2009.txt index 8c5dd4432..2e02c124c 100644 --- a/npc/events/valentinesday_2009.txt +++ b/npc/events/valentinesday_2009.txt @@ -23,7 +23,7 @@ // Marco Bassinio (Chocolate/Chocolate Box maker) //============================================================ -prontera,164,174,4 script Trader#Val09 58,{ +prontera,164,174,4 script Trader#Val09 1_M_MERCHANT,{ mes "[Marco Bassinio]"; mes "Hey, folks! Here's something you don't see everyday!"; mes "Something you can never find in Rune-Midgarts!"; @@ -160,7 +160,7 @@ prontera,164,174,4 script Trader#Val09 58,{ // Packs Trader (Sells Wrapping Paper, Lace, and Box) //============================================================ -prontera,147,171,5 script Packs Trader#Val09 58,{ +prontera,147,171,5 script Packs Trader#Val09 1_M_MERCHANT,{ mes "[Packs Trader]"; mes "Hello."; mes "I am a Packs Trader, I sell paper boxes and supplies for packing presents."; @@ -304,7 +304,7 @@ prontera,147,171,5 script Packs Trader#Val09 58,{ // Event Ring Maker (Makes ring for players) //============================================================ -prontera,154,185,5 script Event Ring Maker#Val09 721,{ +prontera,154,185,5 script Event Ring Maker#Val09 4_F_KAFRA7,{ if (BaseLevel < 75) { mes "[Event Ring Maker]"; mes "Hello, I only make the Valentine rings to those experienced adventurer Level 75 or above."; @@ -398,7 +398,7 @@ prontera,154,185,5 script Event Ring Maker#Val09 721,{ // Valentine Vote Manager (Registers votes) //============================================================ -prontera,157,185,4 script Valentine Vote Manager#v 113,{ +prontera,157,185,4 script Valentine Vote Manager#v 4_F_KAFRA5,{ mes "[Valentine Vote Manager]"; mes "Hello, I'm the Valentine's Vote Manager."; mes "I'm in charge of collecting rings for this event!"; @@ -519,7 +519,7 @@ prontera,157,185,4 script Valentine Vote Manager#v 113,{ // Charles Orleans (Makes Home-Made Chocolates) //============================================================ -prt_castle,42,35,3 script Dessert Manager#Val09 47,{ +prt_castle,42,35,3 script Dessert Manager#Val09 1_M_01,{ if (Sex) { mes "[Charles Orleans]"; mes "Monsieur~! What brings you to my beautiful atelier?"; |