Fixed warp on timeout in swordman.txt

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9199 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Lupus 2006-11-11 18:43:51 +00:00
parent 3757a2b2f8
commit a5108726ab
2 changed files with 12 additions and 10 deletions

View File

@ -33,6 +33,8 @@ KarLaeda
Date Added
======
11/11
* Fixed warp on timeout in swordman.txt [KarLaeda]
11/09
* Added Bingo - Hugel warps, thanks to erKURITA [Lupus]
- Added Hugel INN

View File

@ -3,7 +3,7 @@
//===== By: ==================================================
//= kobra_k88
//===== Current Version: =====================================
//= 1.7
//= 1.7.1
//===== Compatible With: =====================================
//= eAthena 1.0 +
//===== Description: =========================================
@ -21,6 +21,7 @@
//= 1.5.3 Removed Duplicates [Silent]
//= 1.6 Merged back JFunc, CHANGED NUMBERS TO CONSTANTS [Lupus]
//= 1.7 changed location from its clone to the original [Lupus]
//= 1.7.1 Fixed warp on timeout [KarLaeda]
//============================================================
@ -264,8 +265,7 @@ izlude_in.gat,30,163,8 script Test Hall Staff 105,{
mes "[Test Hall Staff]";
mes "Are you ready?";
next;
menu "Let me at it!!",M_yes,"Ah..maybe later..",M_no;
close;
menu "Let me at it!!",-,"Ah..maybe later..",M_no;
M_yes:
set SWTEST, SWTEST + 1;
@ -315,7 +315,7 @@ job_sword1.gat,1,1,0 script TimerSwrdmn -1,{
end;
OnTimer428000:
stopnpctimer;
warp "izlude_in.gat",39,170;
areawarp "job_sword1.gat",0,0,400,400,"izlude_in.gat",39,170;
end;
}