From f4a34ba4b50c2a1b35ed38c53c399579f6b87b3c Mon Sep 17 00:00:00 2001 From: aj k Date: Sat, 15 Feb 2025 22:25:15 -0500 Subject: added new map and modded 012-4 --- world/map/data/012-4.wlk | Bin 109204 -> 109204 bytes world/map/data/012-5.wlk | Bin 0 -> 55004 bytes world/map/data/resnametable.txt | 1 + world/map/npc/012-4/_warps.txt | 1 + world/map/npc/012-5/_import.txt | 6 ++++++ world/map/npc/012-5/_mobs.txt | 3 +++ world/map/npc/012-5/_nodes.txt | 4 ++++ world/map/npc/012-5/_warps.txt | 4 ++++ world/map/npc/_import.txt | 1 + 9 files changed, 20 insertions(+) create mode 100644 world/map/data/012-5.wlk create mode 100644 world/map/npc/012-5/_import.txt create mode 100644 world/map/npc/012-5/_mobs.txt create mode 100644 world/map/npc/012-5/_nodes.txt create mode 100644 world/map/npc/012-5/_warps.txt diff --git a/world/map/data/012-4.wlk b/world/map/data/012-4.wlk index 4784cc41..86318714 100644 Binary files a/world/map/data/012-4.wlk and b/world/map/data/012-4.wlk differ diff --git a/world/map/data/012-5.wlk b/world/map/data/012-5.wlk new file mode 100644 index 00000000..386ebe85 Binary files /dev/null and b/world/map/data/012-5.wlk differ diff --git a/world/map/data/resnametable.txt b/world/map/data/resnametable.txt index cfebd318..9d51981a 100644 --- a/world/map/data/resnametable.txt +++ b/world/map/data/resnametable.txt @@ -36,6 +36,7 @@ 012-1#012-1.wlk# 012-3#012-3.wlk# 012-4#012-4.wlk# +012-5#012-5.wlk# 013-1#013-1.wlk# 013-2#013-2.wlk# 013-3#013-3.wlk# diff --git a/world/map/npc/012-4/_warps.txt b/world/map/npc/012-4/_warps.txt index eaff1897..354ffbc9 100644 --- a/world/map/npc/012-4/_warps.txt +++ b/world/map/npc/012-4/_warps.txt @@ -4,3 +4,4 @@ 012-4,193,58|warp|-1,-1,012-3,448,62 012-4,363,26|warp|-1,-1,012-4,474,187 012-4,474,188|warp|-1,-1,012-4,363,27 +012-4,278,73|warp|-1,-1,012-5,217,198 diff --git a/world/map/npc/012-5/_import.txt b/world/map/npc/012-5/_import.txt new file mode 100644 index 00000000..e7f2912d --- /dev/null +++ b/world/map/npc/012-5/_import.txt @@ -0,0 +1,6 @@ +// Map 012-5: Lower Terranite Cave +// This file is generated automatically. All manually added changes will be removed when running the Converter. +map: 012-5 +npc: npc/012-5/_mobs.txt +npc: npc/012-5/_nodes.txt +npc: npc/012-5/_warps.txt diff --git a/world/map/npc/012-5/_mobs.txt b/world/map/npc/012-5/_mobs.txt new file mode 100644 index 00000000..300c5c16 --- /dev/null +++ b/world/map/npc/012-5/_mobs.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Lower Terranite Cave mobs + diff --git a/world/map/npc/012-5/_nodes.txt b/world/map/npc/012-5/_nodes.txt new file mode 100644 index 00000000..52903884 --- /dev/null +++ b/world/map/npc/012-5/_nodes.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Lower Terranite Cave nodes + +// (no nodes) diff --git a/world/map/npc/012-5/_warps.txt b/world/map/npc/012-5/_warps.txt new file mode 100644 index 00000000..32cd2333 --- /dev/null +++ b/world/map/npc/012-5/_warps.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Lower Terranite Cave warps + +012-5,217,199|warp|-1,-1,012-4,278,74 diff --git a/world/map/npc/_import.txt b/world/map/npc/_import.txt index 2e832cdb..a44f7f89 100644 --- a/world/map/npc/_import.txt +++ b/world/map/npc/_import.txt @@ -38,6 +38,7 @@ import: npc/011-6/_import.txt import: npc/012-1/_import.txt import: npc/012-3/_import.txt import: npc/012-4/_import.txt +import: npc/012-5/_import.txt import: npc/013-1/_import.txt import: npc/013-2/_import.txt import: npc/013-3/_import.txt -- cgit v1.2.3-70-g09d2