- Removed extra TABs from certain messages. (Bug ID: 1302)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12477 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
b41dee8fcd
commit
ccaf9887c1
@ -206,7 +206,7 @@ payon_in03,188,146,5 script Marx Hansen#juice 86,{
|
|||||||
set .@juice,533;
|
set .@juice,533;
|
||||||
break;
|
break;
|
||||||
case 5:
|
case 5:
|
||||||
mes "[Merchant Marx Hansen]" ;
|
mes "[Merchant Marx Hansen]";
|
||||||
mes "Well then...";
|
mes "Well then...";
|
||||||
mes "See you next time.";
|
mes "See you next time.";
|
||||||
close;
|
close;
|
||||||
@ -235,13 +235,13 @@ payon_in03,188,146,5 script Marx Hansen#juice 86,{
|
|||||||
while(1) {
|
while(1) {
|
||||||
input .@input;
|
input .@input;
|
||||||
if (.@input == 0) {
|
if (.@input == 0) {
|
||||||
mes "[Merchant Marx Hansen]" ;
|
mes "[Merchant Marx Hansen]";
|
||||||
mes "Well then...";
|
mes "Well then...";
|
||||||
mes "Come again.";
|
mes "Come again.";
|
||||||
close;
|
close;
|
||||||
}
|
}
|
||||||
else if (.@input > 100) {
|
else if (.@input > 100) {
|
||||||
mes "[Merchant Marx Hansen]" ;
|
mes "[Merchant Marx Hansen]";
|
||||||
mes "More than 100 bottles is impossible. Choose a different amount.";
|
mes "More than 100 bottles is impossible. Choose a different amount.";
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
@ -293,10 +293,10 @@ payon_in03,188,146,5 script Marx Hansen#juice 86,{
|
|||||||
mes "Apple x 1 ea, Empty Bottle x 1 ea, 3 zeny.";
|
mes "Apple x 1 ea, Empty Bottle x 1 ea, 3 zeny.";
|
||||||
mes "";
|
mes "";
|
||||||
mes "^E3CF57- Banana Juice -^000000";
|
mes "^E3CF57- Banana Juice -^000000";
|
||||||
mes "Banana x 1 ea, Empty Bottle x 1 ea, 3 zeny." ;
|
mes "Banana x 1 ea, Empty Bottle x 1 ea, 3 zeny.";
|
||||||
mes "";
|
mes "";
|
||||||
mes "^ED9121- Carrot Juice -^000000";
|
mes "^ED9121- Carrot Juice -^000000";
|
||||||
mes "Carrot x 1 ea, Empty Bottle x 1 ea, 3 zeny." ;
|
mes "Carrot x 1 ea, Empty Bottle x 1 ea, 3 zeny.";
|
||||||
mes "";
|
mes "";
|
||||||
mes "^CC00FF- Grape Juice -^000000";
|
mes "^CC00FF- Grape Juice -^000000";
|
||||||
mes "Grape x 1 ea, Empty Bottle x 1 ea, 3 zeny.";
|
mes "Grape x 1 ea, Empty Bottle x 1 ea, 3 zeny.";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user