From b917b7d1dcfe3b6af36a5e1a4e8dd5017c998970 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Wed, 14 Nov 2007 16:45:33 +0000 Subject: * Several fixes to various scripts. - Resolves: bugreport:351, bugreport:379, bugreport:393, bugreport:407, bugreport:414, partially resolves bug report:414 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11733 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/skills/rogue_skills.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/quests/skills') diff --git a/npc/quests/skills/rogue_skills.txt b/npc/quests/skills/rogue_skills.txt index 17c33fe08..e6559a77c 100644 --- a/npc/quests/skills/rogue_skills.txt +++ b/npc/quests/skills/rogue_skills.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Lupus, Reddozen //===== Current Version: ===================================== -//= 1.6 +//= 1.6a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -13,6 +13,7 @@ //= 1.4 Rescripted to Aegis 10.3 stadards. [L0ne_W0lf] //= 1.5 Fixed bad NPC header data to comply with rev. 11603. [L0ne_W0lf] //= 1.6 Bug fixes as pointed out by Brainstorm in bugreport:351 [L0ne_W0lf] +//= 1.6a Fixed(?) antoher problem (NPCs not disabling) hopefully. [L0ne_W0lf] //============================================================ in_rogue,359,177,0 script #killershow01 -1,{ @@ -1434,7 +1435,7 @@ function script F_Kienna { mes "of this training."; set ROG_SK,6; close2; - disablenpc "Kienna#8th"; + disablenpc "Kienna#"+getarg(0); donpcevent "#1stmove::OnEnable"; warp "prt_are01",150,150; end; -- cgit v1.2.3-70-g09d2