From 6a7b0e863b2b03b213d9c6a31b906e085ed7f66e Mon Sep 17 00:00:00 2001 From: Saulc Date: Wed, 29 Aug 2018 08:42:06 +0000 Subject: Add Old snake, A version less powerfull of a regular snake, not much of them will be available in game, it's mainly added to help low level to kill some snake early. --- db/re/mob_db.conf | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 73d96931c..3bc6c9db3 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -7447,4 +7447,51 @@ mob_db: ( Bows: 3000 } }, +{ + Id: 1199 + SpriteName: "OldSnake" + Name: "Old Snake" + Lv: 35 + Hp: 4720 + Sp: 0 + Exp: 65 + JExp: 21 + AttackRange: 1 + Attack: [380, 700] + Def: 6 + Mdef: 10 + Stats: { + Str: 20 + Agi: 11 + Vit: 10 + Int: 10 + Dex: 32 + Luk: 15 + } + ViewRange: 7 + ChaseRange: 8 + Size: 0 + Race: 2 + Element: (5, 1) + Mode: { + CanMove: true + CanAttack: true + Aggressive: true + Angry: true + ChangeTargetMelee: true + ChangeChase: true + CastSensorChase: true + } + MoveSpeed: 500 + AttackDelay: 1400 + AttackMotion: 672 + DamageMotion: 200 + Drops: { + SnakeTongue: 400 + SnakeEgg: 290 + SnakeEgg: 95 + SnakeSkin: 90 + DivineApple: 1 + } +}, ) -- cgit v1.2.3-60-g2f50