From 4d25d8787690193036661cdb877c45241b4a9441 Mon Sep 17 00:00:00 2001 From: toni Date: Tue, 18 Jan 2011 23:48:12 -0200 Subject: 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. --- npc/013-2_Magic_house/notes.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'npc/013-2_Magic_house') 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; } -- cgit v1.2.3-60-g2f50