From f4594ce586593b73af97b5572615a660c578f580 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Sat, 10 Mar 2018 12:30:50 -0300 Subject: Soren's maps --- conf/map/maps.conf | 2 ++ db/map_index.txt | 6 ++++-- maps/re/soren-2.mcache | Bin 0 -> 92 bytes maps/re/soren.mcache | Bin 0 -> 1351 bytes npc/_import.txt | 2 ++ npc/commands/warp.txt | 1 + npc/soren-2/_import.txt | 3 +++ npc/soren-2/_warps.txt | 3 +++ npc/soren/_import.txt | 3 +++ npc/soren/_warps.txt | 3 +++ 10 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 maps/re/soren-2.mcache create mode 100644 maps/re/soren.mcache create mode 100644 npc/soren-2/_import.txt create mode 100644 npc/soren-2/_warps.txt create mode 100644 npc/soren/_import.txt create mode 100644 npc/soren/_warps.txt diff --git a/conf/map/maps.conf b/conf/map/maps.conf index 169563756..fdd131a7b 100644 --- a/conf/map/maps.conf +++ b/conf/map/maps.conf @@ -56,6 +56,8 @@ map_list: ( "boss", "botcheck", "sec_pri", + "soren-2", + "soren", "test", "testbg", ) diff --git a/db/map_index.txt b/db/map_index.txt index 357dd64c8..cc09f954c 100644 --- a/db/map_index.txt +++ b/db/map_index.txt @@ -53,5 +53,7 @@ boss 53 botcheck 54 sec_pri 55 -test 56 -testbg 57 +soren-2 56 +soren 57 +test 58 +testbg 59 diff --git a/maps/re/soren-2.mcache b/maps/re/soren-2.mcache new file mode 100644 index 000000000..c0dba2c8e Binary files /dev/null and b/maps/re/soren-2.mcache differ diff --git a/maps/re/soren.mcache b/maps/re/soren.mcache new file mode 100644 index 000000000..34deb73db Binary files /dev/null and b/maps/re/soren.mcache differ 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 -- cgit v1.2.3-60-g2f50