summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/Changelog.txt2
-rw-r--r--npc/airports/airships.txt11
-rw-r--r--npc/cities/geffen.txt5
-rw-r--r--npc/cities/lighthalzen.txt5
-rw-r--r--npc/cities/morocc.txt5
-rw-r--r--npc/quests/Lvl4_weapon_quest.txt9
-rw-r--r--npc/quests/first_class/tu_acolyte.txt9
-rw-r--r--npc/quests/first_class/tu_archer.txt5
-rw-r--r--npc/quests/newgears/2004_headgears.txt9
-rw-r--r--npc/quests/quests_ein.txt5
-rw-r--r--npc/quests/quests_gonryun.txt6
-rw-r--r--npc/quests/quests_hugel.txt7
-rw-r--r--npc/quests/quests_louyang.txt5
-rw-r--r--npc/quests/quests_morocc.txt5
-rw-r--r--npc/quests/quests_niflheim.txt11
-rw-r--r--npc/quests/skills/rogue_skills.txt5
16 files changed, 60 insertions, 44 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 2d8a0093b..73bb23704 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,6 +1,8 @@
Date Added
======
2007/10/28
+ * Rev. 11605 Updated NPC headers to fix errors caused by rev. 11603. [L0ne_W0lf]
+ - Note: non-standard loaded scripts need to be checked for errors/duplicates.
* Updated Veins Field spawn amounts to official [Playtester]
* Added Rekenber Job quest which was missing for some unknown reason. [SinSloth]
* Rev. 11595 Updated Bio Ethics quest to official, and re-added. [L0ne_W0lf]
diff --git a/npc/airports/airships.txt b/npc/airports/airships.txt
index 481fa1cc2..9ebaa2706 100644
--- a/npc/airports/airships.txt
+++ b/npc/airports/airships.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= eAthena Dev Team
//===== Current Version: =====================================
-//= 0.9b
+//= 1.0
//===== Compatible With: =====================================
//= eAthena SVN 3422+(Requires jA Script System)
//===== Description: =========================================
@@ -27,13 +27,14 @@
//= 0.8b Fixed a Little Bug with the "How Does the Airship Work" Quest. [Samuray22]
//= 0.9 Fixed a incorrect variable changed form "mob_inv" to "mobinv". [Samuray22]
//= 0.9b Fixed a typo and bad variable use in the Typing Challenge [ultramage]
+//= 1.0 Fixed bad NPC header data to comply with rev. 11603. [L0ne_W0lf]
//============================================================
//============================================================
//= The Airship System (Yuno -> Hugel -> Einbroch -> Lighthalzen -> repeat)
//============================================================
-airplane,243,74,4 script #AirshipWarp-1 45,2,2{
+airplane,243,74,4 script #AirshipWarp-1 45,2,2,{
OnTouch:
if($@airplanelocation == 1)warp "einbroch",90,275;
if($@airplanelocation == 2)warp "yuno",85,265;
@@ -49,7 +50,7 @@ OnUnhide:
end;
}
-airplane,243,29,4 script #AirshipWarp-2 45,2,2{
+airplane,243,29,4 script #AirshipWarp-2 45,2,2,{
OnTouch:
if($@airplanelocation == 1)warp "einbroch",90,275;
if($@airplanelocation == 2)warp "yuno",85,265;
@@ -634,7 +635,7 @@ airplane_01,221,158,6 script Pilot#air-0::Pilot 852,{
//= The Airship System (Izlude -> Yuno -> Rachel -> Repeat)
//============================================================
-airplane_01,243,74,4 script #AirshipWarp-3 45,2,2{
+airplane_01,243,74,4 script #AirshipWarp-3 45,2,2,{
OnTouch:
if($@airplanelocation2 == 1)warp "izlude",202,56;
if($@airplanelocation2 == 2)warp "yuno",20,265;
@@ -649,7 +650,7 @@ OnUnhide:
end;
}
-airplane_01,243,29,4 script #AirshipWarp-4 45,2,2{
+airplane_01,243,29,4 script #AirshipWarp-4 45,2,2,{
OnTouch:
if($@airplanelocation2 == 1)warp "izlude",202,56;
if($@airplanelocation2 == 2)warp "yuno",20,265;
diff --git a/npc/cities/geffen.txt b/npc/cities/geffen.txt
index ab06fcf58..9da8daf59 100644
--- a/npc/cities/geffen.txt
+++ b/npc/cities/geffen.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= kobra_k88; L0ne_W0lf
//===== Current Version: =====================================
-//= 1.6
+//= 1.7
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -19,6 +19,7 @@
//= 1.5a Fixed a small typo [Evera]
//= 1.6 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
//= 1.6a Small bug fix. (end -> next) care of Lesbian. [L0ne_W0lf]
+//= 1.7 Fixed bad NPC header data to comply with rev. 11603. [L0ne_W0lf]
//============================================================
geffen,59,143,0 script Meera 91,{
@@ -1404,7 +1405,7 @@ geffen_in,109,72,2 script Monster Scholar 90,{
// Lvl 4 weapon quest related NPC ------------------------------------------------------
-geffen,203,146,5 script Citizen 97, {
+geffen,203,146,5 script Citizen 97,{
mes "[Citizen]";
mes "There was a skillful weaponsmith";
mes "in Al De Baran who had 4 sons.";
diff --git a/npc/cities/lighthalzen.txt b/npc/cities/lighthalzen.txt
index 978c03da1..1d7d23b36 100644
--- a/npc/cities/lighthalzen.txt
+++ b/npc/cities/lighthalzen.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= erKURITA, Au{R}oN (Translated by Alan), $ephiroth
//===== Current Version: =====================================
-//= 1.4
+//= 1.5
//===== Compatible With: =====================================
//= eAthena 1.0
//===== Description: =========================================
@@ -26,6 +26,7 @@
//= 1.2 Moved some NPCs to Lighthalzen quests. [SinSloth]
//= 1.3 Moved some other NPCs for quests purposes. [SinSloth]
//= 1.4 Corrected NPC names to fall within proper resctrictions. [L0ne_W0lf]
+//= 1.5 Fixed bad NPC header data to comply with rev. 11603. [L0ne_W0lf]
//=============================================================
lighthalzen,198,285,5 script Jiwon 862,{
@@ -1807,7 +1808,7 @@ s_Staff:
}
-lhz_in01,19,129,0 script LhzHiddenTrg1::LhzTrig -1,1,1{
+lhz_in01,19,129,0 script LhzHiddenTrg1::LhzTrig -1,1,1,{
OnTouch:
mes "[Rekenber Guard]";
if(isequipped(2241) && isequipped(2243)){
diff --git a/npc/cities/morocc.txt b/npc/cities/morocc.txt
index 1c6163a8c..de1832971 100644
--- a/npc/cities/morocc.txt
+++ b/npc/cities/morocc.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= kobra_k88; L0ne_W0lf
//===== Current Version: =====================================
-//= 1.9
+//= 2.0
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -21,6 +21,7 @@
//= 1.7 Removed Duplicates [Silent]
//= 1.8 Rescripted to Aegis 10.3 Standards. [L0ne_W0lf]
//= 1.9 Removed duplicate NPC, changed temp char vars to temp npc. [L0ne_W0;f]
+//= 2.0 Fixed bad NPC header data to comply with rev. 11603. [L0ne_W0lf]
//============================================================
// Morroc
@@ -672,7 +673,7 @@ Nomoney:
// Lvl 4 weapon quest related NPC ================================
-morocc,289,230,3 script Citizen#06 92, {
+morocc,289,230,3 script Citizen#06 92,{
mes "[Citizen]";
mes "Meeting a dead man is basically";
mes "impossible.";
diff --git a/npc/quests/Lvl4_weapon_quest.txt b/npc/quests/Lvl4_weapon_quest.txt
index d7cd5c82a..ac6772cc7 100644
--- a/npc/quests/Lvl4_weapon_quest.txt
+++ b/npc/quests/Lvl4_weapon_quest.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= Vicious_Pucca, Reddozen & MasterOfMuppets
//===== Current Version: =====================================
-//= 1.3
+//= 1.4
//===== Compatible With: =====================================
//= eAthena SVN 3422+(Requires jA Script System)
//===== Description: =========================================
@@ -16,6 +16,7 @@
//= 1.2 A small fix, thanks to vicious_pucca [MasterOfMuppets]
//= 1.21 Fixing MoM's typos (Citrin -> Citrine) [erKURITA]
//= 1.3 Redirected error message for "LV_16" to "LV_16_NOGEM" (Gepard) [L0ne_W0lf]
+//= 1.4 Fixed bad NPC header data to comply with rev. 11603. [L0ne_W0lf]
//============================================================
//---------------------------------------------------------------
@@ -2010,7 +2011,7 @@ LV4_50:
// Kayron, creates Longinus' Spear, Guillotine, Great Axe and Brionac
//--------------------------------------------------
-niflheim,240,193,3 script Kayron 794, {
+niflheim,240,193,3 script Kayron 794,{
set @NowWeight, MaxWeight - Weight;
if (@NowWeight >= 3000) goto LV4_NOT_OW;
mes "- Wait a minute! -";
@@ -2417,7 +2418,7 @@ LV4_HACK:
// Reyghema, creates Berserk, Tjungkulleti, Rudra's Bow and Brocca(Skewer)
//--------------------------------------------------
-niflheim,99,268,5 script Reyghema 794, {
+niflheim,99,268,5 script Reyghema 794,{
set @NowWeight, MaxWeight - Weight;
if (@NowWeight >= 3000) goto LV4_NOT_OW;
mes "- Wait a minute! -";
@@ -2817,7 +2818,7 @@ LV4_HACK:
// Hein, creates Excalibur, Schweisersabel, Dragon Slayer and Edge
//--------------------------------------------------
-niflheim,187,280,3 script Hein 795, {
+niflheim,187,280,3 script Hein 795,{
set @NowWeight, MaxWeight - Weight;
if (@NowWeight >= 3000) goto LV4_NOT_OW;
mes "- Wait a minute! -";
diff --git a/npc/quests/first_class/tu_acolyte.txt b/npc/quests/first_class/tu_acolyte.txt
index e2885e4ee..0ed8a8575 100644
--- a/npc/quests/first_class/tu_acolyte.txt
+++ b/npc/quests/first_class/tu_acolyte.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= Fix up by Jukka
//===== Current Version: =====================================
-//= 1.2
+//= 1.3
//===== Compatible With: =====================================
//= eAthena SVN (Testet in Trunk 88xx)
//===== Description: =========================================
@@ -13,6 +13,7 @@
//= 1.1 optimized [Lupus]
//= TODO: Test, Add correct misceffects numbers
//= 1.2 Fixed experience gains to match upcoming rate adjustments. [SinSloth]
+//= 1.3 Fixed bad NPC header data to comply with rev. 11603. [L0ne_W0lf]
//============================================================
@@ -938,7 +939,7 @@ prt_monk,235,245,5 script Dog#tu 81,{
}
//=================================================Boy====================================================
-prt_monk,243,238,5 script Boy#boy_voi 139,5,5{
+prt_monk,243,238,5 script Boy#boy_voi 139,5,5,{
OnTouch:
if(tu_acolyte01 != 10)end;
mes "[???]";
@@ -1215,7 +1216,7 @@ prt_monk,28,260,5 script Hedrick 50,{
}
//=================================================Weapon Merchant====================================================
-prt_monk,135,263,4 script Weapon Merchant#tu 139,9,9{
+prt_monk,135,263,4 script Weapon Merchant#tu 139,9,9,{
OnTouch:
if(tu_acolyte01 != 20 || countitem(1081)==0) end;
delitem 1081, 1;
@@ -1518,7 +1519,7 @@ prt_monk,153,210,3 script Cleope Verce 95,{
close;
}
//=================================================Range NPC====================================================
-prt_monk,217,123,4 script #tu_monk 139,10,10{
+prt_monk,217,123,4 script #tu_monk 139,10,10,{
OnTouch:
if(BaseJob == Job_Acolyte){
switch(tu_acolyte01){
diff --git a/npc/quests/first_class/tu_archer.txt b/npc/quests/first_class/tu_archer.txt
index 95e461b19..27c9e618b 100644
--- a/npc/quests/first_class/tu_archer.txt
+++ b/npc/quests/first_class/tu_archer.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= Fix up by Jukka
//===== Current Version: =====================================
-//= 1.3
+//= 1.5
//===== Compatible With: =====================================
//= eAthena SVN (Testet in Trunk 88xx)
//===== Description: =========================================
@@ -15,6 +15,7 @@
//= 1.3 Moved Master Kavaruk (overlapped Phantasmic Arrow
//= Skill quest NPC) [Lupus]
//= 1.4 Fixed experience gains to match upcoming rate adjustments. [SinSloth]
+//= 1.5 Fixed bad NPC header data to comply with rev. 11603. [L0ne_W0lf]
//============================================================
@@ -1924,7 +1925,7 @@ prt_castle,76,165,6 script Minister#tu 55,{
}
//=================================================Range NPC====================================================
-prt_castle,94,150,4 script #sound_tu 139,10,10{
+prt_castle,94,150,4 script #sound_tu 139,10,10,{
OnTouch:
if(tu_archer02 != 6) end;
mes "[Minister]";
diff --git a/npc/quests/newgears/2004_headgears.txt b/npc/quests/newgears/2004_headgears.txt
index cf1b18f8a..dc8aada1b 100644
--- a/npc/quests/newgears/2004_headgears.txt
+++ b/npc/quests/newgears/2004_headgears.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= Dj-Yhn
//===== Current Version: =====================================
-//= 1.2
+//= 1.3
//===== Compatible With: =====================================
//= eAthena
//===== Description: =========================================
@@ -58,6 +58,7 @@
//= 1.1 Fixed a bug in Giant-band-aid that didn't counting rotten bandages
//= Fixed a bug in Fur Hat that didn't count yarn [Evera]
//= 1.2 Syntax fixes for parenthesis, reformatting [KarLaeda]
+//= 1.3 Fixed bad NPC header data to comply with rev. 11603. [L0ne_W0lf]
//============================================================
//Payon /=Black cat ears=/
@@ -2271,7 +2272,7 @@ morocc,273,79,4 script Traveler 99,{
}
}
//Payon /=Fox Mask=/ //==Lets hope this works as it's supposed==//
-pay_dun03,48,84,4 script Nine Tail#1 1180,1,1{
+pay_dun03,48,84,4 script Nine Tail#1 1180,1,1,{
mes "[Nine Tail]";
mes "Kee! KeeKee!";
mes "KeeKeeKee! KeeKee! KeeKee!";
@@ -2383,7 +2384,7 @@ pay_dun03,48,84,4 script Nine Tail#2 1180,{
}
}
//Orc Village /=Orc Hero Helm=/
-in_orcs01,31,93,1 script Orc Warrior#1 1023,2,2{
+in_orcs01,31,93,1 script Orc Warrior#1 1023,2,2,{
if (orcs_hero_hat == 1) {
if (countitem(909)>999) {
delitem 909,1000;
@@ -3247,7 +3248,7 @@ in_orcs01,31,93,1 script Orc Warrior#1 1023,2,2{
}
}
}
-in_orcs01,162,33,1 script Hero of Orc#1 1087,2,2{
+in_orcs01,162,33,1 script Hero of Orc#1 1087,2,2,{
if (orcs_hero_hat < 16) {
mes "[Orc Hero]";
mes ".....Go away, don't interrupt me!";
diff --git a/npc/quests/quests_ein.txt b/npc/quests/quests_ein.txt
index f8e4ecf82..3b35d4c01 100644
--- a/npc/quests/quests_ein.txt
+++ b/npc/quests/quests_ein.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= Evera and The eAthena Dev Team
//===== Current Version: =====================================
-//= 1.9
+//= 2.0
//===== Compatible With: =====================================
//= eAthena 7.15 +
//===== Description: =========================================
@@ -26,6 +26,7 @@
//= from being stuck in the quest. [SinSloth]
//= 1.8 Fixed experience gains to match upcoming rate adjustments. [SinSloth]
//= 1.9 Fixed a bug with Einbroch Pollution quest. [SinSloth]
+//= 2.0 Fixed bad NPC header data to comply with rev. 11603. [L0ne_W0lf]
//============================================================
@@ -557,7 +558,7 @@ ein_in01,32,133,6 script Maid 850,{
close;
}
-einbroch,51,52,1 script lab_warp 45,2,2{
+einbroch,51,52,1 script lab_warp 45,2,2,{
if(Shinokas_Quest != 7 && lhz_heart != 9 && lhz_heart != 10){
mes "^3131FFThe door is locked.";
mes "You cannot enter.";
diff --git a/npc/quests/quests_gonryun.txt b/npc/quests/quests_gonryun.txt
index 019ae72b0..c7ea2bc7e 100644
--- a/npc/quests/quests_gonryun.txt
+++ b/npc/quests/quests_gonryun.txt
@@ -3,13 +3,13 @@
//===== By: ==================================================
//= KarLaeda
//===== Current Version: =====================================
-//= 1.0
+//= 1.1
//===== Compatible With: =====================================
//= eAthena 1
//===== Description: =========================================
//= Gonryun Broken Sword Quest
//===== Additional Comments: =================================
-//=
+//= 1.1 Fixed bad NPC header data to comply with rev. 11603. [L0ne_W0lf]
//============================================================
@@ -3463,7 +3463,7 @@ yuno_in01,99,101,4 script Doctor#gnbs 744,{
close;
}
-yuno_in01,104,94,0 script go away#gnbs 139,2,1{
+yuno_in01,104,94,0 script go away#gnbs 139,2,1,{
if (b_sword < 22) {
mes "[??????]";
mes "^FF0000What are you doing here?";
diff --git a/npc/quests/quests_hugel.txt b/npc/quests/quests_hugel.txt
index cd7005810..a3e2782d0 100644
--- a/npc/quests/quests_hugel.txt
+++ b/npc/quests/quests_hugel.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= MasterOfMuppets & SinSloth
//===== Current Version: =====================================
-//= 1.5b
+//= 1.6
//===== Compatible With: =====================================
//= eAthena
//===== Description: =========================================
@@ -18,6 +18,7 @@
//= 1.4 Fixed experience gains to match upcoming rate adjustments. [SinSloth]
//= 1.5a Corrected NPC names to fall within proper restrictions. [L0ne_W0lf]
//= 1.5b Fixed a variable name. [SinSloth]
+//= 1.6 Fixed bad NPC header data to comply with rev. 11603. [L0ne_W0lf]
//============================================================
//-------------------------------------------------------------------------
@@ -4681,7 +4682,7 @@ hugel,198,169,0 script #HugelTree 139,2,2,{
}
-hugel,191,172,3 script Manainne 892,1{
+hugel,191,172,3 script Manainne 892,1,{
if(hg_memory == 1)
{
@@ -7262,7 +7263,7 @@ que_bingo,53,190,7 script Eukran 778,{
}
-odin_tem01,129,127,0 script HiddenActivator#Hugel 139,3,3{
+odin_tem01,129,127,0 script HiddenActivator#Hugel 139,3,3,{
OnTouch:
if(hg_ma1 == 8)
{
diff --git a/npc/quests/quests_louyang.txt b/npc/quests/quests_louyang.txt
index 0728b30b9..1d4e18727 100644
--- a/npc/quests/quests_louyang.txt
+++ b/npc/quests/quests_louyang.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= Evera and The eAthena Dev Team
//===== Current Version: =====================================
-//= 1.4
+//= 1.5
//===== Compatible With: =====================================
//= eAthena 1.0
//===== Description: =========================================
@@ -15,6 +15,7 @@
//= 1.2 Added Revolution Quest. [SinSloth]
//= 1.3 Fixed experience gains to match upcoming rate adjustments. [SinSloth]
//= 1.4 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf]
+//= 1.5 Fixed bad NPC header data to comply with rev. 11603. [L0ne_W0lf]
//============================================================
//============================================================
@@ -301,7 +302,7 @@ L_1STTIME:
close;
}
-lou_in02,61,175,2 script Employee#01 818,2,2{
+lou_in02,61,175,2 script Employee#01 818,2,2,{
mes "[Ya Hua]";
mes "^6A6A6A*Yawn...*";
close;
diff --git a/npc/quests/quests_morocc.txt b/npc/quests/quests_morocc.txt
index f362a8098..4b09325df 100644
--- a/npc/quests/quests_morocc.txt
+++ b/npc/quests/quests_morocc.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= kobra_k88
//===== Current Version: =====================================
-//= 1.9
+//= 2.0
//===== Compatible With: =====================================
//= eAthena 7.15 +
//===== Description: =========================================
@@ -20,6 +20,7 @@
//= 1.7 Fixed a bug with XP rewards. [SinSloth]
//= 1.8 Fixed a bug which prevented reset of events. [SinSloth]
//= 1.9 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf]
+//= 2.0 Fixed bad NPC header data to comply with rev. 11603. [L0ne_W0lf]
//============================================================
@@ -73,7 +74,7 @@ morocc_in,142,100,4 script Pierce 89,{
//==================================================================================//
// Binoculars Quest
//==================================================================================//
-morocc_in,76,163,4 script Marius#binos 64,5,5{
+morocc_in,76,163,4 script Marius#binos 64,5,5,{
mes "[Marius]";
mes "Ha! Ha! Ha! Another customer coming!";
mes "I know what you are gonna say.";
diff --git a/npc/quests/quests_niflheim.txt b/npc/quests/quests_niflheim.txt
index 5d4e3791e..147349421 100644
--- a/npc/quests/quests_niflheim.txt
+++ b/npc/quests/quests_niflheim.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= The eAthena Dev Team
//===== Current Version: =====================================
-//= 1.1
+//= 1.2
//===== Compatible With: =====================================
//= eAthena 7.15 +
//===== Description: =========================================
@@ -14,6 +14,7 @@
//= from npc/cities/niflheim.txt [Evera]
//= 1.1 Optimized Book of Devil quest. used bit-wise var,
//= Optimized Piano Quest - now uses 1 variable [Lupus]
+//= 1.2 Fixed bad NPC header data to comply with rev. 11603. [L0ne_W0lf]
//============================================================
//=============================================================
@@ -209,7 +210,7 @@ nif_in,31,20,3 script Kurtz 794,{
close;
}
-niflheim,169,71,5 script #1 111,2,2{
+niflheim,169,71,5 script #1 111,2,2,{
if(MISC_QUEST & 32 || nif_piano&8) end;
mes "- In the nearby tombs -";
@@ -226,7 +227,7 @@ L_end:
close;
}
-niflheim,208,103,5 script #2 111,2,2{
+niflheim,208,103,5 script #2 111,2,2,{
if(MISC_QUEST & 32 || nif_piano&32) end;
if(nif_piano&16){
mes "- In the hole you have dug -";
@@ -254,7 +255,7 @@ niflheim,208,103,5 script #2 111,2,2{
close;
}
-nif_in,115,181,5 script #4 111,3,3{
+nif_in,115,181,5 script #4 111,3,3,{
mes "- You see a huge old piano -";
if((MISC_QUEST & 32)==0) mes "- with a few keys missing -";
if(MISC_QUEST & 32) mes "- with one key missing -";
@@ -271,7 +272,7 @@ nif_in,115,181,5 script #4 111,3,3{
close;
}
-nif_in,118,151,5 script #5 111,3,3{
+nif_in,118,151,5 script #5 111,3,3,{
if((MISC_QUEST & 32)==0) end;
mes "- The very moment the long shadow -";
mes "- of your body falls on the piano -";
diff --git a/npc/quests/skills/rogue_skills.txt b/npc/quests/skills/rogue_skills.txt
index de3e9d1be..5466fd77e 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.4
+//= 1.5
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -11,6 +11,7 @@
//= Quests for skills: CLose Confine
//===== Additional Comments: =================================
//= 1.4 Rescripted to Aegis 10.3 stadards. [L0ne_W0lf]
+//= 1.5 Fixed bad NPC header data to comply with rev. 11603. [L0ne_W0lf]
//============================================================
in_rogue,359,177,0 script #killershow01 -1,{
@@ -1255,7 +1256,7 @@ OnTouch:
end;
}
-function script F_Kienna -1,{
+function script F_Kienna {
if (ROG_SK == 6) {
donpcevent "#1stmove::OnDisable";
mes "[Kienna]";