From 46242ebf98468f8afc9ca755f84c23328b7a7402 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Sun, 28 Oct 2007 23:36:53 +0000 Subject: * Updated NPC headers to fix errors caused by rev. 11603. - Note: non-standard loaded scripts need to be checked for errors/duplicates. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11605 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/quests_niflheim.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'npc/quests/quests_niflheim.txt') 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 -"; -- cgit v1.2.3-60-g2f50