diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-26 02:05:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-26 02:05:40 -0300 |
commit | 8f950426126e7a0abbf4f64949c9ab3a0a8c0d0e (patch) | |
tree | dde4a342fc71d596fbb9ef988cc0258fcfd29a18 /npc/018-2-8 | |
parent | 8958b991269649fd91b089a0e1e6c190abccef7a (diff) | |
download | serverdata-8f950426126e7a0abbf4f64949c9ab3a0a8c0d0e.tar.gz serverdata-8f950426126e7a0abbf4f64949c9ab3a0a8c0d0e.tar.bz2 serverdata-8f950426126e7a0abbf4f64949c9ab3a0a8c0d0e.tar.xz serverdata-8f950426126e7a0abbf4f64949c9ab3a0a8c0d0e.zip |
"Regenerate maps for 018-2-6 and other HHSS...
You could even start in a big restricted chamber in the middle, go flipping switches, opening collisions, and slowly opening walk access over
the maze... But not right now. It is tiringsome and I'm lazy.
Any volunteers? >.<
Diffstat (limited to 'npc/018-2-8')
-rw-r--r-- | npc/018-2-8/_config.txt | 47 | ||||
-rw-r--r-- | npc/018-2-8/_import.txt | 1 |
2 files changed, 48 insertions, 0 deletions
diff --git a/npc/018-2-8/_config.txt b/npc/018-2-8/_config.txt new file mode 100644 index 000000000..da1889d8b --- /dev/null +++ b/npc/018-2-8/_config.txt @@ -0,0 +1,47 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 018-2-8: Heroes Hold SS - B3F conf + +018-2-8,108,60,0 script #018-2-8_108_60 NPC_CHEST,{ + TreasureBox(); + specialeffect(.dir == 0 ? 24 : 25, AREA, getnpcid()); // closed ? opening : closing + close; +OnInit: + .distance=3; + end; +} + +018-2-8,113,57,0 script #018-2-8_113_57 NPC_HIDDEN,{ + end; +OnDisable: + delcells "018-2-8_113_57"; end; +OnEnable: +OnInit: + setcells "018-2-8", 113, 57, 115, 57, 1, "018-2-8_113_57"; +} + +018-2-8,113,64,0 script #018-2-8_113_64 NPC_HIDDEN,{ + end; +OnDisable: + delcells "018-2-8_113_64"; end; +OnEnable: +OnInit: + setcells "018-2-8", 113, 64, 115, 64, 1, "018-2-8_113_64"; +} + +018-2-8,89,35,0 script #018-2-8_89_35 NPC_HIDDEN,{ + end; +OnDisable: + delcells "018-2-8_89_35"; end; +OnEnable: +OnInit: + setcells "018-2-8", 89, 35, 91, 35, 1, "018-2-8_89_35"; +} + +018-2-8,69,47,0 script #018-2-8_69_47 NPC_HIDDEN,{ + end; +OnDisable: + delcells "018-2-8_69_47"; end; +OnEnable: +OnInit: + setcells "018-2-8", 69, 47, 69, 49, 1, "018-2-8_69_47"; +} diff --git a/npc/018-2-8/_import.txt b/npc/018-2-8/_import.txt index efb1a0c77..be9b71bbf 100644 --- a/npc/018-2-8/_import.txt +++ b/npc/018-2-8/_import.txt @@ -1,2 +1,3 @@ // Map 018-2-8: Heroes Hold SS - B3F // This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/018-2-8/_config.txt", |