Random fixes to some script typos

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14153 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Inkfish 2009-11-18 15:39:24 +00:00
parent 9025c3c4c9
commit c3f733849c
3 changed files with 4 additions and 4 deletions

View File

@ -693,6 +693,7 @@ OnRecvCastle:
cutin "kafra_01",255;
end;
}
break;
case 2:
mes "[ Steward " + .@name$ + " ]";
mes "Those Kafra are hard workers. I thought it would be best to keep the staff.";

View File

@ -2219,7 +2219,7 @@ tur_dun03,104,171,4 script Knight#tur3 105,{
mes "[Squall]";
mes "Am I the only one left? Where are all my comrades?! I... I'm about to go crazy!";
next;
switch(select("Maybe they ran away?:What happened?")) {
if(select("Maybe they ran away?:What happened?")) {
mes "[Squall]";
mes "No, we would never run away from the face of danger.";
next;

View File

@ -666,7 +666,7 @@ OnInit:
OnEnable:
enablenpc "Am Mut#ama";
set .MyMobs,.MyMobs-1;
set .MyMobs,3;
monster "ama_test",35,102,"Am Mut",1301,1,"Am Mut#ama::OnMyMobDead";
monster "ama_test",40,91,"Am Mut",1301,1,"Am Mut#ama::OnMyMobDead";
monster "ama_test",56,108,"Am Mut",1301,1,"Am Mut#ama::OnMyMobDead";
@ -706,8 +706,7 @@ OnInit:
OnTouch:
mes "[Coach]";
mes "( Clap- Clap- Clap- )";
close;
end;
next;
mes "[Coach]";
mes "Hohoho~ You are really something.";
mes "You've got the moves, kiddo.";