added showmobs from STABLE, typo fix

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8822 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Lupus 2006-09-20 09:45:55 +00:00
parent 6cd8533bc3
commit 8cf402bcf2
2 changed files with 4 additions and 2 deletions

View File

@ -158,6 +158,8 @@ pettalk: 10
// Locates and displays the position of a certain mob on the current map. // Locates and displays the position of a certain mob on the current map.
mobsearch: 10 mobsearch: 10
// Locates and displays the position of a certain mob on your mini-map
showmobs: 10
//---------------------- //----------------------
// 20: Mediator commands // 20: Mediator commands

View File

@ -221,14 +221,14 @@ s_Goback:
mes "Thank you for using"; mes "Thank you for using";
mes "our services."; mes "our services.";
close2; close2;
switch(rand(1,3)){ switch(rand(3)){
case 0: case 0:
warp "einbroch.gat",218,196; warp "einbroch.gat",218,196;
end; end;
case 1: case 1:
warp "einbroch.gat",178,172; warp "einbroch.gat",178,172;
end; end;
case 3: case 2:
warp "einbroch.gat",172,228; warp "einbroch.gat",172,228;
end; end;
} }