summaryrefslogtreecommitdiff
path: root/npc/013-2_Magic_house/notes.txt
diff options
context:
space:
mode:
authortoni <toni@toni-EP45-UD3L.(none)>2011-01-18 23:48:12 -0200
committertoni <toni@toni-EP45-UD3L.(none)>2011-01-18 23:48:12 -0200
commit4d25d8787690193036661cdb877c45241b4a9441 (patch)
treefed9e3ffa4eb5c5eba6992c242c0cd68bca77e1c /npc/013-2_Magic_house/notes.txt
parentfb430bbd33fedc55ab5a642a0efb8df164c4ac8a (diff)
downloadserverdata-4d25d8787690193036661cdb877c45241b4a9441.tar.gz
serverdata-4d25d8787690193036661cdb877c45241b4a9441.tar.bz2
serverdata-4d25d8787690193036661cdb877c45241b4a9441.tar.xz
serverdata-4d25d8787690193036661cdb877c45241b4a9441.zip
Add a Check to see if the player have used the magic house warp.
Correcting a critical bug. If the player fails in the run, he is presented with the initial menu again, since there is no conditional for QUEST_MIRIAM == 5.
Diffstat (limited to 'npc/013-2_Magic_house/notes.txt')
-rw-r--r--npc/013-2_Magic_house/notes.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/013-2_Magic_house/notes.txt b/npc/013-2_Magic_house/notes.txt
index 590407e6..7b65ce2d 100644
--- a/npc/013-2_Magic_house/notes.txt
+++ b/npc/013-2_Magic_house/notes.txt
@@ -49,6 +49,15 @@
mes "You feel the floor disappear below your feet...";
next;
warp "006-1.gat",33,93;
+ if (QUEST_MIRIAM_start != 0) goto L_cheat;
+
+// If you try to use the notes to warp to pachua the quest will fail.
+
+L_cheat:
+ set QUEST_MIRIAM_cheat, 1;
+ set QUEST_MIRIAM_run, gettimetick(1) - QUEST_MIRIAM_start;
+ set QUEST_MIRIAM_start, 0;
+ message strcharinfo(0), "You were supposed to actually run to this place. You are not sure if this is going to work for Miriam...";
close;
}