Fix typos in Renewal scripts (#7408)

This commit is contained in:
Livia Medeiros 2022-11-07 00:53:23 +09:00 committed by GitHub
parent a76e7b8818
commit 63c3e67d93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -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?"; mes "Then when would we be able to set off?";
next; next;
mes "[Stello]"; mes "[Stello]";
mes "Maybe tommorrow."; mes "Maybe tomorrow.";
next; next;
mes "[" + strcharinfo(0) + "]"; mes "[" + strcharinfo(0) + "]";
mes "Isn't the fog covering the area near the shore? wouldn't it be a problem to just sail off?"; mes "Isn't the fog covering the area near the shore? wouldn't it be a problem to just sail off?";

View File

@ -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 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; end;
OnTimer14000: 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; end;
OnTimer17000: 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 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

View File

@ -341,7 +341,7 @@ malangdo,233,180,3 script Dark MachineTX100 564,{
getitem .@exchange_id[.@i], .@reward_amount - .@fee; getitem .@exchange_id[.@i], .@reward_amount - .@fee;
mes "[Dark Machine TX100]"; mes "[Dark Machine TX100]";
mes "Received ^003399"+getitemname(.@coin)+"^000000 for ^003399"+.@payment_amount+"^000000 unit(s)."; 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; close;
} }

View File

@ -25,7 +25,7 @@ prontera,146,95,3 script Mergician#pron 64,{
close; close;
} }
mes "[Mergician]"; 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!!!"; mes "Merge Merge, Merrrrge!!!";
next; next;
switch(select("What is the miracle of Merge?:Merrrrge!!!!:Abandon...")) { switch(select("What is the miracle of Merge?:Merrrrge!!!!:Abandon...")) {