From cf18ce071c79ae37e14ea38943e0b1d88da70a7b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Apr 2021 13:33:57 -0300 Subject: Override --- npc/002-3/mining_camp_barrier.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 npc/002-3/mining_camp_barrier.txt (limited to 'npc/002-3/mining_camp_barrier.txt') diff --git a/npc/002-3/mining_camp_barrier.txt b/npc/002-3/mining_camp_barrier.txt new file mode 100755 index 00000000..7a6acb74 --- /dev/null +++ b/npc/002-3/mining_camp_barrier.txt @@ -0,0 +1,13 @@ +002-3,82,32,0 script #Sandstorm_Mine_Barrier NPC45,0,0,{ + if (QL_MINEALL >= 8) goto L_Barrier_Open; + + message strcharinfo(0), "Some force seems to block your entrance."; + goto L_End; + +L_Barrier_Open: + warp "002-4",37,31; + goto L_End; + +L_End: + end; +} -- cgit v1.2.3-60-g2f50