diff options
author | aj k <aj@keresztes.us> | 2025-02-15 22:25:15 -0500 |
---|---|---|
committer | aj k <aj@keresztes.us> | 2025-02-15 22:25:15 -0500 |
commit | f4a34ba4b50c2a1b35ed38c53c399579f6b87b3c (patch) | |
tree | 32e4331f38db8adb272e50e6a5ba13fb3decd692 | |
parent | bed5334f31f2fa7b422f00e2ee258bdfc975f205 (diff) | |
download | serverdata-lower_terranite.tar.gz serverdata-lower_terranite.tar.bz2 serverdata-lower_terranite.tar.xz serverdata-lower_terranite.zip |
added new map and modded 012-4lower_terranite
-rw-r--r-- | world/map/data/012-4.wlk | bin | 109204 -> 109204 bytes | |||
-rw-r--r-- | world/map/data/012-5.wlk | bin | 0 -> 55004 bytes | |||
-rw-r--r-- | world/map/data/resnametable.txt | 1 | ||||
-rw-r--r-- | world/map/npc/012-4/_warps.txt | 1 | ||||
-rw-r--r-- | world/map/npc/012-5/_import.txt | 6 | ||||
-rw-r--r-- | world/map/npc/012-5/_mobs.txt | 3 | ||||
-rw-r--r-- | world/map/npc/012-5/_nodes.txt | 4 | ||||
-rw-r--r-- | world/map/npc/012-5/_warps.txt | 4 | ||||
-rw-r--r-- | world/map/npc/_import.txt | 1 |
9 files changed, 20 insertions, 0 deletions
diff --git a/world/map/data/012-4.wlk b/world/map/data/012-4.wlk Binary files differindex 4784cc41..86318714 100644 --- a/world/map/data/012-4.wlk +++ b/world/map/data/012-4.wlk diff --git a/world/map/data/012-5.wlk b/world/map/data/012-5.wlk Binary files differnew file mode 100644 index 00000000..386ebe85 --- /dev/null +++ b/world/map/data/012-5.wlk 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 |