From 124ab2a1cdb344f24170a4d91f7000ebabf39b40 Mon Sep 17 00:00:00 2001 From: Kisuka Date: Mon, 28 Oct 2013 00:42:23 -0700 Subject: Added ability to use constants instead of sprite IDs for NPCs. Converted all npcs to use this. --- npc/quests/first_class/tu_merchant.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/quests/first_class/tu_merchant.txt') 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."; -- cgit v1.2.3-70-g09d2