diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-18 06:12:46 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-18 06:12:46 +0100 |
commit | d938075e008ffc7d1f97c46ae4e0b9ca9458573d (patch) | |
tree | eeafe93cefa885b18002b417d25550a50b307cda /npc | |
parent | 85a2300d89cdfcb6371ed9fada3584b8ae3bbbd4 (diff) | |
download | serverdata-d938075e008ffc7d1f97c46ae4e0b9ca9458573d.tar.gz serverdata-d938075e008ffc7d1f97c46ae4e0b9ca9458573d.tar.bz2 serverdata-d938075e008ffc7d1f97c46ae4e0b9ca9458573d.tar.xz serverdata-d938075e008ffc7d1f97c46ae4e0b9ca9458573d.zip |
004-2 + other files i hope that block nothing
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/004-2/_import.txt (renamed from npc/000-1/_warps.txt) | 5 | ||||
-rw-r--r-- | npc/004-2/_mobs.txt | 3 | ||||
-rw-r--r-- | npc/004-2/_warps.txt | 3 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
5 files changed, 10 insertions, 3 deletions
diff --git a/npc/000-1/_import.txt b/npc/000-1/_import.txt index da1819af6..4a59eca0c 100644 --- a/npc/000-1/_import.txt +++ b/npc/000-1/_import.txt @@ -1,4 +1,3 @@ // Map 000-1: Drasil Island // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/000-1/_mobs.txt", -"npc/000-1/_warps.txt", diff --git a/npc/000-1/_warps.txt b/npc/004-2/_import.txt index 61f5ebcb3..741f8a548 100644 --- a/npc/000-1/_warps.txt +++ b/npc/004-2/_import.txt @@ -1,3 +1,4 @@ +// Map 004-2: Desert Mountains // This file is generated automatically. All manually added changes will be removed when running the Converter. -// Map 000-1: Drasil Island warps - +"npc/004-2/_mobs.txt", +"npc/004-2/_warps.txt", diff --git a/npc/004-2/_mobs.txt b/npc/004-2/_mobs.txt new file mode 100644 index 000000000..ed9825ccd --- /dev/null +++ b/npc/004-2/_mobs.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 004-2: Desert Mountains mobs +004-2,36,20,3,3 monster Fallen Guard 1082,2,35000,150000 diff --git a/npc/004-2/_warps.txt b/npc/004-2/_warps.txt new file mode 100644 index 000000000..b52d7ca76 --- /dev/null +++ b/npc/004-2/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 004-2: Desert Mountains warps +004-2,19,47,0 warp #004-2_19_47 0,0,004-1,119,94 diff --git a/npc/_import.txt b/npc/_import.txt index 734c4ca12..d4958414a 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -21,6 +21,7 @@ @include "npc/003-7/_import.txt" @include "npc/003-8/_import.txt" @include "npc/004-1/_import.txt" +@include "npc/004-2/_import.txt" @include "npc/005-1/_import.txt" @include "npc/005-2/_import.txt" @include "npc/005-3/_import.txt" |