From 59d0f09cf49338f487b7360ae20589b3ffbe330a Mon Sep 17 00:00:00 2001 From: CandyCurt Date: Tue, 28 Oct 2014 17:56:48 -0400 Subject: Add Crastur to Bandit Caves and Script Crastur Silkpants Quest Part --- world/map/npc/011-6/barrier.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 world/map/npc/011-6/barrier.txt (limited to 'world/map/npc/011-6/barrier.txt') diff --git a/world/map/npc/011-6/barrier.txt b/world/map/npc/011-6/barrier.txt new file mode 100644 index 00000000..cf5908e4 --- /dev/null +++ b/world/map/npc/011-6/barrier.txt @@ -0,0 +1,16 @@ +011-6.gat,264,236,0|script|#BL_Barrier2|45,0,0, +{ + set @state, ((QUEST_Hurnscald & NIBBLE_0_MASK) >> NIBBLE_0_SHIFT); + + if (@state >= 6) goto L_Bandit_Lord_Hideout_Open; + message strcharinfo(0), "You have a feeling that you should not enter this place now."; + goto L_End; + +L_Bandit_Lord_Hideout_Open: + warp "011-6.gat",174,255; + goto L_End; + +L_End: + set @state, 0; + end; +} -- cgit v1.2.3-60-g2f50