summaryrefslogtreecommitdiff
path: root/npc/007-2/_config.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-07-28 22:49:17 -0300
committerJesusaves <cpntb1@ymail.com>2020-07-28 22:49:17 -0300
commit7ec7411f6e631d69a3b2e1286d1e069138c3c860 (patch)
tree5c0a488ea51cf3540f9a18ab1cc75e7bfe4e4396 /npc/007-2/_config.txt
parent219becb7ba390f23c301b8f813f4f025ff83c307 (diff)
downloadserverdata-7ec7411f6e631d69a3b2e1286d1e069138c3c860.tar.gz
serverdata-7ec7411f6e631d69a3b2e1286d1e069138c3c860.tar.bz2
serverdata-7ec7411f6e631d69a3b2e1286d1e069138c3c860.tar.xz
serverdata-7ec7411f6e631d69a3b2e1286d1e069138c3c860.zip
Heat waves and the Volcano B1F
Diffstat (limited to 'npc/007-2/_config.txt')
-rw-r--r--npc/007-2/_config.txt18
1 files changed, 18 insertions, 0 deletions
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;
+}