- Added a missing 'close' in kafras_alde.txt (bugreport:4164)
- Fixed a variable type in Koshei the Immortal quest. (bugreport:4163) git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14279 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
fce629ec1f
commit
db6bee1b4f
@ -61,6 +61,7 @@ aldeba_in,96,181,4 script Kafra Service 113,{
|
|||||||
mes "seems that you don't";
|
mes "seems that you don't";
|
||||||
mes "have the 20 zeny to pay";
|
mes "have the 20 zeny to pay";
|
||||||
mes "the Storage access fee...";
|
mes "the Storage access fee...";
|
||||||
|
close;
|
||||||
}
|
}
|
||||||
mes "[Kafra Leilah]";
|
mes "[Kafra Leilah]";
|
||||||
mes "Although this facility is";
|
mes "Although this facility is";
|
||||||
|
@ -14642,7 +14642,7 @@ mosk_dun02,48,214,5 script Baba Yaga#rus32 970,{
|
|||||||
next;
|
next;
|
||||||
while(1) {
|
while(1) {
|
||||||
input .@input;
|
input .@input;
|
||||||
if (.@input$ == 0) {
|
if (.@input == 0) {
|
||||||
mes "[Baba Yaga]";
|
mes "[Baba Yaga]";
|
||||||
mes "You don't want it?";
|
mes "You don't want it?";
|
||||||
next;
|
next;
|
||||||
@ -14650,7 +14650,7 @@ mosk_dun02,48,214,5 script Baba Yaga#rus32 970,{
|
|||||||
mes "I don't understand you. What do you want? Kehehehehe.";
|
mes "I don't understand you. What do you want? Kehehehehe.";
|
||||||
close;
|
close;
|
||||||
}
|
}
|
||||||
else if (.@input$ > 100) {
|
else if (.@input > 100) {
|
||||||
mes "[Baba Yaga]";
|
mes "[Baba Yaga]";
|
||||||
mes "I said no more then 100 at a time. Kehehehehe.";
|
mes "I said no more then 100 at a time. Kehehehehe.";
|
||||||
next;
|
next;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user