diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/_import.txt | 2 | ||||
-rw-r--r-- | npc/commands/warp.txt | 1 | ||||
-rw-r--r-- | npc/soren-2/_import.txt | 3 | ||||
-rw-r--r-- | npc/soren-2/_warps.txt | 3 | ||||
-rw-r--r-- | npc/soren/_import.txt | 3 | ||||
-rw-r--r-- | npc/soren/_warps.txt | 3 |
6 files changed, 15 insertions, 0 deletions
diff --git a/npc/_import.txt b/npc/_import.txt index 8becbf4a2..acff10ad0 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -55,5 +55,7 @@ @include "npc/boss/_import.txt" @include "npc/botcheck/_import.txt" @include "npc/sec_pri/_import.txt" +@include "npc/soren-2/_import.txt" +@include "npc/soren/_import.txt" @include "npc/test/_import.txt" @include "npc/testbg/_import.txt" diff --git a/npc/commands/warp.txt b/npc/commands/warp.txt index 7e04970aa..0fca933ce 100644 --- a/npc/commands/warp.txt +++ b/npc/commands/warp.txt @@ -75,6 +75,7 @@ OnInit: // GM Stuff "^AEROS|^GM", "001-1 235 26", // Floating Island of Aeros (GM Events) "^EASTER", "001-4 151 157", // Easter Event Map + "^SOREN", "soren 179 56", // Unimplemented map "^JAIL|^PRISON", "sec_pri 28 25"; // Jesusalva's Prison (and last line) diff --git a/npc/soren-2/_import.txt b/npc/soren-2/_import.txt new file mode 100644 index 000000000..6c0936688 --- /dev/null +++ b/npc/soren-2/_import.txt @@ -0,0 +1,3 @@ +// Map soren-2: Soren House +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/soren-2/_warps.txt", diff --git a/npc/soren-2/_warps.txt b/npc/soren-2/_warps.txt new file mode 100644 index 000000000..a89e74edd --- /dev/null +++ b/npc/soren-2/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map soren-2: Soren House warps +soren-2,32,37,0 warp #soren-2_32_37 0,0,soren,105,38 diff --git a/npc/soren/_import.txt b/npc/soren/_import.txt new file mode 100644 index 000000000..9e8586cdf --- /dev/null +++ b/npc/soren/_import.txt @@ -0,0 +1,3 @@ +// Map soren: Soren's Village +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/soren/_warps.txt", diff --git a/npc/soren/_warps.txt b/npc/soren/_warps.txt new file mode 100644 index 000000000..468ee5657 --- /dev/null +++ b/npc/soren/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map soren: Soren's Village warps +soren,105,37,0 warp #soren_105_37 0,0,soren-2,32,36 |