summaryrefslogtreecommitdiff
path: root/npc/jobs/2-2/alchemist.txt
diff options
context:
space:
mode:
authorhemagx <ibrahem.h.basyone@gmail.com>2016-09-02 04:56:54 +0200
committerhemagx <ibrahem.h.basyone@gmail.com>2016-09-02 04:56:54 +0200
commit79e7a41e6652b553024b51576cc37015deed950c (patch)
tree57780b1ecc7c5ae125be1c89406f8db1e00a581b /npc/jobs/2-2/alchemist.txt
parent0f1d03f505fdc03533122db8ba19fa55f64f11b7 (diff)
parent0f1d0507eb95cf07ce7eb66d89ad9853938612e6 (diff)
downloadhercules-79e7a41e6652b553024b51576cc37015deed950c.tar.gz
hercules-79e7a41e6652b553024b51576cc37015deed950c.tar.bz2
hercules-79e7a41e6652b553024b51576cc37015deed950c.tar.xz
hercules-79e7a41e6652b553024b51576cc37015deed950c.zip
Merge pull request #1412 from Asheraf/strcharinfo
change *strcharinfo to use constants Closes #1412 as merged
Diffstat (limited to 'npc/jobs/2-2/alchemist.txt')
-rw-r--r--npc/jobs/2-2/alchemist.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/jobs/2-2/alchemist.txt b/npc/jobs/2-2/alchemist.txt
index 3de0af508..d5edd8bf2 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;