summaryrefslogtreecommitdiff
path: root/npc/026-1/_config.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/026-1/_config.txt')
-rw-r--r--npc/026-1/_config.txt59
1 files changed, 59 insertions, 0 deletions
diff --git a/npc/026-1/_config.txt b/npc/026-1/_config.txt
new file mode 100644
index 000000000..937f8ea49
--- /dev/null
+++ b/npc/026-1/_config.txt
@@ -0,0 +1,59 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 026-1: The Impregnable Fortress (B1F) conf
+
+026-1,58,76,0 script #026-1_58_76 NPC_HIDDEN,{
+ end;
+OnDisable:
+ delcells "026-1_58_76"; end;
+OnEnable:
+OnInit:
+ setcells "026-1", 58, 76, 62, 76, 1, "026-1_58_76";
+}
+
+026-1,25,32,0 script #026-1_25_32 NPC_HIDDEN,{
+ end;
+OnDisable:
+ delcells "026-1_25_32"; end;
+OnEnable:
+OnInit:
+ setcells "026-1", 25, 32, 25, 32, 1, "026-1_25_32";
+}
+
+026-1,30,32,0 script #026-1_30_32 NPC_HIDDEN,{
+ end;
+OnDisable:
+ delcells "026-1_30_32"; end;
+OnEnable:
+OnInit:
+ setcells "026-1", 30, 32, 30, 32, 1, "026-1_30_32";
+}
+
+026-1,24,28,0 script #026-1_24_28 NPC_SWITCH_ONLINE,{
+ if (getnpcclass() == NPC_SWITCH_OFFLINE)
+ end;
+ doevent "#026-1_30_32::OnDisable";
+ setnpcdisplay "#026-1_24_28", NPC_SWITCH_OFFLINE;
+ end;
+OnInit:
+ .distance=2;
+}
+
+026-1,30,28,0 script #026-1_30_28 NPC_SWITCH_ONLINE,{
+ if (getnpcclass() == NPC_SWITCH_OFFLINE)
+ end;
+ doevent "#026-1_25_32::OnDisable";
+ setnpcdisplay "#026-1_30_28", NPC_SWITCH_OFFLINE;
+ end;
+OnInit:
+ .distance=2;
+}
+
+026-1,62,28,0 script #026-1_62_28 NPC_SWITCH_ONLINE,{
+ if (getnpcclass() == NPC_SWITCH_OFFLINE)
+ end;
+ doevent "#026-1_58_76::OnDisable";
+ setnpcdisplay "#026-1_62_28", NPC_SWITCH_OFFLINE;
+ end;
+OnInit:
+ .distance=2;
+}