Added error/typo safeguard for teleport option.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@168 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
kobra_k88 2004-11-14 12:24:28 +00:00
parent 44b1885543
commit 42dc8b3b71

View File

@ -89,8 +89,8 @@ function script F_KafStor {
set Zeny, Zeny-@fee;
set RESRVPTS, RESRVPTS + (@fee/5);
openstorage;
callfunc "F_KafEnd",getarg(0),0;
end;
cutin "", 255;
close;
sL_JbLvl:
mes "[Kafra]";
@ -102,8 +102,8 @@ function script F_KafStor {
return;
L_Guild:
if(guildopenstorage(0) == 1) goto L_InUse;
callfunc "F_KafEnd",0,0;
end;
cutin "", 255;
close;
L_InUse:
mes "[Kafra]";
@ -166,6 +166,9 @@ function script F_KafTele {
if (@wrpD$[@num] == "Comodo Pharos Lighthouse") warp "cmd_fild07.gat", 127, 134;
if (@wrpD$[@num] == "Orc Dungeon") warp "gef_fild10.gat", 52, 326;
if (@wrpD$[@num] == "Umbala") warp "umbala.gat", 130, 130;
close2; // this part safegaurds against errors/typos
set zeny, zeny + @wrpP[@num];
cutin "", 255;
end;
sL_CantTele: