diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-19 23:01:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-19 23:01:01 -0300 |
commit | edc0330e1ea3f6868fe287620472bc3fdf49c3f4 (patch) | |
tree | 6d2d9b001e0e045c7cb0194d6c8c732f5db97320 /npc | |
parent | 05a4fd5701aa02938765c76324ced01449290cf2 (diff) | |
download | serverdata-edc0330e1ea3f6868fe287620472bc3fdf49c3f4.tar.gz serverdata-edc0330e1ea3f6868fe287620472bc3fdf49c3f4.tar.bz2 serverdata-edc0330e1ea3f6868fe287620472bc3fdf49c3f4.tar.xz serverdata-edc0330e1ea3f6868fe287620472bc3fdf49c3f4.zip |
Make maps
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-2-1/_import.txt | 4 | ||||
-rw-r--r-- | npc/005-2-1/_mobs.txt | 3 | ||||
-rw-r--r-- | npc/005-2-1/_warps.txt | 3 | ||||
-rw-r--r-- | npc/005-2/_import.txt | 1 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
5 files changed, 12 insertions, 0 deletions
diff --git a/npc/005-2-1/_import.txt b/npc/005-2-1/_import.txt new file mode 100644 index 000000000..c9b4ade92 --- /dev/null +++ b/npc/005-2-1/_import.txt @@ -0,0 +1,4 @@ +// Map 005-2-1: Saxso's Basement +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/005-2-1/_mobs.txt", +"npc/005-2-1/_warps.txt", diff --git a/npc/005-2-1/_mobs.txt b/npc/005-2-1/_mobs.txt new file mode 100644 index 000000000..e69781103 --- /dev/null +++ b/npc/005-2-1/_mobs.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 005-2-1: Saxso's Basement mobs +005-2-1,34,38,10,3 monster Lava Slime 1097,7,36000,300000 diff --git a/npc/005-2-1/_warps.txt b/npc/005-2-1/_warps.txt new file mode 100644 index 000000000..31167fe08 --- /dev/null +++ b/npc/005-2-1/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 005-2-1: Saxso's Basement warps +005-2-1,28,34,0 warp #005-2-1_28_34 0,0,005-2,25,36 diff --git a/npc/005-2/_import.txt b/npc/005-2/_import.txt index d5850de36..09564f7d6 100644 --- a/npc/005-2/_import.txt +++ b/npc/005-2/_import.txt @@ -3,3 +3,4 @@ "npc/005-2/_mobs.txt", "npc/005-2/_warps.txt", "npc/005-2/saxsochest.txt", +"npc/005-2/trapdoor.txt", diff --git a/npc/_import.txt b/npc/_import.txt index 3f915ba30..b8f1a3822 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -29,6 +29,7 @@ @include "npc/004-2-1/_import.txt" @include "npc/004-2/_import.txt" @include "npc/005-1/_import.txt" +@include "npc/005-2-1/_import.txt" @include "npc/005-2/_import.txt" @include "npc/005-3/_import.txt" @include "npc/005-4/_import.txt" |