From 29bb178e6ac12d8edb32b89c336d46178421bd83 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Fri, 23 Jan 2009 11:26:10 +0000 Subject: Adjust purification potion to not work early --- npc/009-2_Hurnscald/wyara.txt | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'npc/009-2_Hurnscald/wyara.txt') diff --git a/npc/009-2_Hurnscald/wyara.txt b/npc/009-2_Hurnscald/wyara.txt index 2f1eb6b7..d6ff9165 100644 --- a/npc/009-2_Hurnscald/wyara.txt +++ b/npc/009-2_Hurnscald/wyara.txt @@ -1,32 +1,3 @@ -function script PurificationPotion { - set @STATUS_PURIFY_ONCE, 2; - set @STATUS_PURIFY_TWICE, 3; - - set @PURIFICATIONPOTION, 733; - - if (isat("011-1.gat", 88,67)) - goto L_correct; - message strcharinfo(0), "This doesn't seem to be the right place."; - getitem @PURIFICATIONPOTION, 1; - close; -L_correct: - set @Q_MASK, NIBBLE_2_MASK; - set @Q_SHIFT, NIBBLE_2_SHIFT; - set @Q_status, (QUEST_MAGIC2 & @Q_MASK) >> @Q_SHIFT; - - if (@Q_status == @STATUS_PURIFY_ONCE) - set @Q_status, @STATUS_PURIFY_TWICE; - if (@Q_status < @STATUS_PURIFY_ONCE) - set @Q_status, @STATUS_PURIFY_ONCE; - - message strcharinfo(0), "You pour the potion into the pond."; - - set QUEST_MAGIC2, - (QUEST_MAGIC2 & ~(@Q_MASK) - | (@Q_status << @Q_SHIFT)); - return; -} - // ---------------------------------------- // Wyara the Hurnscald witch // ---------------------------------------- -- cgit v1.2.3-60-g2f50