|
@@ -3,7 +3,7 @@
|
|
//===== By: ==================================================
|
|
//===== By: ==================================================
|
|
//= Muad_Dib, Meyraw
|
|
//= Muad_Dib, Meyraw
|
|
//===== Current Version: =====================================
|
|
//===== Current Version: =====================================
|
|
-//= 1.1
|
|
|
|
|
|
+//= 1.2
|
|
//===== Compatible With: =====================================
|
|
//===== Compatible With: =====================================
|
|
//= rAthena SVN
|
|
//= rAthena SVN
|
|
//===== Description: =========================================
|
|
//===== Description: =========================================
|
|
@@ -12,6 +12,7 @@
|
|
//===== Additional Comments: =================================
|
|
//===== Additional Comments: =================================
|
|
//= 1.0 First Version.
|
|
//= 1.0 First Version.
|
|
//= 1.1 Updated dialogue to be more official / accurate. Huge thanks to Muad_Dib! [Masao]
|
|
//= 1.1 Updated dialogue to be more official / accurate. Huge thanks to Muad_Dib! [Masao]
|
|
|
|
+//= 1.2 Fixed an endless loop in dialogue.
|
|
//============================================================
|
|
//============================================================
|
|
|
|
|
|
xmas,162,209,5 script Aspiring Wanderer, Soy 714,{
|
|
xmas,162,209,5 script Aspiring Wanderer, Soy 714,{
|
|
@@ -198,6 +199,7 @@ xmas,132,143,5 script Performance Manager#wnd 713,{
|
|
mes "But I'm so overwhelmed that I might go crazy. Ahhhh~~!";
|
|
mes "But I'm so overwhelmed that I might go crazy. Ahhhh~~!";
|
|
next;
|
|
next;
|
|
while (1) {
|
|
while (1) {
|
|
|
|
+ set .@loop,0;
|
|
switch (select("Sorry, I don't care.:What's the matter?:Why are you telling me this?")) {
|
|
switch (select("Sorry, I don't care.:What's the matter?:Why are you telling me this?")) {
|
|
case 1:
|
|
case 1:
|
|
mes "[Performance Manager]";
|
|
mes "[Performance Manager]";
|
|
@@ -211,7 +213,7 @@ xmas,132,143,5 script Performance Manager#wnd 713,{
|
|
mes "Those people don't feel any responsibility..";
|
|
mes "Those people don't feel any responsibility..";
|
|
mes "We're all expecting them and I've promoted them a lot.";
|
|
mes "We're all expecting them and I've promoted them a lot.";
|
|
next;
|
|
next;
|
|
- break;
|
|
|
|
|
|
+ set .@loop,1;
|
|
break;
|
|
break;
|
|
case 3:
|
|
case 3:
|
|
emotion e_ag;
|
|
emotion e_ag;
|
|
@@ -221,8 +223,10 @@ xmas,132,143,5 script Performance Manager#wnd 713,{
|
|
next;
|
|
next;
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
|
|
+ if (.@loop) break;
|
|
}
|
|
}
|
|
while (1) {
|
|
while (1) {
|
|
|
|
+ set .@loop,0;
|
|
switch (select("Is there a problem?:Who do you mean?:It has nothing to do with me.")) {
|
|
switch (select("Is there a problem?:Who do you mean?:It has nothing to do with me.")) {
|
|
case 1:
|
|
case 1:
|
|
mes "[Performance Manager]";
|
|
mes "[Performance Manager]";
|
|
@@ -236,7 +240,7 @@ xmas,132,143,5 script Performance Manager#wnd 713,{
|
|
mes "Swing swing, dangling dangling!!";
|
|
mes "Swing swing, dangling dangling!!";
|
|
mes "This is awful.";
|
|
mes "This is awful.";
|
|
next;
|
|
next;
|
|
- break;
|
|
|
|
|
|
+ set .@loop,1;
|
|
break;
|
|
break;
|
|
case 2:
|
|
case 2:
|
|
mes "[Performance Manager]";
|
|
mes "[Performance Manager]";
|
|
@@ -251,8 +255,10 @@ xmas,132,143,5 script Performance Manager#wnd 713,{
|
|
mes "This is too much!";
|
|
mes "This is too much!";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
|
|
+ if (.@loop) break;
|
|
}
|
|
}
|
|
while (1) {
|
|
while (1) {
|
|
|
|
+ set .@loop,0;
|
|
switch (select("Are you afraid of people?:The performers caused trouble?:Ignore him.")) {
|
|
switch (select("Are you afraid of people?:The performers caused trouble?:Ignore him.")) {
|
|
case 1:
|
|
case 1:
|
|
mes "[Performance Manager]";
|
|
mes "[Performance Manager]";
|
|
@@ -272,13 +278,14 @@ xmas,132,143,5 script Performance Manager#wnd 713,{
|
|
mes "Besides the money I spent for promoting and setting up the stage..";
|
|
mes "Besides the money I spent for promoting and setting up the stage..";
|
|
mes "How can I handle all the angry people?";
|
|
mes "How can I handle all the angry people?";
|
|
next;
|
|
next;
|
|
- break;
|
|
|
|
|
|
+ set .@loop,1;
|
|
break;
|
|
break;
|
|
case 3:
|
|
case 3:
|
|
mes "[Performance Manager]";
|
|
mes "[Performance Manager]";
|
|
mes "Hey, where are you going!";
|
|
mes "Hey, where are you going!";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
|
|
+ if (.@loop) break;
|
|
}
|
|
}
|
|
mes "[" + strcharinfo(0) + "]";
|
|
mes "[" + strcharinfo(0) + "]";
|
|
mes "I see that you are worried that the performance is going down the drain.";
|
|
mes "I see that you are worried that the performance is going down the drain.";
|
|
@@ -296,7 +303,7 @@ xmas,132,143,5 script Performance Manager#wnd 713,{
|
|
mes "[" + strcharinfo(0) + "]";
|
|
mes "[" + strcharinfo(0) + "]";
|
|
mes "It's because...";
|
|
mes "It's because...";
|
|
input .@inputstr$;
|
|
input .@inputstr$;
|
|
- mes "^3131FaF" + .@inputstr$ + "^000000";
|
|
|
|
|
|
+ mes "^3131FF" + .@inputstr$ + "^000000";
|
|
mes "......";
|
|
mes "......";
|
|
next;
|
|
next;
|
|
emotion e_ag;
|
|
emotion e_ag;
|
|
@@ -569,7 +576,7 @@ comodo,140,86,5 script Cheerless Maestro 479,{
|
|
mes "Is there no way for my dream to be true now? Sob sob...";
|
|
mes "Is there no way for my dream to be true now? Sob sob...";
|
|
next;
|
|
next;
|
|
mes "[Guitar Song]";
|
|
mes "[Guitar Song]";
|
|
- mes "Huh huh! No, that is not..";
|
|
|
|
|
|
+ mes "Huh huh! No, that is not...";
|
|
next;
|
|
next;
|
|
emotion e_sob,1;
|
|
emotion e_sob,1;
|
|
mes "[" + strcharinfo(0) + "]";
|
|
mes "[" + strcharinfo(0) + "]";
|