From ba96b8da39a53d2ee50539bfb6b7975446b4d9fe Mon Sep 17 00:00:00 2001 From: masao87 Date: Sun, 1 Jan 2012 20:18:21 +0000 Subject: - Bunch of Typo fixes from my previous Commits. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15348 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/2008_newhat_mir.txt | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'npc/quests') diff --git a/npc/quests/2008_newhat_mir.txt b/npc/quests/2008_newhat_mir.txt index bc01d65b2..40426e972 100644 --- a/npc/quests/2008_newhat_mir.txt +++ b/npc/quests/2008_newhat_mir.txt @@ -20,7 +20,7 @@ gef_fild05,80,149,3 script Myu#08_hat 877,{ mes "Meow..."; emotion 23; next; - if (2008_hat_cat == 0){ + if (hatcat2008 == 0){ mes "[Myu]"; mes "Oh? Aren't you an adventurer?"; mes "What brings you here? Ho, you are not here to harm Wild Roses, are you?"; @@ -84,7 +84,7 @@ gef_fild05,80,149,3 script Myu#08_hat 877,{ next; mes "As she says that, Myu slides her neck mocking like she's slitting her throat."; next; - switch(select( "Isn't that too much?" "That's easy")){ + switch(select("Isn't that too much?:That's easy")){ case 1: mes "[Myu]"; mes "..But they won't give up if we dont really teach them a lesson."; @@ -99,13 +99,13 @@ gef_fild05,80,149,3 script Myu#08_hat 877,{ mes "If you do, it's all over for you."; mes "So you better be careful.. "; mes "Meow Meow Meow.."; - set 2008_hat_cat,1; + set hatcat2008,1; setquest 7054; setquest 7055; close; } } - } else if (2008_hat_cat == 1){ + } else if (hatcat2008 == 1){ if (checkquest(7055,2) == 1){ mes "[Myu]"; mes "Did you think I didn't know what you have done?"; @@ -119,7 +119,7 @@ gef_fild05,80,149,3 script Myu#08_hat 877,{ mes "Our business is over!!!"; mes " "; mes "(Meow..)"; - set 2008_hat_cat,0; + set hatcat2008,0; erasequest 7054; erasequest 7055; close; @@ -139,7 +139,7 @@ gef_fild05,80,149,3 script Myu#08_hat 877,{ mes "What more did you expect?"; mes "That Pow is really a valuable thing!"; mes "Now, just take it and leave. Wild Roses feel uncomfortable with an adventurer around them."; - set 2008_hat_cat,2; + set hatcat2008,2; getitem 5446,1; erasequest 7054; erasequest 7055; @@ -150,7 +150,7 @@ gef_fild05,80,149,3 script Myu#08_hat 877,{ mes "ONE THOUSAND TIMES! -chuckles-"; mes "(Meow Meow Meow~)"; next; - mes "["+strcharinfo(0)+"]" + mes "["+strcharinfo(0)+"]"; mes "(What a weirdo.. Anyways..what's with that meow meow sound?)"; mes "Just keep your promises."; mes "after the work is done...Ok?"; @@ -158,7 +158,7 @@ gef_fild05,80,149,3 script Myu#08_hat 877,{ mes "[Myu]"; mes "Of course! Don't worry about that~"; close; - } else if (2008_hat_cat == 2){ + } else if (hatcat2008 == 2){ mes "[Myu]"; mes "This place is the village of Deserted people."; mes "Homeland of those who walk in the shadows and lay low."; @@ -177,18 +177,18 @@ gef_fild05,80,149,3 script Myu#08_hat 877,{ next; switch(select("NO!:Sure.")){ case 1: - mes "[Myu]" - mes "...!..." - mes ".. Ah.. that's too bad." - mes "Well, looks like a bait has spoiled.... " - mes "It's ok. That's how it is. Meow." + mes "[Myu]"; + mes "...!..."; + mes ".. Ah.. that's too bad."; + mes "Well, looks like a bait has spoiled.... "; + mes "It's ok. That's how it is. Meow."; close; case 2: - mes "[Myu]" - mes "You know the drill right?" - mes "Never ever touch the Wild Roses, Only hunt down the Kobold Archers." - mes "Give them 1,000 times despair!" - set 2008_hat_cat,1; + mes "[Myu]"; + mes "You know the drill right?"; + mes "Never ever touch the Wild Roses, Only hunt down the Kobold Archers."; + mes "Give them 1,000 times despair!"; + set hatcat2008,1; setquest 7054; setquest 7055; close; @@ -419,7 +419,7 @@ morocc_in,137,102,5 script Trainee#2008hat01 82,{ mes ".. Hmm.."; mes "This should do it."; mes "What do you think?"; - mes "Did this color came out nicely?" + mes "Did this color came out nicely?"; delitem 5441,1; delitem 979,1; getitem 5438,1; -- cgit v1.2.3-60-g2f50