diff options
author | Michieru <michieru@0-mail.com> | 2013-10-24 12:10:43 +0200 |
---|---|---|
committer | Michieru <michieru@0-mail.com> | 2013-10-24 12:10:43 +0200 |
commit | e3afdc2af4c5e50c79237ee092e25f39b7428e47 (patch) | |
tree | 20cfd05dd6fc2e3e53173ef059f045cee1526d58 /npc/quests/newgears/2008_headgears.txt | |
parent | 491892212d338903179909b89a5bfc2385e52261 (diff) | |
download | hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.gz hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.bz2 hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.xz hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.zip |
Update to last rAthena npc.
Fix some typos
change sc_bleeding to -> sc_blooding
Updated RE EXP for quests_brasilis.txt
Diffstat (limited to 'npc/quests/newgears/2008_headgears.txt')
-rw-r--r-- | npc/quests/newgears/2008_headgears.txt | 14 |
1 files changed, 7 insertions, 7 deletions
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.."; |