diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-07-07 23:01:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-07-07 23:01:49 -0300 |
commit | ae5816dc9e68c9ae0393bfec654ff11bacd3f1d8 (patch) | |
tree | 2a59bb63a98255557b4ced97424f7400b1cac8da /npc | |
parent | 567f2f7bfaa579ae63f40d466a1ab2dc7cb3f1eb (diff) | |
download | serverdata-ae5816dc9e68c9ae0393bfec654ff11bacd3f1d8.tar.gz serverdata-ae5816dc9e68c9ae0393bfec654ff11bacd3f1d8.tar.bz2 serverdata-ae5816dc9e68c9ae0393bfec654ff11bacd3f1d8.tar.xz serverdata-ae5816dc9e68c9ae0393bfec654ff11bacd3f1d8.zip |
Make maps
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-0-3/_import.txt | 3 | ||||
-rw-r--r-- | npc/003-0-3/_warps.txt | 4 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/npc/003-0-3/_import.txt b/npc/003-0-3/_import.txt new file mode 100644 index 000000000..535b0c1f6 --- /dev/null +++ b/npc/003-0-3/_import.txt @@ -0,0 +1,3 @@ +// Map 003-0-3: Superior Courtroom +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/003-0-3/_warps.txt", diff --git a/npc/003-0-3/_warps.txt b/npc/003-0-3/_warps.txt new file mode 100644 index 000000000..dce0d4fd8 --- /dev/null +++ b/npc/003-0-3/_warps.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 003-0-3: Superior Courtroom warps +003-0-3,25,52,0 warp #003-0-3_25_52 2,0,003-0-2,25,51 +003-0-3,44,52,0 warp #003-0-3_44_52 2,0,003-0-2,44,51 diff --git a/npc/_import.txt b/npc/_import.txt index 1d7d82c9f..99ba6d59e 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -30,6 +30,7 @@ @include "npc/002-5/_import.txt" @include "npc/003-0-1/_import.txt" @include "npc/003-0-2/_import.txt" +@include "npc/003-0-3/_import.txt" @include "npc/003-0/_import.txt" @include "npc/003-1-1/_import.txt" @include "npc/003-1-2/_import.txt" |