diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-04 00:09:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-04 00:09:49 -0300 |
commit | c0edfdd1221ec7b6643c6834a0a3d684457494d5 (patch) | |
tree | bb0f9d9b736358850bcf65259ba526f6f2c19b18 | |
parent | d7b94730a2a03bc1aed4a5ce38b462880bcf13a4 (diff) | |
download | serverdata-c0edfdd1221ec7b6643c6834a0a3d684457494d5.tar.gz serverdata-c0edfdd1221ec7b6643c6834a0a3d684457494d5.tar.bz2 serverdata-c0edfdd1221ec7b6643c6834a0a3d684457494d5.tar.xz serverdata-c0edfdd1221ec7b6643c6834a0a3d684457494d5.zip |
Mobs on 014-2, collision fix, and adjustment to Alpha :mouboo:
-rw-r--r-- | db/re/mob_db.conf | 5 | ||||
-rw-r--r-- | maps/re/014-2.mcache | bin | 1818 -> 1821 bytes | |||
-rw-r--r-- | npc/014-2/_import.txt | 1 | ||||
-rw-r--r-- | npc/014-2/_mobs.txt | 9 |
4 files changed, 13 insertions, 2 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index c53ca9b3f..2ea9277eb 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1739,8 +1739,8 @@ mob_db: ( Lv: 45 Hp: 5000 Sp: 0 - Exp: 24 - JExp: 1 + Exp: 100 + JExp: 25 AttackRange: 1 Attack: [300, 1400] Def: 21 @@ -1772,6 +1772,7 @@ mob_db: ( Drops: { RedApple: 400 MoubooSteak: 215 + GoldOre: 100 AntlersHat: 1 AlphaMoubooHat: 1 } diff --git a/maps/re/014-2.mcache b/maps/re/014-2.mcache Binary files differindex 5640d08c3..f83e59d47 100644 --- a/maps/re/014-2.mcache +++ b/maps/re/014-2.mcache diff --git a/npc/014-2/_import.txt b/npc/014-2/_import.txt index e7bb59199..b9a02ebcc 100644 --- a/npc/014-2/_import.txt +++ b/npc/014-2/_import.txt @@ -1,4 +1,5 @@ // Map 014-2: Woodlands Southeast // This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/014-2/_mobs.txt", "npc/014-2/_warps.txt", "npc/014-2/note.txt", diff --git a/npc/014-2/_mobs.txt b/npc/014-2/_mobs.txt new file mode 100644 index 000000000..691b0642d --- /dev/null +++ b/npc/014-2/_mobs.txt @@ -0,0 +1,9 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 014-2: Woodlands Southeast mobs +014-2,150,63,86,43 monster Log Head 1066,25,30000,30000 +014-2,66,45,58,26 monster Mouboo 1023,6,30000,30000 +014-2,108,60,52,58 monster Forest Mushroom 1060,12,60000,45000 +014-2,116,21,125,37 monster Clover Field 1028,6,45000,50000 +014-2,68,74,69,27 monster Fluffy 1022,7,30000,30000 +014-2,207,65,40,50 monster Sea Slime 1093,6,30000,30000 +014-2,125,84,157,54 monster Alpha Mouboo 1056,1,120000,180000 |