diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-28 23:36:53 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-28 23:36:53 +0000 |
commit | 46242ebf98468f8afc9ca755f84c23328b7a7402 (patch) | |
tree | 98ed3fbf6faae20768dc8279113c948268f17bb2 /npc/quests/quests_niflheim.txt | |
parent | 21ff74caa20e967ddcc95a67e8aacf4eea328c30 (diff) | |
download | hercules-46242ebf98468f8afc9ca755f84c23328b7a7402.tar.gz hercules-46242ebf98468f8afc9ca755f84c23328b7a7402.tar.bz2 hercules-46242ebf98468f8afc9ca755f84c23328b7a7402.tar.xz hercules-46242ebf98468f8afc9ca755f84c23328b7a7402.zip |
* 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
Diffstat (limited to 'npc/quests/quests_niflheim.txt')
-rw-r--r-- | npc/quests/quests_niflheim.txt | 11 |
1 files changed, 6 insertions, 5 deletions
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 -"; |