diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-10-28 20:45:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-10-28 20:45:15 -0300 |
commit | af6ceb965de4e19fa42b5ac262299f74c0c1d5b7 (patch) | |
tree | 47707c299bf13acb3dcc3657983e10d32ba341a8 /db | |
parent | 9b64c3aae4e0f67ce4fece0f465e77ae6f4bf9b1 (diff) | |
download | serverdata-af6ceb965de4e19fa42b5ac262299f74c0c1d5b7.tar.gz serverdata-af6ceb965de4e19fa42b5ac262299f74c0c1d5b7.tar.bz2 serverdata-af6ceb965de4e19fa42b5ac262299f74c0c1d5b7.tar.xz serverdata-af6ceb965de4e19fa42b5ac262299f74c0c1d5b7.zip |
Fix bugs - Monster stats were not assigned :flushed:
How I missed that :flushed:
New rule - For mobs above level 100, all stats to 99
Diffstat (limited to 'db')
-rw-r--r-- | db/re/mob_db.conf | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 24d87e52e..776019e2b 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -10058,11 +10058,20 @@ mob_db: ( Mdef: 63 Race: 2 Element: (0, 3) + Stats: { + Str: 99 + Agi: 99 + Vit: 99 + Int: 99 + Dex: 99 + Luk: 99 + } Mode: { CanMove: true Aggressive: true ChangeChase: true CanAttack: true + Angry: true } MoveSpeed: 400 AttackDelay: 1100 @@ -10706,11 +10715,20 @@ mob_db: ( Mdef: 58 Race: 2 Element: (0, 3) + Stats: { + Str: 99 + Agi: 99 + Vit: 99 + Int: 99 + Dex: 99 + Luk: 99 + } Mode: { CanMove: true Aggressive: true ChangeChase: true CanAttack: true + Angry: true } MoveSpeed: 400 AttackDelay: 1072 @@ -10738,6 +10756,14 @@ mob_db: ( Mdef: 90 Race: 2 Element: (0, 4) + Stats: { + Str: 199 + Agi: 199 + Vit: 199 + Int: 199 + Dex: 199 + Luk: 199 + } Mode: { CanMove: true CanAttack: true |