diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-02 09:41:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-02 09:41:26 -0300 |
commit | 423c966a11c8f30df4f5d9335eb77d1ae71b9258 (patch) | |
tree | d6687b1bb43314d3470bb8335bdc3771cea29fbc | |
parent | d2638ee465bbcc53dd8b12653c0e55e4c440e564 (diff) | |
download | serverdata-423c966a11c8f30df4f5d9335eb77d1ae71b9258.tar.gz serverdata-423c966a11c8f30df4f5d9335eb77d1ae71b9258.tar.bz2 serverdata-423c966a11c8f30df4f5d9335eb77d1ae71b9258.tar.xz serverdata-423c966a11c8f30df4f5d9335eb77d1ae71b9258.zip |
006-9 is now a Bleeding map
-rw-r--r-- | npc/006-9/_config.txt | 9 | ||||
-rw-r--r-- | npc/006-9/_import.txt | 1 | ||||
-rw-r--r-- | npc/functions/dungeon.txt | 3 |
3 files changed, 12 insertions, 1 deletions
diff --git a/npc/006-9/_config.txt b/npc/006-9/_config.txt new file mode 100644 index 000000000..d24aa8b05 --- /dev/null +++ b/npc/006-9/_config.txt @@ -0,0 +1,9 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 006-9: The Abyss conf + +006-9,37,22,0 script #006-9_37_22 NPC_HIDDEN,0,0,{ + end; +OnTouch: + doevent "#DungeonCore::OnBleed"; + end; +} diff --git a/npc/006-9/_import.txt b/npc/006-9/_import.txt index d1042ca2a..a268948b2 100644 --- a/npc/006-9/_import.txt +++ b/npc/006-9/_import.txt @@ -1,3 +1,4 @@ // Map 006-9: The Abyss // This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/006-9/_config.txt", "npc/006-9/ctrl.txt", diff --git a/npc/functions/dungeon.txt b/npc/functions/dungeon.txt index 2ae34f912..40b8a8e2d 100644 --- a/npc/functions/dungeon.txt +++ b/npc/functions/dungeon.txt @@ -12,7 +12,7 @@ OnInit: setarray .heatmap$, "007-2"; setarray .cursemap$, "006-4", "006-4-1", "025-1"; setarray .sickmap$, "029-5"; - setarray .bleedmap$, "008-2"; // Placeholder + setarray .bleedmap$, "006-9"; end; ///////////////////////////////////////// @@ -154,6 +154,7 @@ OnBleed: 006-4 mapflag nosave 006-3,54,36 006-4-1 mapflag nosave 006-3,54,36 029-5 mapflag nosave 029-4,21,97 +006-9 mapflag nosave 006-6,46,27 |