From 7ec7411f6e631d69a3b2e1286d1e069138c3c860 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 28 Jul 2020 22:49:17 -0300 Subject: Heat waves and the Volcano B1F --- npc/007-2/_config.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 npc/007-2/_config.txt (limited to 'npc/007-2/_config.txt') diff --git a/npc/007-2/_config.txt b/npc/007-2/_config.txt new file mode 100644 index 000000000..66bb09a31 --- /dev/null +++ b/npc/007-2/_config.txt @@ -0,0 +1,18 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 007-2: Tulimshar Volcano Underground conf + +007-2,48,32,0 script #007-2_48_32 NPC_CHEST,{ + TreasureBox(); + specialeffect(.dir == 0 ? 24 : 25, AREA, getnpcid()); // closed ? opening : closing + close; +OnInit: + .distance=2; + end; +} + +007-2,65,66,0 script #007-2_65_66 NPC_HIDDEN,3,0,{ + end; +OnTouch: + doevent "#DungeonCore::OnHeat"; + end; +} -- cgit v1.2.3-70-g09d2