|
@@ -20,7 +20,7 @@ gef_fild05,80,149,3 script Myu#08_hat 877,{
|
|
mes "Meow...";
|
|
mes "Meow...";
|
|
emotion 23;
|
|
emotion 23;
|
|
next;
|
|
next;
|
|
- if (2008_hat_cat == 0){
|
|
|
|
|
|
+ if (hatcat2008 == 0){
|
|
mes "[Myu]";
|
|
mes "[Myu]";
|
|
mes "Oh? Aren't you an adventurer?";
|
|
mes "Oh? Aren't you an adventurer?";
|
|
mes "What brings you here? Ho, you are not here to harm Wild Roses, are you?";
|
|
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;
|
|
next;
|
|
mes "As she says that, Myu slides her neck mocking like she's slitting her throat.";
|
|
mes "As she says that, Myu slides her neck mocking like she's slitting her throat.";
|
|
next;
|
|
next;
|
|
- switch(select( "Isn't that too much?" "That's easy")){
|
|
|
|
|
|
+ switch(select("Isn't that too much?:That's easy")){
|
|
case 1:
|
|
case 1:
|
|
mes "[Myu]";
|
|
mes "[Myu]";
|
|
mes "..But they won't give up if we dont really teach them a lesson.";
|
|
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 "If you do, it's all over for you.";
|
|
mes "So you better be careful.. ";
|
|
mes "So you better be careful.. ";
|
|
mes "Meow Meow Meow..";
|
|
mes "Meow Meow Meow..";
|
|
- set 2008_hat_cat,1;
|
|
|
|
|
|
+ set hatcat2008,1;
|
|
setquest 7054;
|
|
setquest 7054;
|
|
setquest 7055;
|
|
setquest 7055;
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- } else if (2008_hat_cat == 1){
|
|
|
|
|
|
+ } else if (hatcat2008 == 1){
|
|
if (checkquest(7055,2) == 1){
|
|
if (checkquest(7055,2) == 1){
|
|
mes "[Myu]";
|
|
mes "[Myu]";
|
|
mes "Did you think I didn't know what you have done?";
|
|
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 "Our business is over!!!";
|
|
mes " ";
|
|
mes " ";
|
|
mes "(Meow..)";
|
|
mes "(Meow..)";
|
|
- set 2008_hat_cat,0;
|
|
|
|
|
|
+ set hatcat2008,0;
|
|
erasequest 7054;
|
|
erasequest 7054;
|
|
erasequest 7055;
|
|
erasequest 7055;
|
|
close;
|
|
close;
|
|
@@ -139,7 +139,7 @@ gef_fild05,80,149,3 script Myu#08_hat 877,{
|
|
mes "What more did you expect?";
|
|
mes "What more did you expect?";
|
|
mes "That Pow is really a valuable thing!";
|
|
mes "That Pow is really a valuable thing!";
|
|
mes "Now, just take it and leave. Wild Roses feel uncomfortable with an adventurer around them.";
|
|
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;
|
|
getitem 5446,1;
|
|
erasequest 7054;
|
|
erasequest 7054;
|
|
erasequest 7055;
|
|
erasequest 7055;
|
|
@@ -150,7 +150,7 @@ gef_fild05,80,149,3 script Myu#08_hat 877,{
|
|
mes "ONE THOUSAND TIMES! -chuckles-";
|
|
mes "ONE THOUSAND TIMES! -chuckles-";
|
|
mes "(Meow Meow Meow~)";
|
|
mes "(Meow Meow Meow~)";
|
|
next;
|
|
next;
|
|
- mes "["+strcharinfo(0)+"]"
|
|
|
|
|
|
+ mes "["+strcharinfo(0)+"]";
|
|
mes "(What a weirdo.. Anyways..what's with that meow meow sound?)";
|
|
mes "(What a weirdo.. Anyways..what's with that meow meow sound?)";
|
|
mes "Just keep your promises.";
|
|
mes "Just keep your promises.";
|
|
mes "after the work is done...Ok?";
|
|
mes "after the work is done...Ok?";
|
|
@@ -158,7 +158,7 @@ gef_fild05,80,149,3 script Myu#08_hat 877,{
|
|
mes "[Myu]";
|
|
mes "[Myu]";
|
|
mes "Of course! Don't worry about that~";
|
|
mes "Of course! Don't worry about that~";
|
|
close;
|
|
close;
|
|
- } else if (2008_hat_cat == 2){
|
|
|
|
|
|
+ } else if (hatcat2008 == 2){
|
|
mes "[Myu]";
|
|
mes "[Myu]";
|
|
mes "This place is the village of Deserted people.";
|
|
mes "This place is the village of Deserted people.";
|
|
mes "Homeland of those who walk in the shadows and lay low.";
|
|
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;
|
|
next;
|
|
switch(select("NO!:Sure.")){
|
|
switch(select("NO!:Sure.")){
|
|
case 1:
|
|
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;
|
|
close;
|
|
case 2:
|
|
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 7054;
|
|
setquest 7055;
|
|
setquest 7055;
|
|
close;
|
|
close;
|
|
@@ -419,7 +419,7 @@ morocc_in,137,102,5 script Trainee#2008hat01 82,{
|
|
mes ".. Hmm..";
|
|
mes ".. Hmm..";
|
|
mes "This should do it.";
|
|
mes "This should do it.";
|
|
mes "What do you think?";
|
|
mes "What do you think?";
|
|
- mes "Did this color came out nicely?"
|
|
|
|
|
|
+ mes "Did this color came out nicely?";
|
|
delitem 5441,1;
|
|
delitem 5441,1;
|
|
delitem 979,1;
|
|
delitem 979,1;
|
|
getitem 5438,1;
|
|
getitem 5438,1;
|