diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-29 05:51:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-29 05:51:35 -0300 |
commit | d7fb0f06fa966d7070f2da300340ec9139ecbfc8 (patch) | |
tree | f914ec7eda2c6bdfc716a4e67f5a2f2d9194cbd4 /npc/026-1/_config.txt | |
parent | ef19e2c8f1f33a94f19f79922d2882efe92de6a6 (diff) | |
download | serverdata-d7fb0f06fa966d7070f2da300340ec9139ecbfc8.tar.gz serverdata-d7fb0f06fa966d7070f2da300340ec9139ecbfc8.tar.bz2 serverdata-d7fb0f06fa966d7070f2da300340ec9139ecbfc8.tar.xz serverdata-d7fb0f06fa966d7070f2da300340ec9139ecbfc8.zip |
Update 026-1 with some few nasty surprises... Okay, not really >.>
Diffstat (limited to 'npc/026-1/_config.txt')
-rw-r--r-- | npc/026-1/_config.txt | 59 |
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; +} |