diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-02 23:29:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-02 23:29:59 -0300 |
commit | 4cf99dfe633b24b65af22e602ec8c92c35a75611 (patch) | |
tree | bc2fcaedfe8bafe22e3fa9b57a65953d62d5ad1d /npc | |
parent | a8949d6c66c477e3a9c50c6589705c39c793b974 (diff) | |
download | serverdata-4cf99dfe633b24b65af22e602ec8c92c35a75611.tar.gz serverdata-4cf99dfe633b24b65af22e602ec8c92c35a75611.tar.bz2 serverdata-4cf99dfe633b24b65af22e602ec8c92c35a75611.tar.xz serverdata-4cf99dfe633b24b65af22e602ec8c92c35a75611.zip |
Include map 008-0 for Party Dungeon
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1-1/_warps.txt | 1 | ||||
-rw-r--r-- | npc/008-0/_import.txt | 4 | ||||
-rw-r--r-- | npc/008-0/_mobs.txt | 7 | ||||
-rw-r--r-- | npc/008-0/_warps.txt | 3 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
5 files changed, 16 insertions, 0 deletions
diff --git a/npc/003-1-1/_warps.txt b/npc/003-1-1/_warps.txt index fb17c62bb..91b75880b 100644 --- a/npc/003-1-1/_warps.txt +++ b/npc/003-1-1/_warps.txt @@ -2,3 +2,4 @@ // Map 003-1-1: Tulimshar Sewers warps 003-1-1,143,127,0 warp #003-1-1_143_127 0,0,003-1,115,111 003-1-1,57,99,0 warp #003-1-1_57_99 0,0,003-1,56,84 +003-1-1,44,143,0 warp #003-1-1_44_143 0,0,008-0,41,23 diff --git a/npc/008-0/_import.txt b/npc/008-0/_import.txt new file mode 100644 index 000000000..abdaecd6e --- /dev/null +++ b/npc/008-0/_import.txt @@ -0,0 +1,4 @@ +// Map 008-0: Party Dungeon Waiting Hall +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/008-0/_mobs.txt", +"npc/008-0/_warps.txt", diff --git a/npc/008-0/_mobs.txt b/npc/008-0/_mobs.txt new file mode 100644 index 000000000..48253d79b --- /dev/null +++ b/npc/008-0/_mobs.txt @@ -0,0 +1,7 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 008-0: Party Dungeon Waiting Hall mobs +008-0,49,49,28,28 monster Ratto 1005,6,35000,600000 +008-0,50,47,28,28 monster Cave Bat 1039,4,35000,600000 +008-0,48,48,28,28 monster Silk Worm 1034,6,35000,600000 +008-0,49,63,29,16 monster Red Scorpion 1072,3,35000,600000 +008-0,49,32,29,14 monster Scorpion 1071,3,35000,600000 diff --git a/npc/008-0/_warps.txt b/npc/008-0/_warps.txt new file mode 100644 index 000000000..b14f6a756 --- /dev/null +++ b/npc/008-0/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 008-0: Party Dungeon Waiting Hall warps +008-0,41,22,0 warp #008-0_41_22 0,0,003-1-1,44,142 diff --git a/npc/_import.txt b/npc/_import.txt index 2dca8f0b0..f72bfc293 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -46,6 +46,7 @@ @include "npc/005-7/_import.txt" @include "npc/006-1/_import.txt" @include "npc/007-1/_import.txt" +@include "npc/008-0/_import.txt" @include "npc/009-1/_import.txt" @include "npc/009-2/_import.txt" @include "npc/009-3/_import.txt" |