summaryrefslogtreecommitdiff
path: root/npc/006-10
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-25 20:38:50 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-25 20:38:50 -0300
commitf6ed77a19651da5d25c26083af153200e5703bd5 (patch)
tree834647424c5a63a77e87a873438ea46bf0f3a269 /npc/006-10
parentb6bb7ed7f8693a3b8d3687a271802221ad7e1b28 (diff)
downloadserverdata-f6ed77a19651da5d25c26083af153200e5703bd5.tar.gz
serverdata-f6ed77a19651da5d25c26083af153200e5703bd5.tar.bz2
serverdata-f6ed77a19651da5d25c26083af153200e5703bd5.tar.xz
serverdata-f6ed77a19651da5d25c26083af153200e5703bd5.zip
I almost forgot the Treasure Chest's at the crypt >.>
Diffstat (limited to 'npc/006-10')
-rw-r--r--npc/006-10/_config.txt20
-rw-r--r--npc/006-10/_import.txt1
2 files changed, 21 insertions, 0 deletions
diff --git a/npc/006-10/_config.txt b/npc/006-10/_config.txt
new file mode 100644
index 000000000..bdc6b788a
--- /dev/null
+++ b/npc/006-10/_config.txt
@@ -0,0 +1,20 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 006-10: Fefe's Crypt conf
+
+006-10,42,29,0 script #006-10_42_29 NPC_CHEST,{
+ TreasureBox();
+ specialeffect(.dir == 0 ? 24 : 25, AREA, getnpcid()); // closed ? opening : closing
+ close;
+OnInit:
+ .distance=2;
+ end;
+}
+
+006-10,44,29,0 script #006-10_44_29 NPC_CHEST,{
+ TreasureBox();
+ specialeffect(.dir == 0 ? 24 : 25, AREA, getnpcid()); // closed ? opening : closing
+ close;
+OnInit:
+ .distance=2;
+ end;
+}
diff --git a/npc/006-10/_import.txt b/npc/006-10/_import.txt
index 94e3360e2..69724d9a3 100644
--- a/npc/006-10/_import.txt
+++ b/npc/006-10/_import.txt
@@ -1,6 +1,7 @@
// Map 006-10: Fefe's Crypt
// This file is generated automatically. All manually added changes will be removed when running the Converter.
"npc/006-10/006-10_blackbox.txt",
+"npc/006-10/_config.txt",
"npc/006-10/_mobs.txt",
"npc/006-10/_warps.txt",
"npc/006-10/logic.txt",