summaryrefslogtreecommitdiff
path: root/npc/015-3/_config.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-30 18:31:06 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-30 18:31:06 -0300
commit36d03e27f61e96b5736e7e0b7ffa896631931080 (patch)
treecad32d142cc95b9e774644356e711232e7c91524 /npc/015-3/_config.txt
parenta636815010c2f28b229ae048db5de1fea1f49c65 (diff)
downloadserverdata-36d03e27f61e96b5736e7e0b7ffa896631931080.tar.gz
serverdata-36d03e27f61e96b5736e7e0b7ffa896631931080.tar.bz2
serverdata-36d03e27f61e96b5736e7e0b7ffa896631931080.tar.xz
serverdata-36d03e27f61e96b5736e7e0b7ffa896631931080.zip
Pirate Treasure Map - Part I
Diffstat (limited to 'npc/015-3/_config.txt')
-rw-r--r--npc/015-3/_config.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/015-3/_config.txt b/npc/015-3/_config.txt
new file mode 100644
index 000000000..19625ca23
--- /dev/null
+++ b/npc/015-3/_config.txt
@@ -0,0 +1,11 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 015-3: Butterfly Caves conf
+
+015-3,24,36,0 script #015-3_24_36 NPC_CHEST,{
+ TreasureBox();
+ specialeffect(.dir == 0 ? 24 : 25, AREA, getnpcid()); // closed ? opening : closing
+ close;
+OnInit:
+ .distance=2;
+ end;
+}