From f96f7e6fd0a90340b972007223b9fb4c9ac7c192 Mon Sep 17 00:00:00 2001 From: kobra_k88 Date: Sun, 14 Nov 2004 12:24:28 +0000 Subject: Added error/typo safeguard for teleport option. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@168 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/kafras/functions_kafras.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/npc/kafras/functions_kafras.txt b/npc/kafras/functions_kafras.txt index ad0547f3d..2bf04f1f6 100644 --- a/npc/kafras/functions_kafras.txt +++ b/npc/kafras/functions_kafras.txt @@ -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: -- cgit v1.2.3-70-g09d2