From d7fb0f06fa966d7070f2da300340ec9139ecbfc8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 29 Jan 2021 05:51:35 -0300 Subject: Update 026-1 with some few nasty surprises... Okay, not really >.> --- maps/re/026-1.mcache | Bin 343 -> 342 bytes npc/026-1/_config.txt | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++ npc/026-1/_import.txt | 1 + 3 files changed, 60 insertions(+) create mode 100644 npc/026-1/_config.txt diff --git a/maps/re/026-1.mcache b/maps/re/026-1.mcache index 70fbd6ee8..92db2fed2 100644 Binary files a/maps/re/026-1.mcache and b/maps/re/026-1.mcache differ 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; +} diff --git a/npc/026-1/_import.txt b/npc/026-1/_import.txt index 53506d860..c27654e25 100644 --- a/npc/026-1/_import.txt +++ b/npc/026-1/_import.txt @@ -1,3 +1,4 @@ // Map 026-1: The Impregnable Fortress (B1F) // This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/026-1/_config.txt", "npc/026-1/_warps.txt", -- cgit v1.2.3-60-g2f50