diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-11 19:37:02 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-02-28 22:22:30 +0100 |
commit | 6fccf18b6112475d00c3abc63804043df8cb4df6 (patch) | |
tree | 89305c9080421768ceea19bc7cfd78293dc691cf /db/re/mob_db.conf | |
parent | 21f992314cde9243474bb171d09ec3d971b07214 (diff) | |
download | hercules-6fccf18b6112475d00c3abc63804043df8cb4df6.tar.gz hercules-6fccf18b6112475d00c3abc63804043df8cb4df6.tar.bz2 hercules-6fccf18b6112475d00c3abc63804043df8cb4df6.tar.xz hercules-6fccf18b6112475d00c3abc63804043df8cb4df6.zip |
Added NoKnockback Mode for monsters
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r-- | db/re/mob_db.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index d4e4f4357..41dd8a35b 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -76,6 +76,7 @@ mob_db: ( ChangeTargetMelee: true/false (bool, defaults to false) ChangeTargetChase: true/false (bool, defaults to false) TargetWeak: true/false (bool, defaults to false) + NoKnockback: true/false (bool, defaults to false) } MoveSpeed: move speed (int, defaults to 0) AttackDelay: attack delay (int, defaults to 4000) |