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/quests/first_class/tu_merchant.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/quests/first_class/tu_merchant.txt')
-rw-r--r-- | npc/quests/first_class/tu_merchant.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/quests/first_class/tu_merchant.txt b/npc/quests/first_class/tu_merchant.txt index 2e838e4da..8636810bd 100644 --- a/npc/quests/first_class/tu_merchant.txt +++ b/npc/quests/first_class/tu_merchant.txt @@ -17,7 +17,7 @@ // Guarnien //============================================================ -alberta_in,70,51,5 script Guarnien 98,{ +alberta_in,70,51,5 script Guarnien 4W_M_02,{ mes "[Guarnien]"; if(Class != Job_Merchant && Class != Job_Baby_Merchant){ mes "Hello stranger."; @@ -676,7 +676,7 @@ alberta_in,70,51,5 script Guarnien 98,{ // Sagle //============================================================ -prontera,66,111,3 script Sagle 82,{ +prontera,66,111,3 script Sagle 4_KID01,{ mes "[Sagle]"; if(tu_merchant == 8){ mes "Hello, hello~"; @@ -835,7 +835,7 @@ prontera,66,111,3 script Sagle 82,{ // Kellion //============================================================ -prontera,93,330,3 script Kellion 97,{ +prontera,93,330,3 script Kellion 4W_M_01,{ mes "[Kellion]"; if(tu_merchant == 8){ mes "I'm selling sets of"; @@ -969,7 +969,7 @@ prontera,93,330,3 script Kellion 97,{ // Aigie //============================================================ -prt_in,169,11,3 script Aigie 92,{ +prt_in,169,11,3 script Aigie 4_F_03,{ if(tu_merchant == 8){ mes "[Aigie]"; mes "Welcome to my shop."; @@ -1115,7 +1115,7 @@ prt_in,169,11,3 script Aigie 92,{ // Jayon //============================================================ -prontera,247,129,3 script Jayon 85,{ +prontera,247,129,3 script Jayon 4_M_03,{ if(tu_merchant == 8){ mes "[Jayon]"; mes "If you've checked out the market for Red Potions, you know that my price is the best. I'm offering 10 Red Potions for only 410 Zeny!"; @@ -1267,7 +1267,7 @@ prontera,247,129,3 script Jayon 85,{ // Maos //============================================================ -prt_in,251,129,3 script Maos 709,{ +prt_in,251,129,3 script Maos 4_M_SEAMAN,{ if(tu_merchant == 8){ mes "[Maos]"; mes "Don't say anything."; |