diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-21 14:22:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-21 14:22:43 -0300 |
commit | d40cc76ee4079b8fb93fc9b55d5aa0be1bb848b9 (patch) | |
tree | 8115f618fcecfda3b81d2bbb121f2d0b04128703 | |
parent | ffcecc4d5a5ba3d0580d2d508ff45f7039927e93 (diff) | |
download | serverdata-d40cc76ee4079b8fb93fc9b55d5aa0be1bb848b9.tar.gz serverdata-d40cc76ee4079b8fb93fc9b55d5aa0be1bb848b9.tar.bz2 serverdata-d40cc76ee4079b8fb93fc9b55d5aa0be1bb848b9.tar.xz serverdata-d40cc76ee4079b8fb93fc9b55d5aa0be1bb848b9.zip |
Add consistency to dex/agi on both log heads
-rw-r--r-- | db/re/mob_db.conf | 8 | ||||
-rw-r--r-- | npc/004-2/_mobs.txt | 2 | ||||
-rw-r--r-- | npc/018-1-1/_mobs.txt | 1 |
3 files changed, 6 insertions, 5 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 95bcd45bf..570f42cf8 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -2219,10 +2219,10 @@ mob_db: ( Mdef: 5 Stats: { Str: 40 - Agi: 20 + Agi: 24 Vit: 14 Int: 1 - Dex: 20 + Dex: 28 Luk: 22 } ViewRange: 16 @@ -4930,10 +4930,10 @@ mob_db: ( Mdef: 14 Stats: { Str: 17 - Agi: 28 + Agi: 24 Vit: 32 Int: 1 - Dex: 33 + Dex: 28 Luk: 20 } ChaseRange: 12 diff --git a/npc/004-2/_mobs.txt b/npc/004-2/_mobs.txt index 0f99c36b1..74de5f03e 100644 --- a/npc/004-2/_mobs.txt +++ b/npc/004-2/_mobs.txt @@ -5,7 +5,7 @@ 004-2,100,55,14,14 monster Maggot 1030,7,35000,150000 004-2,108,39,17,4 monster Scorpion 1071,3,35000,150000 004-2,51,40,10,22 monster Scorpion 1071,6,35000,150000 -004-2,55,66,4,4 monster Black Scorpion 1074,1,35000,150000 +004-2,102,55,4,4 monster Black Scorpion 1074,1,35000,150000 004-2,108,97,4,4 monster Snake 1122,3,35000,150000 004-2,77,51,9,4 monster Snake 1122,1,35000,150000 004-2,67,63,14,11 monster Scorpion 1071,8,35000,150000 diff --git a/npc/018-1-1/_mobs.txt b/npc/018-1-1/_mobs.txt index 167b961ac..cfe0515fc 100644 --- a/npc/018-1-1/_mobs.txt +++ b/npc/018-1-1/_mobs.txt @@ -9,3 +9,4 @@ 018-1-1,35,39,13,17 monster Lavern 1175,6,30000,3000 018-1-1,71,33,0,0 monster Evil Mushroom 1042,3,40000,5000 018-1-1,49,63,30,10 monster Shadow Plant 1189,4,60000,10000 +018-1-1,49,50,30,30 monster Mountain Snake 1123,8,60000,10000 |