diff options
-rw-r--r-- | db/re/mob_db.conf | 43 | ||||
-rw-r--r-- | npc/001-14/hocus.txt | 2 |
2 files changed, 44 insertions, 1 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index f64f51477..0ccd48fe0 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -12282,6 +12282,49 @@ mob_db: ( All: 7000 } }, +{ + Id: 1446 + SpriteName: "Brainic" + Name: "Brainic" + Lv: 88 + Hp: 13000 + Sp: 0 + Exp: 4800 + JExp: 88 + AttackRange: 1 + Attack: [810, 840] + Def: 136 + Mdef: 22 + Stats: { + Str: 50 + Agi: 70 + Vit: 50 + Int: 30 + Dex: 70 + Luk: 41 + } + ViewRange: 12 + ChaseRange: 16 + Race: 0 + Element: (8, 2) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeChase: true + CastSensorChase: true + Aggressive: true + Angry: true + TargetWeak: true + } + MoveSpeed: 360 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 200 + Drops: { + Brainstem: 450 + } +}, // System { Id: 1491 diff --git a/npc/001-14/hocus.txt b/npc/001-14/hocus.txt index e824d13e4..93b21c643 100644 --- a/npc/001-14/hocus.txt +++ b/npc/001-14/hocus.txt @@ -61,7 +61,7 @@ function showScores { parseScores("Alchemy Master Challenge", "$@moly05_n$", "$@moly05_v"); parseScores("Magic Power Challenge", "$@moly06_n$", "$@moly06_v"); parseScores("Mana Exp Challenge", "$@moly07_n$", "$@moly07_v"); - //parseScores("Obstacle Race Challenge", "$@moly08_n$", "$@moly08_v", t()); + parseScores("Obstacle Race Challenge", "$@moly08_n$", "$@moly08_v", t()); parseScores("Hocus Commands Challenge", "$@moly09_n$", "$@moly09_v"); parseScores("Survive! Challenge", "$@moly10_n$", "$@moly10_v", t()); parseScores("Friendship Challenge", "$@moly11_n$", "$@moly11_v"); |