diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-27 16:07:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-27 16:07:09 -0300 |
commit | c846102b5cf9d9422fd8238356f9bfcbe55039aa (patch) | |
tree | 041a2d0aa11ca9efabd0516b0f4553d79e524632 /npc | |
parent | 88c6d7d190a27e6010d1d7ca291abfb6096d7993 (diff) | |
download | serverdata-c846102b5cf9d9422fd8238356f9bfcbe55039aa.tar.gz serverdata-c846102b5cf9d9422fd8238356f9bfcbe55039aa.tar.bz2 serverdata-c846102b5cf9d9422fd8238356f9bfcbe55039aa.tar.xz serverdata-c846102b5cf9d9422fd8238356f9bfcbe55039aa.zip |
Make Maps
Diffstat (limited to 'npc')
-rw-r--r-- | npc/014-4/_mobs.txt | 2 | ||||
-rw-r--r-- | npc/018-5-4/_import.txt | 4 | ||||
-rw-r--r-- | npc/018-5-4/_mobs.txt | 8 | ||||
-rw-r--r-- | npc/018-5-4/_warps.txt | 3 | ||||
-rw-r--r-- | npc/018-5/_warps.txt | 1 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
6 files changed, 18 insertions, 1 deletions
diff --git a/npc/014-4/_mobs.txt b/npc/014-4/_mobs.txt index 99b6ac683..4f3abd81d 100644 --- a/npc/014-4/_mobs.txt +++ b/npc/014-4/_mobs.txt @@ -1,7 +1,7 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. // Map 014-4: Thunderhill mobs 014-4,134,85,26,22 monster Centaur 1139,3,90000,80000 -014-4,61,38,43,23 monster Mana Piou 1155,7,30000,30000 +014-4,61,38,43,23 monster Mana Piou 1155,7,25000,5000 014-4,130,68,24,52 monster Forest Mushroom 1060,10,60000,45000 014-4,70,77,53,13 monster Living Potato 1181,5,60000,45000 014-4,20,26,4,20 monster Bluepar 1177,4,30000,30000 diff --git a/npc/018-5-4/_import.txt b/npc/018-5-4/_import.txt new file mode 100644 index 000000000..345b87573 --- /dev/null +++ b/npc/018-5-4/_import.txt @@ -0,0 +1,4 @@ +// Map 018-5-4: Duck Island +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/018-5-4/_mobs.txt", +"npc/018-5-4/_warps.txt", diff --git a/npc/018-5-4/_mobs.txt b/npc/018-5-4/_mobs.txt new file mode 100644 index 000000000..4db4efe18 --- /dev/null +++ b/npc/018-5-4/_mobs.txt @@ -0,0 +1,8 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 018-5-4: Duck Island mobs +018-5-4,39,70,16,8 monster Mana Piou 1155,8,35000,270000 +018-5-4,49,56,12,9 monster Vicious Squirrel 1187,8,35000,120000 +018-5-4,35,29,9,6 monster Piou 1002,6,200000,35000 +018-5-4,46,50,26,30 monster Duck 1029,23,200000,35000 +018-5-4,63,50,7,6 monster Piou 1002,6,200000,35000 +018-5-4,44,58,5,5 monster Forest Piou 1202,4,35000,120000 diff --git a/npc/018-5-4/_warps.txt b/npc/018-5-4/_warps.txt new file mode 100644 index 000000000..e4997c9b7 --- /dev/null +++ b/npc/018-5-4/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 018-5-4: Duck Island warps +018-5-4,35,44,0 warp #018-5-4_35_44 0,0,018-5,110,47 diff --git a/npc/018-5/_warps.txt b/npc/018-5/_warps.txt index c222ada9b..9c17fdb94 100644 --- a/npc/018-5/_warps.txt +++ b/npc/018-5/_warps.txt @@ -5,3 +5,4 @@ 018-5,83,48,0 warp #018-5_83_48 0,0,018-5-3,32,46 018-5,60,146,0 warp #018-5_60_146 0,0,018-5-1,36,98 018-5,114,54,0 warp #018-5_114_54 0,0,018-5-2,32,46 +018-5,110,46,0 warp #018-5_110_46 0,0,018-5-4,35,43 diff --git a/npc/_import.txt b/npc/_import.txt index c87435375..7be3e9868 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -124,6 +124,7 @@ @include "npc/018-5-1/_import.txt" @include "npc/018-5-2/_import.txt" @include "npc/018-5-3/_import.txt" +@include "npc/018-5-4/_import.txt" @include "npc/018-5-boss/_import.txt" @include "npc/018-5/_import.txt" @include "npc/018-6-0/_import.txt" |