summaryrefslogtreecommitdiff
path: root/npc/cities/niflheim.txt
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-20 20:19:39 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-20 20:19:39 +0000
commitf34ea924f8f01e6d388cdff17e1ca9543ce79131 (patch)
tree38c72efbfaf7baefd6c548020e385b8247baf82c /npc/cities/niflheim.txt
parentc059e1e5907c8b0696070271401a85c55f4e6f50 (diff)
downloadhercules-f34ea924f8f01e6d388cdff17e1ca9543ce79131.tar.gz
hercules-f34ea924f8f01e6d388cdff17e1ca9543ce79131.tar.bz2
hercules-f34ea924f8f01e6d388cdff17e1ca9543ce79131.tar.xz
hercules-f34ea924f8f01e6d388cdff17e1ca9543ce79131.zip
fixed Niflheim quest (some wrong var names)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@277 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/niflheim.txt')
-rw-r--r--npc/cities/niflheim.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/npc/cities/niflheim.txt b/npc/cities/niflheim.txt
index 987fb4f8b..ffc2a6b3e 100644
--- a/npc/cities/niflheim.txt
+++ b/npc/cities/niflheim.txt
@@ -4,7 +4,7 @@
//= Fyrien, Dizzy, PKGINGO
//= Official NPCs translated and re-edited by Celest
//===== Current Version: =====================================
-//= 1.05
+//= 1.06
//===== Compatible With: =====================================
//= Any eAthena Version; Niflheim Required
//===== Description: =========================================
@@ -15,6 +15,7 @@
//= 1.04-1.05 fixed several bugs with missing CLOSE button, wrong var name
//= in Piano Keys quest
//= fixed zeny/item, exploit in Sairin, some optimizations [Lupus]
+//= 1.06 some typos in some variables fixed (thx 2 Dr.Evil) [Lupus]
//=
//= TODO: remove any save points from Niflheim (from Kafra)
//= remove or commetn Warpers (they make Niflheim Piano Quest meaningless)
@@ -504,21 +505,21 @@ L_end:
nif_in.gat,115,181,5 script #4 111,3,3{
mes "- You see a huge old piano -";
- if if (nif_q_done==0) mes "- with a few keys missing -";
- if if (nif_q_done==1) mes "- with one key missing -";
+ if (nif_q_done==0) mes "- with a few keys missing -";
+ if (nif_q_done==1) mes "- with one key missing -";
if (nif_q_done==0 && countitem(7184) > 5) goto L_event;//Items: Piano Key,
close;
L_event:
delitem 7184,6;//Items: Piano Key,
- set nif_quest_done, 1;
+ set nif_q_done, 1;
//clear auxiliary vars now
set nif_quest1, 0;
set nif_quest2, 0;
set nif_quest3, 0;
set nif_quest4, 0;
set nif_quest5, 0;
- set nif_random,0; //clear garbage
+ set nif_random,0; //clear garbage from the previous version of the script
set nif_random1,0; //clear garbage
mes "- You slide the 6 piano keys one -";
mes "- by one into the missing slots -";