From f6ed77a19651da5d25c26083af153200e5703bd5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 25 Dec 2021 20:38:50 -0300 Subject: I almost forgot the Treasure Chest's at the crypt >.> --- npc/006-10/_config.txt | 20 ++++++++++++++++++++ npc/006-10/_import.txt | 1 + 2 files changed, 21 insertions(+) create mode 100644 npc/006-10/_config.txt 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", -- cgit v1.2.3-60-g2f50