summaryrefslogtreecommitdiff
path: root/npc/quests/skills/rogue_skills.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-14 16:45:33 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-14 16:45:33 +0000
commitb917b7d1dcfe3b6af36a5e1a4e8dd5017c998970 (patch)
tree0b971f53fa668f756bdb4023b752f375560a65e5 /npc/quests/skills/rogue_skills.txt
parent12d79d7aef72980ea3db22369f2b95f0ed996567 (diff)
downloadhercules-b917b7d1dcfe3b6af36a5e1a4e8dd5017c998970.tar.gz
hercules-b917b7d1dcfe3b6af36a5e1a4e8dd5017c998970.tar.bz2
hercules-b917b7d1dcfe3b6af36a5e1a4e8dd5017c998970.tar.xz
hercules-b917b7d1dcfe3b6af36a5e1a4e8dd5017c998970.zip
* 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
Diffstat (limited to 'npc/quests/skills/rogue_skills.txt')
-rw-r--r--npc/quests/skills/rogue_skills.txt5
1 files changed, 3 insertions, 2 deletions
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;