diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-20 22:45:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-20 22:45:25 -0300 |
commit | bae4208cc8dd4c15152ce66a4e88245b958caf33 (patch) | |
tree | 9099ebdfb42504cc09939a44934e15b4ad597022 /db | |
parent | 7b0233806a181eaac4bb9b97ed70266c0e469c28 (diff) | |
download | serverdata-bae4208cc8dd4c15152ce66a4e88245b958caf33.tar.gz serverdata-bae4208cc8dd4c15152ce66a4e88245b958caf33.tar.bz2 serverdata-bae4208cc8dd4c15152ce66a4e88245b958caf33.tar.xz serverdata-bae4208cc8dd4c15152ce66a4e88245b958caf33.zip |
Fix bugs, and RobinBandit will poison you if his friend HP falls below 30%
This means you'll need to bake a strategy if you plan on using bows.
Diffstat (limited to 'db')
-rw-r--r-- | db/re/mob_skill_db.conf | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/db/re/mob_skill_db.conf b/db/re/mob_skill_db.conf index 09119c33e..b28aa8f2a 100644 --- a/db/re/mob_skill_db.conf +++ b/db/re/mob_skill_db.conf @@ -408,10 +408,22 @@ SKILL_TARGET = { CastCondition: "MSC_ALWAYS" } } + RobinBandit: { + NPC_POISON: { + SkillState: "MSS_BERSERK" + SkillLevel: 20 + Rate: 8000 + Delay: 180000 + Cancelable: true + SkillTarget: "MST_TARGET" + CastCondition: "MSC_FRIENDHPLTMAXRATE" + ConditionData: 30 + } + } BanditLord: { NPC_SUMMONSLAVE: { - SkillState: "MSS_IDLE" - SkillLevel: 5 + SkillState: "MSS_ANYTARGET" + SkillLevel: 2 Rate: 10000 CastTime: 2000 Delay: 90000 |