diff options
55 files changed, 201 insertions, 0 deletions
diff --git a/world/map/data/001-2.wlk b/world/map/data/001-2.wlk Binary files differindex 1db402b4..23af0d76 100644 --- a/world/map/data/001-2.wlk +++ b/world/map/data/001-2.wlk diff --git a/world/map/data/080-1.wlk b/world/map/data/080-1.wlk Binary files differnew file mode 100644 index 00000000..3a1f02c9 --- /dev/null +++ b/world/map/data/080-1.wlk diff --git a/world/map/data/080-3.wlk b/world/map/data/080-3.wlk Binary files differnew file mode 100644 index 00000000..102bdbee --- /dev/null +++ b/world/map/data/080-3.wlk diff --git a/world/map/data/081-1.wlk b/world/map/data/081-1.wlk Binary files differnew file mode 100644 index 00000000..774f115d --- /dev/null +++ b/world/map/data/081-1.wlk diff --git a/world/map/data/081-2.wlk b/world/map/data/081-2.wlk Binary files differnew file mode 100644 index 00000000..c5d6b7ee --- /dev/null +++ b/world/map/data/081-2.wlk diff --git a/world/map/data/081-3.wlk b/world/map/data/081-3.wlk Binary files differnew file mode 100644 index 00000000..44510db5 --- /dev/null +++ b/world/map/data/081-3.wlk diff --git a/world/map/data/082-2.wlk b/world/map/data/082-2.wlk Binary files differnew file mode 100644 index 00000000..f8a1c319 --- /dev/null +++ b/world/map/data/082-2.wlk diff --git a/world/map/data/082-3.wlk b/world/map/data/082-3.wlk Binary files differnew file mode 100644 index 00000000..3726f7ef --- /dev/null +++ b/world/map/data/082-3.wlk diff --git a/world/map/data/fermi.wlk b/world/map/data/fermi.wlk Binary files differnew file mode 100644 index 00000000..5e55dabd --- /dev/null +++ b/world/map/data/fermi.wlk diff --git a/world/map/data/guild.wlk b/world/map/data/guild.wlk Binary files differnew file mode 100644 index 00000000..bd11ef86 --- /dev/null +++ b/world/map/data/guild.wlk diff --git a/world/map/data/prison.wlk b/world/map/data/prison.wlk Binary files differnew file mode 100644 index 00000000..249adb7e --- /dev/null +++ b/world/map/data/prison.wlk diff --git a/world/map/data/resnametable.txt b/world/map/data/resnametable.txt index cfebd318..39e74814 100644 --- a/world/map/data/resnametable.txt +++ b/world/map/data/resnametable.txt @@ -120,6 +120,13 @@ 069-2#069-2.wlk# 070-1#070-1.wlk# 070-3#070-3.wlk# +080-1#080-1.wlk# +080-3#080-3.wlk# +081-1#081-1.wlk# +081-2#081-2.wlk# +081-3#081-3.wlk# +082-2#082-2.wlk# +082-3#082-3.wlk# 099-1#099-1.wlk# 099-2#099-2.wlk# 099-3#099-3.wlk# @@ -129,3 +136,6 @@ 099-7#099-7.wlk# 099-8#099-8.wlk# botcheck#botcheck.wlk# +fermi#fermi.wlk# +guild#guild.wlk# +prison#prison.wlk# diff --git a/world/map/npc/001-1/_warps.txt b/world/map/npc/001-1/_warps.txt index 2b3f2dfd..8c648d70 100644 --- a/world/map/npc/001-1/_warps.txt +++ b/world/map/npc/001-1/_warps.txt @@ -7,6 +7,7 @@ 001-1,52,71|warp|-1,-1,001-2,28,27 001-1,49,71|warp|-1,-1,001-2,25,27 001-1,114,99|warp|-1,-1,001-2,25,64 +001-1,114,82|warp|-1,-1,001-2,57,52 001-1,27,32|warp|-1,-1,001-2,28,101 001-1,37,32|warp|-1,-1,001-2,71,101 001-1,55,34|warp|0,-1,001-2,104,101 diff --git a/world/map/npc/001-2/_warps.txt b/world/map/npc/001-2/_warps.txt index 07ebce6d..9eef0564 100644 --- a/world/map/npc/001-2/_warps.txt +++ b/world/map/npc/001-2/_warps.txt @@ -16,3 +16,5 @@ 001-2,57,90|warp|-1,-1,001-2,35,94 001-2,36,95|warp|-1,0,001-2,58,90 001-2,65,26|warp|-1,-1,001-1,59,99 +001-2,60,50|warp|-1,-1,prison,46,23 +001-2,57,53|warp|-1,-1,001-1,114,83 diff --git a/world/map/npc/080-1/_import.txt b/world/map/npc/080-1/_import.txt new file mode 100644 index 00000000..cafaba0c --- /dev/null +++ b/world/map/npc/080-1/_import.txt @@ -0,0 +1,6 @@ +// Map 080-1: Mysterious Glade +// This file is generated automatically. All manually added changes will be removed when running the Converter. +map: 080-1 +npc: npc/080-1/_mobs.txt +npc: npc/080-1/_nodes.txt +npc: npc/080-1/_warps.txt diff --git a/world/map/npc/080-1/_mobs.txt b/world/map/npc/080-1/_mobs.txt new file mode 100644 index 00000000..6fc52fa7 --- /dev/null +++ b/world/map/npc/080-1/_mobs.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Mysterious Glade mobs + diff --git a/world/map/npc/080-1/_nodes.txt b/world/map/npc/080-1/_nodes.txt new file mode 100644 index 00000000..449b6975 --- /dev/null +++ b/world/map/npc/080-1/_nodes.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Mysterious Glade nodes + +// (no nodes) diff --git a/world/map/npc/080-1/_warps.txt b/world/map/npc/080-1/_warps.txt new file mode 100644 index 00000000..97de0f6f --- /dev/null +++ b/world/map/npc/080-1/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Mysterious Glade warps + diff --git a/world/map/npc/080-3/_import.txt b/world/map/npc/080-3/_import.txt new file mode 100644 index 00000000..593a5e46 --- /dev/null +++ b/world/map/npc/080-3/_import.txt @@ -0,0 +1,6 @@ +// Map 080-3: Forgotten Glade +// This file is generated automatically. All manually added changes will be removed when running the Converter. +map: 080-3 +npc: npc/080-3/_mobs.txt +npc: npc/080-3/_nodes.txt +npc: npc/080-3/_warps.txt diff --git a/world/map/npc/080-3/_mobs.txt b/world/map/npc/080-3/_mobs.txt new file mode 100644 index 00000000..5fce2024 --- /dev/null +++ b/world/map/npc/080-3/_mobs.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Forgotten Glade mobs + diff --git a/world/map/npc/080-3/_nodes.txt b/world/map/npc/080-3/_nodes.txt new file mode 100644 index 00000000..c809d136 --- /dev/null +++ b/world/map/npc/080-3/_nodes.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Forgotten Glade nodes + +// (no nodes) diff --git a/world/map/npc/080-3/_warps.txt b/world/map/npc/080-3/_warps.txt new file mode 100644 index 00000000..e6ecce07 --- /dev/null +++ b/world/map/npc/080-3/_warps.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Forgotten Glade warps + +080-3,84,155|warp|0,-1,081-3,44,23 diff --git a/world/map/npc/081-1/_import.txt b/world/map/npc/081-1/_import.txt new file mode 100644 index 00000000..f35b3648 --- /dev/null +++ b/world/map/npc/081-1/_import.txt @@ -0,0 +1,6 @@ +// Map 081-1: Aethyr +// This file is generated automatically. All manually added changes will be removed when running the Converter. +map: 081-1 +npc: npc/081-1/_mobs.txt +npc: npc/081-1/_nodes.txt +npc: npc/081-1/_warps.txt diff --git a/world/map/npc/081-1/_mobs.txt b/world/map/npc/081-1/_mobs.txt new file mode 100644 index 00000000..27f6cc97 --- /dev/null +++ b/world/map/npc/081-1/_mobs.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Aethyr mobs + diff --git a/world/map/npc/081-1/_nodes.txt b/world/map/npc/081-1/_nodes.txt new file mode 100644 index 00000000..4eb18abe --- /dev/null +++ b/world/map/npc/081-1/_nodes.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Aethyr nodes + +// (no nodes) diff --git a/world/map/npc/081-1/_warps.txt b/world/map/npc/081-1/_warps.txt new file mode 100644 index 00000000..e56660cc --- /dev/null +++ b/world/map/npc/081-1/_warps.txt @@ -0,0 +1,6 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Aethyr warps + +081-1,68,30|warp|-1,-1,081-2,90,298 +081-1,58,104|warp|-1,-1,020-1,84,75 +081-1,44,89|warp|-1,-1,082-2,88,25 diff --git a/world/map/npc/081-2/_import.txt b/world/map/npc/081-2/_import.txt new file mode 100644 index 00000000..60017ade --- /dev/null +++ b/world/map/npc/081-2/_import.txt @@ -0,0 +1,6 @@ +// Map 081-2: Northern Lights +// This file is generated automatically. All manually added changes will be removed when running the Converter. +map: 081-2 +npc: npc/081-2/_mobs.txt +npc: npc/081-2/_nodes.txt +npc: npc/081-2/_warps.txt diff --git a/world/map/npc/081-2/_mobs.txt b/world/map/npc/081-2/_mobs.txt new file mode 100644 index 00000000..fa19192a --- /dev/null +++ b/world/map/npc/081-2/_mobs.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Northern Lights mobs + diff --git a/world/map/npc/081-2/_nodes.txt b/world/map/npc/081-2/_nodes.txt new file mode 100644 index 00000000..b4162204 --- /dev/null +++ b/world/map/npc/081-2/_nodes.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Northern Lights nodes + +// (no nodes) diff --git a/world/map/npc/081-2/_warps.txt b/world/map/npc/081-2/_warps.txt new file mode 100644 index 00000000..0f47357f --- /dev/null +++ b/world/map/npc/081-2/_warps.txt @@ -0,0 +1,5 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Northern Lights warps + +081-2,90,20|warp|-1,-1,081-3,44,50 +081-2,90,299|warp|-1,-1,081-1,68,31 diff --git a/world/map/npc/081-3/_import.txt b/world/map/npc/081-3/_import.txt new file mode 100644 index 00000000..237a93c5 --- /dev/null +++ b/world/map/npc/081-3/_import.txt @@ -0,0 +1,6 @@ +// Map 081-3: Existential Frontier +// This file is generated automatically. All manually added changes will be removed when running the Converter. +map: 081-3 +npc: npc/081-3/_mobs.txt +npc: npc/081-3/_nodes.txt +npc: npc/081-3/_warps.txt diff --git a/world/map/npc/081-3/_mobs.txt b/world/map/npc/081-3/_mobs.txt new file mode 100644 index 00000000..6493e765 --- /dev/null +++ b/world/map/npc/081-3/_mobs.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Existential Frontier mobs + diff --git a/world/map/npc/081-3/_nodes.txt b/world/map/npc/081-3/_nodes.txt new file mode 100644 index 00000000..5ca051db --- /dev/null +++ b/world/map/npc/081-3/_nodes.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Existential Frontier nodes + +// (no nodes) diff --git a/world/map/npc/081-3/_warps.txt b/world/map/npc/081-3/_warps.txt new file mode 100644 index 00000000..fcca59a7 --- /dev/null +++ b/world/map/npc/081-3/_warps.txt @@ -0,0 +1,5 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Existential Frontier warps + +081-3,44,22|warp|-1,-1,080-3,84,154 +081-3,44,51|warp|-1,-1,081-2,90,21 diff --git a/world/map/npc/082-2/_import.txt b/world/map/npc/082-2/_import.txt new file mode 100644 index 00000000..5d5646d1 --- /dev/null +++ b/world/map/npc/082-2/_import.txt @@ -0,0 +1,6 @@ +// Map 082-2: Porthos - Frontier +// This file is generated automatically. All manually added changes will be removed when running the Converter. +map: 082-2 +npc: npc/082-2/_mobs.txt +npc: npc/082-2/_nodes.txt +npc: npc/082-2/_warps.txt diff --git a/world/map/npc/082-2/_mobs.txt b/world/map/npc/082-2/_mobs.txt new file mode 100644 index 00000000..689ad2b7 --- /dev/null +++ b/world/map/npc/082-2/_mobs.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Porthos - Frontier mobs + diff --git a/world/map/npc/082-2/_nodes.txt b/world/map/npc/082-2/_nodes.txt new file mode 100644 index 00000000..9b2e0796 --- /dev/null +++ b/world/map/npc/082-2/_nodes.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Porthos - Frontier nodes + +// (no nodes) diff --git a/world/map/npc/082-2/_warps.txt b/world/map/npc/082-2/_warps.txt new file mode 100644 index 00000000..249afc27 --- /dev/null +++ b/world/map/npc/082-2/_warps.txt @@ -0,0 +1,9 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Porthos - Frontier warps + +082-2,81,13|warp|-1,-1,000-1,22,22 +082-2,44,13|warp|-1,-1,000-1,22,22 +082-2,55,33|warp|-1,-1,000-1,22,22 +082-2,57,12|warp|-1,-1,000-1,22,22 +082-2,28,16|warp|-1,-1,082-3,111,35 +082-2,88,26|warp|-1,-1,081-1,44,90 diff --git a/world/map/npc/082-3/_import.txt b/world/map/npc/082-3/_import.txt new file mode 100644 index 00000000..6f883e7e --- /dev/null +++ b/world/map/npc/082-3/_import.txt @@ -0,0 +1,6 @@ +// Map 082-3: Aether Caves +// This file is generated automatically. All manually added changes will be removed when running the Converter. +map: 082-3 +npc: npc/082-3/_mobs.txt +npc: npc/082-3/_nodes.txt +npc: npc/082-3/_warps.txt diff --git a/world/map/npc/082-3/_mobs.txt b/world/map/npc/082-3/_mobs.txt new file mode 100644 index 00000000..9d8f3638 --- /dev/null +++ b/world/map/npc/082-3/_mobs.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Aether Caves mobs + diff --git a/world/map/npc/082-3/_nodes.txt b/world/map/npc/082-3/_nodes.txt new file mode 100644 index 00000000..1de2e9c5 --- /dev/null +++ b/world/map/npc/082-3/_nodes.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Aether Caves nodes + +// (no nodes) diff --git a/world/map/npc/082-3/_warps.txt b/world/map/npc/082-3/_warps.txt new file mode 100644 index 00000000..8bfc67ad --- /dev/null +++ b/world/map/npc/082-3/_warps.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Aether Caves warps + +082-3,111,34|warp|-1,-1,082-2,28,17 diff --git a/world/map/npc/_import.txt b/world/map/npc/_import.txt index 2e832cdb..835d6613 100644 --- a/world/map/npc/_import.txt +++ b/world/map/npc/_import.txt @@ -122,6 +122,13 @@ import: npc/058-2/_import.txt import: npc/069-2/_import.txt import: npc/070-1/_import.txt import: npc/070-3/_import.txt +import: npc/080-1/_import.txt +import: npc/080-3/_import.txt +import: npc/081-1/_import.txt +import: npc/081-2/_import.txt +import: npc/081-3/_import.txt +import: npc/082-2/_import.txt +import: npc/082-3/_import.txt import: npc/099-1/_import.txt import: npc/099-2/_import.txt import: npc/099-3/_import.txt @@ -131,3 +138,6 @@ import: npc/099-6/_import.txt import: npc/099-7/_import.txt import: npc/099-8/_import.txt import: npc/botcheck/_import.txt +import: npc/fermi/_import.txt +import: npc/guild/_import.txt +import: npc/prison/_import.txt diff --git a/world/map/npc/fermi/_import.txt b/world/map/npc/fermi/_import.txt new file mode 100644 index 00000000..3860cda1 --- /dev/null +++ b/world/map/npc/fermi/_import.txt @@ -0,0 +1,6 @@ +// Map fermi: Three Fermi Land +// This file is generated automatically. All manually added changes will be removed when running the Converter. +map: fermi +npc: npc/fermi/_mobs.txt +npc: npc/fermi/_nodes.txt +npc: npc/fermi/_warps.txt diff --git a/world/map/npc/fermi/_mobs.txt b/world/map/npc/fermi/_mobs.txt new file mode 100644 index 00000000..d49b9534 --- /dev/null +++ b/world/map/npc/fermi/_mobs.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Three Fermi Land mobs + diff --git a/world/map/npc/fermi/_nodes.txt b/world/map/npc/fermi/_nodes.txt new file mode 100644 index 00000000..2f3e21fc --- /dev/null +++ b/world/map/npc/fermi/_nodes.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Three Fermi Land nodes + +// (no nodes) diff --git a/world/map/npc/fermi/_warps.txt b/world/map/npc/fermi/_warps.txt new file mode 100644 index 00000000..a8a14cb8 --- /dev/null +++ b/world/map/npc/fermi/_warps.txt @@ -0,0 +1,5 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Three Fermi Land warps + +fermi,29,19|warp|-1,-1,017-9,32,31 +fermi,21,19|warp|-1,-1,009-1,42,44 diff --git a/world/map/npc/guild/_import.txt b/world/map/npc/guild/_import.txt new file mode 100644 index 00000000..80ea053b --- /dev/null +++ b/world/map/npc/guild/_import.txt @@ -0,0 +1,6 @@ +// Map guild: Guild Bot Area +// This file is generated automatically. All manually added changes will be removed when running the Converter. +map: guild +npc: npc/guild/_mobs.txt +npc: npc/guild/_nodes.txt +npc: npc/guild/_warps.txt diff --git a/world/map/npc/guild/_mobs.txt b/world/map/npc/guild/_mobs.txt new file mode 100644 index 00000000..5faafe87 --- /dev/null +++ b/world/map/npc/guild/_mobs.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Guild Bot Area mobs + diff --git a/world/map/npc/guild/_nodes.txt b/world/map/npc/guild/_nodes.txt new file mode 100644 index 00000000..629ccce8 --- /dev/null +++ b/world/map/npc/guild/_nodes.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Guild Bot Area nodes + +// (no nodes) diff --git a/world/map/npc/guild/_warps.txt b/world/map/npc/guild/_warps.txt new file mode 100644 index 00000000..748604a3 --- /dev/null +++ b/world/map/npc/guild/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Guild Bot Area warps + diff --git a/world/map/npc/prison/_import.txt b/world/map/npc/prison/_import.txt new file mode 100644 index 00000000..ba495023 --- /dev/null +++ b/world/map/npc/prison/_import.txt @@ -0,0 +1,6 @@ +// Map prison: Prison +// This file is generated automatically. All manually added changes will be removed when running the Converter. +map: prison +npc: npc/prison/_mobs.txt +npc: npc/prison/_nodes.txt +npc: npc/prison/_warps.txt diff --git a/world/map/npc/prison/_mobs.txt b/world/map/npc/prison/_mobs.txt new file mode 100644 index 00000000..5f4bbb79 --- /dev/null +++ b/world/map/npc/prison/_mobs.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Prison mobs + diff --git a/world/map/npc/prison/_nodes.txt b/world/map/npc/prison/_nodes.txt new file mode 100644 index 00000000..fcfcd7e3 --- /dev/null +++ b/world/map/npc/prison/_nodes.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Prison nodes + +// (no nodes) diff --git a/world/map/npc/prison/_warps.txt b/world/map/npc/prison/_warps.txt new file mode 100644 index 00000000..26f3dd9d --- /dev/null +++ b/world/map/npc/prison/_warps.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Prison warps + +prison,46,22|warp|-1,-1,001-2,60,49 |