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:
parent
3757a2b2f8
commit
a5108726ab
@ -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
|
||||
|
@ -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]
|
||||
//============================================================
|
||||
|
||||
|
||||
@ -34,7 +35,7 @@ izlude_in.gat,74,172,5 script Master Swordsman 119,{
|
||||
L_Menu:
|
||||
next;
|
||||
menu "Make me a Swordsman!",M_0,"About being a Swordsman.",M_1,"The job requirements.",M_2,"Cancel.",M_End;
|
||||
close;
|
||||
close;
|
||||
|
||||
M_0:
|
||||
mes "[Master Swordsman]";
|
||||
@ -137,7 +138,7 @@ L_Menu:
|
||||
mes "First, You must learn all 9 Basic Skills. If you can't satisfy this condition, you won't be able to become anything.";
|
||||
next;
|
||||
mes "[Master Swordsman]";
|
||||
mes "Secondly you must pass the legendary Izlude Swordsman Test.";
|
||||
mes "Secondly you must pass the legendary Izlude Swordsman Test.";
|
||||
next;
|
||||
mes "[Master Swordsman]";
|
||||
mes "When you fullfill these 2 conditions, you can become an offical Swordsman.";
|
||||
@ -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;
|
||||
}
|
||||
|
||||
@ -341,7 +341,7 @@ job_sword1.gat,230,242,2 script Test Hall Staff#01 105,{
|
||||
M_1:
|
||||
mes "[Test Hall Staff]";
|
||||
mes "Bravo! Go for it again!";
|
||||
close;
|
||||
close;
|
||||
}
|
||||
|
||||
// -- Medic 2 --
|
||||
@ -365,7 +365,7 @@ job_sword1.gat,230,204,2 script Test Hall Staff#02 105,{
|
||||
M_1:
|
||||
mes "[Test Hall Staff]";
|
||||
mes "Bravo! Go for it again!";
|
||||
close;
|
||||
close;
|
||||
}
|
||||
|
||||
// -- Mae (Medic 3) --
|
||||
|
Loading…
x
Reference in New Issue
Block a user