diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-22 09:22:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-22 09:22:09 -0300 |
commit | 76655885e2e53f9f119bcfcbce7a41df113806c6 (patch) | |
tree | f0e6f6432839f23776e895aa88163c070a4d84fc /db | |
parent | 0ad98dc176c0c0a43d4348dd62e4ad1e38b0f8fb (diff) | |
download | serverdata-76655885e2e53f9f119bcfcbce7a41df113806c6.tar.gz serverdata-76655885e2e53f9f119bcfcbce7a41df113806c6.tar.bz2 serverdata-76655885e2e53f9f119bcfcbce7a41df113806c6.tar.xz serverdata-76655885e2e53f9f119bcfcbce7a41df113806c6.zip |
Manatauro was right - The skill code was missing -.-
Diffstat (limited to 'db')
-rw-r--r-- | db/re/mob_skill_db.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/db/re/mob_skill_db.conf b/db/re/mob_skill_db.conf index c56687468..6b230b3b8 100644 --- a/db/re/mob_skill_db.conf +++ b/db/re/mob_skill_db.conf @@ -809,6 +809,19 @@ SKILL_COND2 = { } /**********************************************************************/ + BloodyMouboo: { + NPC_BLEEDING: { + SkillState: "MSS_BERSERK" + SkillLevel: 1 + Rate: 7000 + Delay: 40000 + Cancelable: true + SkillTarget: "MST_TARGET" + CastCondition: "MSC_ALWAYS" + } + } + + /**********************************************************************/ BlackSlime: { AL_DECAGI: { SkillState: "MSS_BERSERK" |