From e3afdc2af4c5e50c79237ee092e25f39b7428e47 Mon Sep 17 00:00:00 2001 From: Michieru Date: Thu, 24 Oct 2013 12:10:43 +0200 Subject: Update to last rAthena npc. Fix some typos change sc_bleeding to -> sc_blooding Updated RE EXP for quests_brasilis.txt --- npc/quests/newgears/2008_headgears.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'npc/quests/newgears/2008_headgears.txt') diff --git a/npc/quests/newgears/2008_headgears.txt b/npc/quests/newgears/2008_headgears.txt index 62e2aaac3..5de069de8 100644 --- a/npc/quests/newgears/2008_headgears.txt +++ b/npc/quests/newgears/2008_headgears.txt @@ -6,7 +6,7 @@ //===== Current Version: ===================================== //= 1.0 //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Cats Footprint, Cute Ribbon Dyer and Brides Corolla. //===== Additional Comments: ================================= //= 1.0 First Version. [Masao] @@ -15,7 +15,7 @@ gef_fild05,80,149,3 script Myu#08_hat 877,{ mes "[Myu]"; mes "Meow..."; - emotion 23; + emotion e_omg; next; if(hatcat2008 == 0) { mes "[Myu]"; @@ -23,7 +23,7 @@ gef_fild05,80,149,3 script Myu#08_hat 877,{ mes "What brings you here? Ho, you are not here to harm Wild Roses, are you?"; mes "(Meow!)"; next; - menu "Meow..?",-; + select("Meow..?"); mes "[Myu]"; mes "Ah, Never mind that."; mes "This place is the village of Deserted people."; @@ -65,7 +65,7 @@ gef_fild05,80,149,3 script Myu#08_hat 877,{ mes " "; mes "(Meow!)"; next; - menu "Meow again?!",-; + select("Meow again?!"); mes "[Myu]"; mes "Hmm Hmm I told you to never mind that."; mes "So as I was saying..."; @@ -75,7 +75,7 @@ gef_fild05,80,149,3 script Myu#08_hat 877,{ mes "Exactly 1,000 times no more, no less."; mes "Give them 1,000 warnings and they will back off."; next; - menu "What do you mean by 1,000 warnings...?",-; + select("What do you mean by 1,000 warnings...?"); mes "[Myu]"; mes "Hu~Do I have to spell it out for you?"; next; @@ -131,7 +131,7 @@ gef_fild05,80,149,3 script Myu#08_hat 877,{ mes "This is the Seal of our 'Brave Kitty Cats'."; mes "This is soooo valuable, so don't lose it."; next; - menu "This is it?",-; + select("This is it?"); mes "[Myu]"; mes "What more did you expect?"; mes "That Pow is really a valuable thing!"; @@ -780,7 +780,7 @@ OnTouch: mes "Weaving the flower...with a ribbon.."; mes "Brides...wear...Corollas.."; next; - menu "Would you make one for me?",-; + select("Would you make one for me?"); if((countitem(10007) > 0) && (countitem(1032) > 999)) { mes "[Aite]"; mes ".. Materials..you..have.."; -- cgit v1.2.3-60-g2f50