summaryrefslogtreecommitdiff
path: root/npc/025-1/_config.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-07-31 22:53:04 -0300
committerJesusaves <cpntb1@ymail.com>2020-07-31 22:53:04 -0300
commitd6f960dbde9e6d6c5e0ff2f6e0783c1067c5b9a1 (patch)
treefeddeb66e50e766c51dc95a8efd27b451436745c /npc/025-1/_config.txt
parentd3648e1b1b87c0e130454b45c74c244bb21164ae (diff)
downloadserverdata-d6f960dbde9e6d6c5e0ff2f6e0783c1067c5b9a1.tar.gz
serverdata-d6f960dbde9e6d6c5e0ff2f6e0783c1067c5b9a1.tar.bz2
serverdata-d6f960dbde9e6d6c5e0ff2f6e0783c1067c5b9a1.tar.xz
serverdata-d6f960dbde9e6d6c5e0ff2f6e0783c1067c5b9a1.zip
Modify Fortress Town gate logic
Diffstat (limited to 'npc/025-1/_config.txt')
-rw-r--r--npc/025-1/_config.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/025-1/_config.txt b/npc/025-1/_config.txt
new file mode 100644
index 000000000..51d36e920
--- /dev/null
+++ b/npc/025-1/_config.txt
@@ -0,0 +1,11 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 025-1: Fortress Town - Holy Land conf
+
+025-1,99,112,0 script #025-1_99_112 NPC_HIDDEN,{
+ end;
+OnDisable:
+ delcells "025-1_99_112"; end;
+OnEnable:
+OnInit:
+ setcells "025-1", 99, 112, 100, 112, 1, "025-1_99_112";
+}