diff options
Diffstat (limited to 'npc/jobs/2-2/alchemist.txt')
-rw-r--r-- | npc/jobs/2-2/alchemist.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/jobs/2-2/alchemist.txt b/npc/jobs/2-2/alchemist.txt index 3de0af508..634e0753b 100644 --- a/npc/jobs/2-2/alchemist.txt +++ b/npc/jobs/2-2/alchemist.txt @@ -57,7 +57,7 @@ alde_alche,27,185,5 script Alchemist Guildsman#am 4_F_ALCHE,{ } if (BaseJob != Job_Merchant) { if (BaseJob == Job_Alchemist) { - mesf("Welcome, %s.", strcharinfo(0)); + mesf("Welcome, %s.", strcharinfo(PC_NAME)); mes "The Alchemist Union\r" "is busy today, like always."; next; @@ -199,7 +199,7 @@ alde_alche,27,185,5 script Alchemist Guildsman#am 4_F_ALCHE,{ mes "Please sign\r" "the application."; next; - select(strcharinfo(0)); + select(strcharinfo(PC_NAME)); mes "[Parmy Gianino]"; mes "Good, good. Now, if you have\r" "the Zeny for your application fee ready, I will tell you which items you will " @@ -218,7 +218,7 @@ alde_alche,27,185,5 script Alchemist Guildsman#am 4_F_ALCHE,{ mes "Let's see."; mesf("%s\r" "needs to bring...", - strcharinfo(0)); + strcharinfo(PC_NAME)); switch(rand(1,3)) { case 1: ALCH_Q = 1; @@ -715,7 +715,7 @@ alde_alche,175,107,3 script Fastidious Alchemist#am 4_M_ALCHE_B,{ getitemname(Buckler), getitemname(Coat), getitemname(Gas_Mask), - getitemname(Big_Sis'_Ribbon), + getitemname(Big_Sis_Ribbon), getitemname(Fillet), getitemname(Sahkkat), getitemname(Glasses)); @@ -1690,7 +1690,7 @@ alde_alche,79,19,5 script Experiment Expert#am 4_M_ALCHE_A,{ "a %s?", getitemname(Mixture)); next; - select(getitemname(Monster's_Feed), + select(getitemname(Monsters_Feed), getitemname(Lip_Of_Ancient_Fish), getitemname(Rotten_Bandage)); mes "[Van Helmont]"; |