diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-06-15 18:03:36 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-06-15 18:03:36 +0000 |
commit | e411592f37c9664cb93f1b9a82dc87678a1a6854 (patch) | |
tree | d6460855066c57b234db75ed0a703a03a93e2a99 /db | |
parent | 932433d85103a4b099861acfa83831a89c553356 (diff) | |
download | serverdata-e411592f37c9664cb93f1b9a82dc87678a1a6854.tar.gz serverdata-e411592f37c9664cb93f1b9a82dc87678a1a6854.tar.bz2 serverdata-e411592f37c9664cb93f1b9a82dc87678a1a6854.tar.xz serverdata-e411592f37c9664cb93f1b9a82dc87678a1a6854.zip |
Halin guard get updated id 1081
Diffstat (limited to 'db')
-rw-r--r-- | db/re/mob_db.conf | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 418e3a351..2b74c5b66 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -2770,23 +2770,23 @@ mob_db: ( }, { Id: 1081 - SpriteName: "FallenGuard1" - Name: "Fallen Guard" + SpriteName: "HalinGuard" + Name: "Halin Guard" Lv: 60 - Hp: 6000 + Hp: 5500 Sp: 0 - Exp: 120 - JExp: 37 + Exp: 140 + JExp: 38 AttackRange: 1 - Attack: [60, 100] - Def: 5 + Attack: [250, 300] + Def: 35 Mdef: 20 Stats: { Str: 16 Agi: 30 Vit: 10 Int: 10 - Dex: 5 + Dex: 10 Luk: 15 } ViewRange: 10 @@ -2802,17 +2802,19 @@ mob_db: ( ChangeChase: true CastSensorChase: true } - MoveSpeed: 800 - AttackDelay: 800 + MoveSpeed: 650 + AttackDelay: 500 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 Drops: { - BlackScorpionStinger: 800 - BugLeg: 750 - LeatherShirt: 150 - ChocolateBar: 100 - BlackPearl: 1 + Beer: 400 + BottleOfTonoriWater: 300 + CottonCloth: 200 + CasinoCoins: 100 + CottonShirt: 60 + SnakeSkin: 5 + IronIngot: 2 } }, { |