Minor Typo
This commit is contained in:
parent
1c3c4955cb
commit
5eede89b49
@ -77,7 +77,7 @@ alberta,23,238,4 script Guide#01alberta::AlbertaGuide 105,{
|
||||
mes "[Alberta Guide]";
|
||||
mes "The "+F_Navi("Merchant Guild","alberta,33,41")+" is where";
|
||||
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 .@str$;
|
||||
viewpoint 1,33,41,5,0xDA70D6;
|
||||
|
@ -77,7 +77,7 @@ ma_scene01,174,179,4 script Taho 541,{
|
||||
switch(instance_enter(.@md_name$)) {
|
||||
case 3:
|
||||
mes "[Taho]";
|
||||
mes "An unknown error occured.";
|
||||
mes "An unknown error occurred.";
|
||||
close;
|
||||
case 2:
|
||||
mes "[Taho]";
|
||||
@ -88,7 +88,7 @@ ma_scene01,174,179,4 script Taho 541,{
|
||||
mes "Civilians cannot enter.";
|
||||
close;
|
||||
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;
|
||||
//warp "1@ma_b",64,51;
|
||||
close;
|
||||
@ -518,7 +518,7 @@ OnTimer10000:
|
||||
mes "[Taho]";
|
||||
mes "Are we going to try again?";
|
||||
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:
|
||||
mes "[Taho]";
|
||||
mes "AWW... I almost brought him out.";
|
||||
|
@ -471,7 +471,7 @@ alberta,151,78,0 script Bebete#Baby_Angel 96,{
|
||||
mes "for the angels like you.";
|
||||
next;
|
||||
mes "[Bebete]";
|
||||
mes "I can make it with ^FF0000500 Feather Of Birds, 1 Holy Water, 10 Muscovite, 1 Heaven Ringand 1 Shining Stone^000000.";
|
||||
mes "I can make it with ^FF0000500 Feather Of Birds, 1 Holy Water, 10 Muscovite, 1 Heaven Ring and 1 Shining Stone^000000.";
|
||||
next;
|
||||
mes "[Bebete]";
|
||||
mes "Okay, hurry!";
|
||||
@ -511,7 +511,7 @@ gef_fild07,108,161,4 script Roda Frog#Frog_Cap 1012,1,1,{
|
||||
if (hat_2009 == 0) {
|
||||
mes "[???]";
|
||||
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;
|
||||
mes "[" + strcharinfo(0) + "]";
|
||||
mes "... ... ... ...";
|
||||
@ -652,7 +652,7 @@ gef_fild07,108,161,4 script Roda Frog#Frog_Cap 1012,1,1,{
|
||||
if (countitem(937) < 100) {
|
||||
mes "[King Froggie VII]";
|
||||
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;
|
||||
donpcevent "Roda Frog#Frog_Cap::OnDisable";
|
||||
end;
|
||||
@ -765,7 +765,7 @@ gef_fild07,108,161,4 script Roda Frog#Frog_Cap 1012,1,1,{
|
||||
mes "Hmm, there is no objection.";
|
||||
next;
|
||||
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_BLESSING;
|
||||
erasequest 5004;
|
||||
|
Loading…
x
Reference in New Issue
Block a user