Minor Typo

This commit is contained in:
nanakiwurtz 2015-04-07 00:17:12 +07:00
parent 1c3c4955cb
commit 5eede89b49
3 changed files with 8 additions and 8 deletions

View File

@ -77,7 +77,7 @@ alberta,23,238,4 script Guide#01alberta::AlbertaGuide 105,{
mes "[Alberta Guide]"; mes "[Alberta Guide]";
mes "The "+F_Navi("Merchant Guild","alberta,33,41")+" is where"; mes "The "+F_Navi("Merchant Guild","alberta,33,41")+" is where";
mes "you can change your job to ^800080Merchant^000000."; mes "you can change your job to ^800080Merchant^000000.";
mes "Let me mark its location"; mes "Let me mark it's location";
mes "on your mini-map."; mes "on your mini-map.";
mes .@str$; mes .@str$;
viewpoint 1,33,41,5,0xDA70D6; viewpoint 1,33,41,5,0xDA70D6;

View File

@ -77,7 +77,7 @@ ma_scene01,174,179,4 script Taho 541,{
switch(instance_enter(.@md_name$)) { switch(instance_enter(.@md_name$)) {
case 3: case 3:
mes "[Taho]"; mes "[Taho]";
mes "An unknown error occured."; mes "An unknown error occurred.";
close; close;
case 2: case 2:
mes "[Taho]"; mes "[Taho]";
@ -88,7 +88,7 @@ ma_scene01,174,179,4 script Taho 541,{
mes "Civilians cannot enter."; mes "Civilians cannot enter.";
close; close;
case 0: case 0:
mapannounce "ma_scene01","A party memeber, "+strcharinfo(0)+" of the party "+getpartyname(.@party_id)+" is entering the dungeon, "+.@md_name$+".",bc_map,"0x00ff99"; //FW_NORMAL 12 0 0 mapannounce "ma_scene01","A party member, "+strcharinfo(0)+" of the party "+getpartyname(.@party_id)+" is entering the dungeon, "+.@md_name$+".",bc_map,"0x00ff99"; //FW_NORMAL 12 0 0
setquest 12278; setquest 12278;
//warp "1@ma_b",64,51; //warp "1@ma_b",64,51;
close; close;
@ -518,7 +518,7 @@ OnTimer10000:
mes "[Taho]"; mes "[Taho]";
mes "Are we going to try again?"; mes "Are we going to try again?";
next; next;
switch(select("Hold on a sec!:Of couse! We cannot stand back now!")) { switch(select("Hold on a sec!:Of course! We cannot stand back now!")) {
case 1: case 1:
mes "[Taho]"; mes "[Taho]";
mes "AWW... I almost brought him out."; mes "AWW... I almost brought him out.";

View File

@ -511,7 +511,7 @@ gef_fild07,108,161,4 script Roda Frog#Frog_Cap 1012,1,1,{
if (hat_2009 == 0) { if (hat_2009 == 0) {
mes "[???]"; mes "[???]";
mes "Hmm..Hm.."; mes "Hmm..Hm..";
mes "It seems my transformation into the child's appearance is succeessful."; mes "It seems my transformation into the child's appearance is successful.";
next; next;
mes "[" + strcharinfo(0) + "]"; mes "[" + strcharinfo(0) + "]";
mes "... ... ... ..."; mes "... ... ... ...";
@ -652,7 +652,7 @@ gef_fild07,108,161,4 script Roda Frog#Frog_Cap 1012,1,1,{
if (countitem(937) < 100) { if (countitem(937) < 100) {
mes "[King Froggie VII]"; mes "[King Froggie VII]";
mes "How about ^FF0000100 Venom Canines^000000?"; mes "How about ^FF0000100 Venom Canines^000000?";
mes "Hurry, it's a rare opportunity to be added in the frog histroy book!"; mes "Hurry, it's a rare opportunity to be added in the frog history book!";
close2; close2;
donpcevent "Roda Frog#Frog_Cap::OnDisable"; donpcevent "Roda Frog#Frog_Cap::OnDisable";
end; end;
@ -765,7 +765,7 @@ gef_fild07,108,161,4 script Roda Frog#Frog_Cap 1012,1,1,{
mes "Hmm, there is no objection."; mes "Hmm, there is no objection.";
next; next;
mes "[King Froggie VII]"; mes "[King Froggie VII]";
mes "I hearby give " + strcharinfo(0) + ", our hero, this Frog Hat."; mes "I hereby give " + strcharinfo(0) + ", our hero, this Frog Hat.";
specialeffect2 EF_MAPPILLAR2; specialeffect2 EF_MAPPILLAR2;
specialeffect2 EF_BLESSING; specialeffect2 EF_BLESSING;
erasequest 5004; erasequest 5004;