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/quests/quests_louyang.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/quests/quests_louyang.txt')
-rw-r--r-- | npc/quests/quests_louyang.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/npc/quests/quests_louyang.txt b/npc/quests/quests_louyang.txt index fad528368..e9e76b99c 100644 --- a/npc/quests/quests_louyang.txt +++ b/npc/quests/quests_louyang.txt @@ -659,9 +659,9 @@ lou_fild01,175,173,3 script Jiu Lian Bu#1-2 4_M_CHN8GUEK,{ mes "Say it out loud!"; next; input .@input$; - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes .@input$; - mapannounce "lou_fild01","'"+strcharinfo(0)+"' shouts : "+.@input$,bc_map,"0x9CFF00"; + mapannounce "lou_fild01","'"+strcharinfo(PC_NAME)+"' shouts : "+.@input$,bc_map,"0x9CFF00"; next; mes "[Jiu Lian Bu]"; mes "So, how do you feel?"; @@ -684,9 +684,9 @@ lou_fild01,175,173,3 script Jiu Lian Bu#1-2 4_M_CHN8GUEK,{ mes "Say it out loud!"; next; input .@input$; - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes .@input$; - mapannounce "lou_fild01","'"+strcharinfo(0)+"' shouts : "+.@input$,bc_map,"0x9CFF00"; + mapannounce "lou_fild01","'"+strcharinfo(PC_NAME)+"' shouts : "+.@input$,bc_map,"0x9CFF00"; next; mes "[Jiu Lian Bu]"; mes "So, how do you feel? Don't you feel better now?"; @@ -2684,10 +2684,10 @@ lou_in02,123,39,4 script Poison King#lou 4_M_CHNOLD,{ mes "[Nagash Arses]"; mes "Hm? Do you have recent news of Morroc?"; next; - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "Yeah, I've got some news you might be interested in."; input .@input$; - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes ""+.@input$+""; next; if (rand(1,50) > 25) { @@ -2840,11 +2840,11 @@ lou_in02,123,39,4 script Poison King#lou 4_M_CHNOLD,{ mes "Is there anything"; mes "you want to say?"; next; - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "I have news"; mes "of Morroc..."; input .@input$; - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes ""+.@input$+""; next; if (rand(1,50) > 30) { @@ -3197,7 +3197,7 @@ lou_in02,123,39,4 script Poison King#lou 4_M_CHNOLD,{ changequest 11077,11078; close; } - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "...Nothing much."; next; mes "[Nagash Arses]"; @@ -3289,7 +3289,7 @@ lou_in02,123,39,4 script Poison King#lou 4_M_CHNOLD,{ mes "What..."; mes "What happened?"; next; - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "I made it."; next; mes "[Nagash Arses]"; @@ -4322,7 +4322,7 @@ OnTouch: louyang,217,278,0 script #lou_path HIDDEN_NPC,{ if (ch_poison == 12 || ch_poison == 16) { - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "What's this?"; mes "A crack in the wall?"; next; @@ -4631,7 +4631,7 @@ lou_in02,77,37,7 script Hermit 4_M_CHNOLD,{ case 2: QL_REVOL = 1; mes "[Sun Mao]"; - mes strcharinfo(0)+ "...!"; + mes strcharinfo(PC_NAME)+ "...!"; mes "Your name is now engraved on this bloody pledge board. We will fight together to the death for Louyang's future!"; next; getpartymember(getcharid(1)); |