Battlemonk skill fixes

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
User avatar
Giram
Posts: 191
Joined: Thu Aug 26, 2010 3:34 pm
Location: Finland

Battlemonk skill fixes

#1 Post by Giram »

Skill name is written wrong in skills.xml. It should be like this:

Code: Select all

<skill name="PRIEST_FIGHTING_SPIRIT_COMBINATION" mana="30" range="50" cooldown="6" />
No cooldown for skill:
<skill name="PRIEST_POWER_BUILD_UP" mana="40" cooldown="30" type="buff" target="self" />
Skills_local.xml missing skill:

Code: Select all

<PRIEST_POWER_BUILD_UP en="Power Build-Up" />
Post Reply