From 0f1d0507eb95cf07ce7eb66d89ad9853938612e6 Mon Sep 17 00:00:00 2001 From: Asheraf Date: Mon, 29 Aug 2016 17:40:13 +0100 Subject: change *strcharinfo to use constants --- npc/re/instances/OctopusCave.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/re/instances/OctopusCave.txt') diff --git a/npc/re/instances/OctopusCave.txt b/npc/re/instances/OctopusCave.txt index c2087649c..84b323361 100644 --- a/npc/re/instances/OctopusCave.txt +++ b/npc/re/instances/OctopusCave.txt @@ -108,7 +108,7 @@ mal_dun01,151,235,5 script Starfish 4_ASTER,{ if (.@instance < 0) { mes "[Starfish]"; mes "Party name is... "+getpartyname(.@party_id)+"."; - mes "Party leader is... "+strcharinfo(0)+"."; + mes "Party leader is... "+strcharinfo(PC_NAME)+"."; mes "^0000ff"+.@md_name$+"^000000, I cannot open now, hehe."; mes "Now is not the time, please wait."; close; @@ -161,7 +161,7 @@ mal_dun01,153,237,5 script Weird Entrance CLEAR_NPC,{ mes "Big trouble is waiting, if you go in now."; close; } - mapannounce "mal_dun01", getpartyname(getcharid(1))+" party's "+strcharinfo(0)+" member started to hunt the Octopus!",bc_map,"0x00ff99"; + mapannounce "mal_dun01", getpartyname(getcharid(1))+" party's "+strcharinfo(PC_NAME)+" member started to hunt the Octopus!",bc_map,"0x00ff99"; if (!questprogress(4197)) setquest 4197; warp "1@cash",199,99; end; -- cgit v1.2.3-70-g09d2