diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-25 22:07:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-25 22:07:46 +0300 |
commit | 5f4c452cdf22f5625b61004ed0e92816b0175ea1 (patch) | |
tree | 1b766d21645ff064e57e366d807497f58d4f0a2d /npc/quests/newgears | |
parent | 98da34f0c6785a4227efa0f6718a7453e2991202 (diff) | |
parent | a8590a0b235ce48320d428a184181c1e93267cd6 (diff) | |
download | hercules-5f4c452cdf22f5625b61004ed0e92816b0175ea1.tar.gz hercules-5f4c452cdf22f5625b61004ed0e92816b0175ea1.tar.bz2 hercules-5f4c452cdf22f5625b61004ed0e92816b0175ea1.tar.xz hercules-5f4c452cdf22f5625b61004ed0e92816b0175ea1.zip |
Merge pull request #1292 from HerculesWS/huld-improvements
HULD improvements
Diffstat (limited to 'npc/quests/newgears')
-rw-r--r-- | npc/quests/newgears/2010_headgears.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/quests/newgears/2010_headgears.txt b/npc/quests/newgears/2010_headgears.txt index 660c82a87..bfdea103a 100644 --- a/npc/quests/newgears/2010_headgears.txt +++ b/npc/quests/newgears/2010_headgears.txt @@ -195,8 +195,8 @@ lhz_in02,276,281,1 script Drunken Man#Necktie 4_M_ALCHE_A,{ mes "[Drunken Man]"; mes "Once I wear the Necktie on my head,"; mes "I will be no match for you!"; - mes "You must be nervousˇ¦"; - mes "Hmmˇ¦ where is the Necktie?"; + mes "You must be nervous..."; + mes "Hmm... where is the Necktie?"; next; // If having the materials if ((countitem(Cobaltblue_Dyestuffs) > 0) && (countitem(Oil_Paper) > 29) && (countitem(Transparent_Cloth) > 99) && (countitem(Spool) > 19)) { @@ -310,7 +310,7 @@ comodo,236,164,0 script Hat Girl#Hair_Brush 1_F_04,{ mes "[Hat Girl]"; mes "Okay, I'll do it right away!"; next; - mes "Ch ch ch... combining...ch chˇ¦"; + mes "Ch ch ch... combining...ch ch..."; emotion e_swt2,1; next; mes "[Hat Girl]"; @@ -454,7 +454,7 @@ alberta,151,78,0 script Bebete#Baby_Angel_Status 4W_KID,{ mes "... ..."; next; mes "[" + strcharinfo(0) + "]"; - mes "Hmm... I guess I was fooled by that little kid."; + mes "Hmm... I guess I was fooled by that little kid."; close; } mes "[Bebete]"; @@ -943,7 +943,7 @@ alberta,120,206,3 script Alonie#Solo_Play_Box 4_M_UMKID,{ mes "For make it"; mes "the fruitful training,"; mes "Get around and kill"; - mes "^FF000020 Chung E and 50 Civil Servant^000000!"; + mes "^FF000020 Chung E and 50 Civil Servant^000000!"; next; if (select("What a bullshit!", "Let's go!") == 1) { mes "[Alonie]"; @@ -1033,7 +1033,7 @@ alberta,120,206,3 script Alonie#Solo_Play_Box 4_M_UMKID,{ mes "Hmm, It's not enough."; mes "Playing alone is not that easy!"; mes "Go and kill"; - mes "^FF000020 Chung E and 50 Civil Servant^000000!"; + mes "^FF000020 Chung E and 50 Civil Servant^000000!"; if (questprogress(1104,HUNTING) == 1) { erasequest 1104; setquest 1108; |