summaryrefslogtreecommitdiff
path: root/npc/re/instances/HazyForest.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/instances/HazyForest.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/instances/HazyForest.txt')
-rw-r--r--npc/re/instances/HazyForest.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/re/instances/HazyForest.txt b/npc/re/instances/HazyForest.txt
index c5e37ee3b..7b12e1649 100644
--- a/npc/re/instances/HazyForest.txt
+++ b/npc/re/instances/HazyForest.txt
@@ -101,7 +101,7 @@ bif_fild01,158,340,5 script Laphine Soldier#mist 4_M_FAIRYSOLDIER,{
case 1:
mes "[Laphine Soldier]";
mes "Party Name "+getpartyname(.@party_id)+"...";
- mes "Party Leader "+strcharinfo(0)+"...";
+ mes "Party Leader "+strcharinfo(PC_NAME)+"...";
.@instance = instance_create(.@md_name$, .@party_id);
if (.@instance < 0) {
mes "Hmm...";
@@ -177,7 +177,7 @@ bif_fild01,161,355,0 script Log Tunnel CLEAR_NPC,{
} else {
if (questprogress(7211,PLAYTIME) == 2) erasequest 7211;
if (!questprogress(7211,PLAYTIME)) setquest 7211;
- mapannounce "bif_fild01",getpartyname(getcharid(1))+" party's "+strcharinfo(0)+" member is entering the Mistwood Maze.",bc_map,"0x00ff99"; //FW_NORMAL 12 0 0
+ mapannounce "bif_fild01",getpartyname(getcharid(1))+" party's "+strcharinfo(PC_NAME)+" member is entering the Mistwood Maze.",bc_map,"0x00ff99"; //FW_NORMAL 12 0 0
warp "1@mist",89,29;
close;
}
@@ -581,12 +581,12 @@ OnTimer3000:
mes "That's my name.";
mes "And yours?";
next;
- mes "["+strcharinfo(0)+"]";
+ mes "["+strcharinfo(PC_NAME)+"]";
mes "....";
- mes "...."+strcharinfo(0)+" sir.";
+ mes "...."+strcharinfo(PC_NAME)+" sir.";
next;
mes "[Loki]";
- mes "I see. "+strcharinfo(0)+".";
+ mes "I see. "+strcharinfo(PC_NAME)+".";
mes "I'm asking you again.";
mes "Do you plan to pass through this forest?";
next;
@@ -905,7 +905,7 @@ mora,48,152,3 script Sharp Eyed Man 4_M_ROKI2,{
break;
}
mes "[Nydhogg the Guardian]";
- mes strcharinfo(0)+"...";
+ mes strcharinfo(PC_NAME)+"...";
mes "Thanks for listening to my long story.";
next;
mes "[Nydhogg the Guardian]";