summaryrefslogtreecommitdiff
path: root/npc/re/jobs/3-2/sorcerer.txt
diff options
context:
space:
mode:
authorAsheraf <acheraf1998@gmail.com>2016-08-29 17:40:13 +0100
committerhemagx <ibrahem.h.basyone@gmail.com>2016-09-02 04:56:00 +0200
commit0f1d0507eb95cf07ce7eb66d89ad9853938612e6 (patch)
tree57780b1ecc7c5ae125be1c89406f8db1e00a581b /npc/re/jobs/3-2/sorcerer.txt
parent0f1d03f505fdc03533122db8ba19fa55f64f11b7 (diff)
downloadhercules-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-2/sorcerer.txt')
-rw-r--r--npc/re/jobs/3-2/sorcerer.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/re/jobs/3-2/sorcerer.txt b/npc/re/jobs/3-2/sorcerer.txt
index a75480f24..0af118a0d 100644
--- a/npc/re/jobs/3-2/sorcerer.txt
+++ b/npc/re/jobs/3-2/sorcerer.txt
@@ -80,7 +80,7 @@ gef_tower,102,34,5 script Merito 2_M_SAGE_B,{
close;
}
mes "[Merito]";
- mes "So, you are [" + strcharinfo(0) + "].";
+ mes "So, you are [" + strcharinfo(PC_NAME) + "].";
next;
mes "[Merito]";
mes "Give me a second to register your name.";
@@ -91,7 +91,7 @@ gef_tower,102,34,5 script Merito 2_M_SAGE_B,{
mes "Good, then I'll give you a short explanation about the Sorcerer.";
next;
mes "[Merito]";
- mes "[" + strcharinfo(0) + "], can you handle magic skillfully?";
+ mes "[" + strcharinfo(PC_NAME) + "], can you handle magic skillfully?";
next;
if(select("Yes, I can.", "No, I'm not really good at it.") == 2) {
mes "[Merito]";
@@ -188,7 +188,7 @@ gef_tower,113,161,5 script Karacas 4_M_SAGE_A,{
mes "The list... has already arrived.";
next;
mes "[Karacas]";
- mes "So, you are [" + strcharinfo(0) + "]... right?";
+ mes "So, you are [" + strcharinfo(PC_NAME) + "]... right?";
next;
if(select("Yes, I am.", "No, I'm not!") == 2) {
mes "[Karacas]";
@@ -355,14 +355,14 @@ gef_tower,113,161,5 script Karacas 4_M_SAGE_A,{
mes "Originally my teacher needs to check the Sorcerer job change but after he went out to find the spirit of fish, I can't see him. So I'll check it myself.";
next;
mes "[Karacas]";
- mes "Dear [" + strcharinfo(0) + "],";
+ mes "Dear [" + strcharinfo(PC_NAME) + "],";
mes "you went around the rough wilds to open the door as a Sorcerer and passed all the requirements that our Academy has given.";
next;
mes "[Karacas]";
mes "Of course it is just a beginning, we don't know which spirit you're going to commune with or what kind of hardships await you.";
next;
mes "[Karacas]";
- mes "But with the ability you've shown until now, you will be capable to do anything from now on. Dear [" + strcharinfo(0) + "]";
+ mes "But with the ability you've shown until now, you will be capable to do anything from now on. Dear [" + strcharinfo(PC_NAME) + "]";
next;
mes "[Kalakas]";
if (BaseLevel < 99 || JobLevel < 50 || SkillPoint) {
@@ -380,7 +380,7 @@ gef_tower,113,161,5 script Karacas 4_M_SAGE_A,{
mes "Moreover, I formally acknowledge that you've completed all the job transfer tests of the Sorcerer Academy.";
next;
mes "[Karacas]";
- mes "Congratulations, [" + strcharinfo(0) + "]";
+ mes "Congratulations, [" + strcharinfo(PC_NAME) + "]";
jobchange roclass(eaclass()|EAJL_THIRD);
getitem Wind_Whisper,1;
getitem Green_Apple_Ring,1;