Fix typos in Renewal scripts (#7408)
This commit is contained in:
parent
a76e7b8818
commit
63c3e67d93
@ -5507,7 +5507,7 @@ conch_in,26,64,5 script Captain Gamberi#dorcon0 4_DR_GAMBERI,{
|
||||
mes "Then when would we be able to set off?";
|
||||
next;
|
||||
mes "[Stello]";
|
||||
mes "Maybe tommorrow.";
|
||||
mes "Maybe tomorrow.";
|
||||
next;
|
||||
mes "[" + strcharinfo(0) + "]";
|
||||
mes "Isn't the fog covering the area near the shore? wouldn't it be a problem to just sail off?";
|
||||
|
@ -1100,7 +1100,7 @@ OnTimer11000:
|
||||
mapannounce "job3_rang02","Test Supervisor, Caution : When you use a 'Bombring Capsule' a Bombring is summoned near you, and after 3 seconds it will explode.",bc_map,"0x87ceeb"; //FW_NORMAL 12 0 0
|
||||
end;
|
||||
OnTimer14000:
|
||||
mapannounce "job3_rang02","Test Supervisor, Caution : The explosive range of the Bombring is a 5x5 cell around the Bombring, so be carefull not to be caught in the explosion.",bc_map,"0xffb6c1"; //FW_NORMAL 12 0 0
|
||||
mapannounce "job3_rang02","Test Supervisor, Caution : The explosive range of the Bombring is a 5x5 cell around the Bombring, so be careful not to be caught in the explosion.",bc_map,"0xffb6c1"; //FW_NORMAL 12 0 0
|
||||
end;
|
||||
OnTimer17000:
|
||||
mapannounce "job3_rang02","Test Supervisor, Caution : Whilst progressing, if you complete the mission given by an staff member come and see me, then you will pass the 2nd practical test!",bc_map,"0x87ceeb"; //FW_NORMAL 12 0 0
|
||||
|
@ -341,7 +341,7 @@ malangdo,233,180,3 script Dark MachineTX100 564,{
|
||||
getitem .@exchange_id[.@i], .@reward_amount - .@fee;
|
||||
mes "[Dark Machine TX100]";
|
||||
mes "Received ^003399"+getitemname(.@coin)+"^000000 for ^003399"+.@payment_amount+"^000000 unit(s).";
|
||||
mes "We have excanged your coin to ^003399"+(.@reward_amount-.@fee)+"^000000 unit(s) of ^003399"+.@coin_text$+" Level Coin^000000, deducted ^003399"+.@fee+"^000000 unit(s) as exchanging fee.";
|
||||
mes "We have exchanged your coin to ^003399"+(.@reward_amount-.@fee)+"^000000 unit(s) of ^003399"+.@coin_text$+" Level Coin^000000, deducted ^003399"+.@fee+"^000000 unit(s) as exchanging fee.";
|
||||
close;
|
||||
}
|
||||
|
||||
|
@ -25,7 +25,7 @@ prontera,146,95,3 script Mergician#pron 64,{
|
||||
close;
|
||||
}
|
||||
mes "[Mergician]";
|
||||
mes "Do you believe in the miracle of Merge god?? If so, repeat my spell loudly as I pronunce it!!!";
|
||||
mes "Do you believe in the miracle of Merge god?? If so, repeat my spell loudly as I pronounce it!!!";
|
||||
mes "Merge Merge, Merrrrge!!!";
|
||||
next;
|
||||
switch(select("What is the miracle of Merge?:Merrrrge!!!!:Abandon...")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user