diff options
author | Asheraf <acheraf1998@gmail.com> | 2016-08-29 17:40:13 +0100 |
---|---|---|
committer | hemagx <ibrahem.h.basyone@gmail.com> | 2016-09-02 04:56:00 +0200 |
commit | 0f1d0507eb95cf07ce7eb66d89ad9853938612e6 (patch) | |
tree | 57780b1ecc7c5ae125be1c89406f8db1e00a581b /npc/re/jobs/3-1/ranger.txt | |
parent | 0f1d03f505fdc03533122db8ba19fa55f64f11b7 (diff) | |
download | hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.tar.gz hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.tar.bz2 hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.tar.xz hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.zip |
change *strcharinfo to use constants
Diffstat (limited to 'npc/re/jobs/3-1/ranger.txt')
-rw-r--r-- | npc/re/jobs/3-1/ranger.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/re/jobs/3-1/ranger.txt b/npc/re/jobs/3-1/ranger.txt index 91adb9b49..0308884fd 100644 --- a/npc/re/jobs/3-1/ranger.txt +++ b/npc/re/jobs/3-1/ranger.txt @@ -452,7 +452,7 @@ tur_dun01,91,169,3 script Test Instructor#jr02 4_M_JOB_HUNTER,{ next; break; case 2: - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "No thanks... anyway..."; next; mes "[Test Instructor, Teardrop]"; @@ -561,7 +561,7 @@ tur_dun01,91,169,3 script Test Instructor#jr02 4_M_JOB_HUNTER,{ if (countitem(Bow__) > 0) { mes "[Test Instructor, Teardrop]"; mes "Okay. I'll respect your opinion."; - mes "I'll cancel the job change request from "+strcharinfo(0)+"."; + mes "I'll cancel the job change request from "+strcharinfo(PC_NAME)+"."; delitem Bow__,1; job_ranger01 = 0; for(.@i = 8254; .@i <= 8262; ++.@i) @@ -723,7 +723,7 @@ job3_rang01,30,44,3 script Test Waiting Room#jr_03 4_M_ORIENT01,{ if (countitem(Bow__) > 0) { mes "[Staff DTS]"; mes "Okay. I'll respect your opinion."; - mes "I'll cancel the job change request from "+strcharinfo(0)+"."; + mes "I'll cancel the job change request from "+strcharinfo(PC_NAME)+"."; delitem Bow__,1; job_ranger01 = 0; for(.@i = 8254; .@i <= 8262; ++.@i) |