diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-06 19:10:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-06 19:10:13 -0300 |
commit | 35e5bd497cf23b7cc35809bd4d3b734f549bc224 (patch) | |
tree | 7eb0316f7c347a687798ccd84de150d2b160d83d /npc | |
parent | 334bc819bd75a475cd669567cd92bb5fd0cfaa5b (diff) | |
download | serverdata-35e5bd497cf23b7cc35809bd4d3b734f549bc224.tar.gz serverdata-35e5bd497cf23b7cc35809bd4d3b734f549bc224.tar.bz2 serverdata-35e5bd497cf23b7cc35809bd4d3b734f549bc224.tar.xz serverdata-35e5bd497cf23b7cc35809bd4d3b734f549bc224.zip |
Indoors for some more Magic Academy Maps
Diffstat (limited to 'npc')
-rw-r--r-- | npc/027-1/_warps.txt | 3 | ||||
-rw-r--r-- | npc/027-3/_import.txt | 3 | ||||
-rw-r--r-- | npc/027-3/_warps.txt | 4 | ||||
-rw-r--r-- | npc/027-4/_import.txt | 3 | ||||
-rw-r--r-- | npc/027-4/_warps.txt | 3 | ||||
-rw-r--r-- | npc/_import.txt | 2 |
6 files changed, 18 insertions, 0 deletions
diff --git a/npc/027-1/_warps.txt b/npc/027-1/_warps.txt index 32a27e54d..52016a986 100644 --- a/npc/027-1/_warps.txt +++ b/npc/027-1/_warps.txt @@ -3,3 +3,6 @@ 027-1,90,156,0 warp #027-1_90_156 5,0,003-1,59,59 027-1,73,53,0 warp #027-1_73_53 0,0,027-2,28,28 027-1,77,65,0 warp #027-1_77_65 0,0,027-2,32,42 +027-1,107,59,0 warp #027-1_107_59 0,0,027-4,29,34 +027-1,46,100,0 warp #027-1_46_100 0,0,027-3,27,25 +027-1,40,115,0 warp #027-1_40_115 0,0,027-3,24,39 diff --git a/npc/027-3/_import.txt b/npc/027-3/_import.txt new file mode 100644 index 000000000..464a8b34f --- /dev/null +++ b/npc/027-3/_import.txt @@ -0,0 +1,3 @@ +// Map 027-3: Physical Sciences Classroom +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/027-3/_warps.txt", diff --git a/npc/027-3/_warps.txt b/npc/027-3/_warps.txt new file mode 100644 index 000000000..8f4f47420 --- /dev/null +++ b/npc/027-3/_warps.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 027-3: Physical Sciences Classroom warps +027-3,27,26,0 warp #027-3_27_26 0,0,027-1,46,101 +027-3,24,40,0 warp #027-3_24_40 0,0,027-1,40,116 diff --git a/npc/027-4/_import.txt b/npc/027-4/_import.txt new file mode 100644 index 000000000..7500b25ca --- /dev/null +++ b/npc/027-4/_import.txt @@ -0,0 +1,3 @@ +// Map 027-4: Scholarship Building +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/027-4/_warps.txt", diff --git a/npc/027-4/_warps.txt b/npc/027-4/_warps.txt new file mode 100644 index 000000000..856e5c53b --- /dev/null +++ b/npc/027-4/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 027-4: Scholarship Building warps +027-4,29,35,0 warp #027-4_29_35 1,0,027-1,107,60 diff --git a/npc/_import.txt b/npc/_import.txt index 17e35fbd9..2ed9bb173 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -190,6 +190,8 @@ @include "npc/025-2/_import.txt" @include "npc/027-1/_import.txt" @include "npc/027-2/_import.txt" +@include "npc/027-3/_import.txt" +@include "npc/027-4/_import.txt" @include "npc/042-0/_import.txt" @include "npc/042-1/_import.txt" @include "npc/042-10/_import.txt" |