diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-24 22:28:36 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-24 22:28:36 +0000 |
commit | b96c98c51940db6199fe08a2539e1a1fd7129cef (patch) | |
tree | e7749a23bbedce92b0e502497292f47711246294 /npc/jobs/2-1/knight.txt | |
parent | b662970da23f356ec05a06f3b10d14cd28d6f276 (diff) | |
download | hercules-b96c98c51940db6199fe08a2539e1a1fd7129cef.tar.gz hercules-b96c98c51940db6199fe08a2539e1a1fd7129cef.tar.bz2 hercules-b96c98c51940db6199fe08a2539e1a1fd7129cef.tar.xz hercules-b96c98c51940db6199fe08a2539e1a1fd7129cef.zip |
* Changed the Keil Hyre Black Keycard distributing NPCs slightly.
Changes to the Keil Hyre quest were mirrored on Stable as well.
* Bug fixes to the Wizard and Knight job quests.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11076 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-1/knight.txt')
-rw-r--r-- | npc/jobs/2-1/knight.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/jobs/2-1/knight.txt b/npc/jobs/2-1/knight.txt index 9b051fdfa..c7d2e4e76 100644 --- a/npc/jobs/2-1/knight.txt +++ b/npc/jobs/2-1/knight.txt @@ -5,7 +5,7 @@ //= Converted by kobra_k88 //= Further bugfixed and tested by Lupus //===== Current Version: ===================================== -//= 2.3 +//= 2.4 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -28,6 +28,7 @@ //= 2.1 Merged JFunc [Lupus] //= 2.2 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] //= 2.3 Several bugfixes with the help of Barron-Monster. [L0ne_W0lf] +//= 2.4 Minor fixes to timer#knt. [L0ne_W0lf] //============================================================ prt_in,88,101,4 script Chivalry Captain#knt 56,{ @@ -2068,8 +2069,8 @@ OnTimer300500: end; OnTimer301500: - donpcevent "Timer#knt::OnEnable"; stopnpctimer; + donpcevent "Timer#knt::OnEnable"; end; OnInit: @@ -2096,7 +2097,7 @@ OnEnable: end; OnDisable: - killmonsterall "job_knt"; + killmonsterall "job_knt","Timer#knt::OnMyMobDead"; disablenpc "Timer#knt"; disablenpc "Warp#knt"; end; |