From 076a4d2cc894c610eeaec58bdce485a5e9cc398c Mon Sep 17 00:00:00 2001 From: Stefan Dombrowski Date: Wed, 1 Feb 2012 13:12:50 +0100 Subject: Barbarians: Open the back door, if quest is not running --- world/map/npc/033-1/_import.txt | 1 + world/map/npc/033-1/backDoor.txt | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 world/map/npc/033-1/backDoor.txt (limited to 'world/map/npc/033-1') diff --git a/world/map/npc/033-1/_import.txt b/world/map/npc/033-1/_import.txt index cc338e24..f50ac18a 100644 --- a/world/map/npc/033-1/_import.txt +++ b/world/map/npc/033-1/_import.txt @@ -3,6 +3,7 @@ map: 033-1.gat npc: npc/033-1/_mobs.txt npc: npc/033-1/_warps.txt +npc: npc/033-1/backDoor.txt npc: npc/033-1/barbarianinit.txt npc: npc/033-1/birrod.txt npc: npc/033-1/kimarr.txt diff --git a/world/map/npc/033-1/backDoor.txt b/world/map/npc/033-1/backDoor.txt new file mode 100644 index 00000000..06f1d2ab --- /dev/null +++ b/world/map/npc/033-1/backDoor.txt @@ -0,0 +1,9 @@ +033-1.gat,86,28,0|script|#KimarrBackDoor|127,0,0,{ + if ($@Fluffy_Hunting == 0) + goto L_Warp; + end; + +L_Warp: + warp "033-1.gat", 77, 30; + end; +} -- cgit v1.2.3-60-g2f50