From cf18ce071c79ae37e14ea38943e0b1d88da70a7b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Apr 2021 13:33:57 -0300 Subject: Override --- npc/011-6/barrier.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 npc/011-6/barrier.txt (limited to 'npc/011-6/barrier.txt') diff --git a/npc/011-6/barrier.txt b/npc/011-6/barrier.txt new file mode 100755 index 00000000..8de20cc9 --- /dev/null +++ b/npc/011-6/barrier.txt @@ -0,0 +1,15 @@ +011-6,264,236,0 script #BL_Barrier2 NPC45,0,0,{ + @state = ((QUEST_Hurnscald & NIBBLE_0_MASK) >> NIBBLE_0_SHIFT); + + if (@state >= 6) goto L_Lord_Hideout_Open; + message strcharinfo(0), "You have a feeling that you should not enter this place now."; + goto L_End; + +L_Lord_Hideout_Open: + warp "011-6",174,255; + goto L_End; + +L_End: + @state = 0; + end; +} -- cgit v1.2.3-60-g2f50