summaryrefslogtreecommitdiff
path: root/npc/instances/NydhoggsNest.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/instances/NydhoggsNest.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/instances/NydhoggsNest.txt')
-rw-r--r--npc/instances/NydhoggsNest.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/instances/NydhoggsNest.txt b/npc/instances/NydhoggsNest.txt
index 9e49bd9e9..c8f6c8567 100644
--- a/npc/instances/NydhoggsNest.txt
+++ b/npc/instances/NydhoggsNest.txt
@@ -224,7 +224,7 @@ L_Enter:
mes "You did not request for entrance. Please let your leader request entrance.";
close;
} else {
- mapannounce "nyd_dun02", getpartyname(getcharid(1))+"'s party member "+strcharinfo(0)+" has entered Nidhoggur's Nest.",bc_map,"0x00ff99";
+ mapannounce "nyd_dun02", getpartyname(getcharid(1))+"'s party member "+strcharinfo(PC_NAME)+" has entered Nidhoggur's Nest.",bc_map,"0x00ff99";
if (!questprogress(3135)) setquest 3135;
if (!questprogress(3136)) setquest 3136;
warp "1@nyd",32,37;
@@ -427,7 +427,7 @@ mid_camp,271,299,3 script Historian Magnifier#edq 4_M_SAGE_C,3,3,{
prt_in,171,94,3 script Assistant Naomi#edq 4_F_HUWOMAN,3,3,{
mes "[Assistant Naomi]";
- .@name$ = strcharinfo(0);
+ .@name$ = strcharinfo(PC_NAME);
if (ins_nyd == 3) {
mes "The doctor never ever tries to come back, and there're too many things to do... How can I do it all...";
next;