From 2b35d738f42386e52fdddeb639180ab5db8f072f Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Sun, 23 Oct 2011 17:23:59 +0200 Subject: Changes in npc scripts on 031-x: - change zeny to Zeny and baselevel to BaseLevel - set temporary variables to zero at the end of script - some adaptions on timer handling on the yeti fight --- world/map/npc/031-1/house.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'world/map/npc/031-1/house.txt') diff --git a/world/map/npc/031-1/house.txt b/world/map/npc/031-1/house.txt index aa0d4067..f6e5c299 100644 --- a/world/map/npc/031-1/house.txt +++ b/world/map/npc/031-1/house.txt @@ -11,6 +11,10 @@ if (@rescue_Cindy > 2) goto L_Warp; message strcharinfo(0), "The door is locked."; + + set @Q_Nivalis_state_MASK, 0; + set @Q_Nivalis_state_SHIFT, 0; + set @rescue_Cindy, 0; close; L_Warp: -- cgit v1.2.3-60-g2f50