The fixes are (And I don't know if the skills has diff' cooldown on lvl):
From:
Code: Select all
<skill name="PRIEST_POWER_BUILD_UP" mana="40" cooldown="30" casttime="1" type="buff" target="self" />
Code: Select all
<skill name="PRIEST_POWER_BUILD_UP" mana="40" cooldown="900" casttime="1" type="buff" target="self" />
From:
Code: Select all
<skill name="PRIEST_BATTLE_MONK_STANCE" mana="20" cooldown="600" type="buff" target="self" />
Code: Select all
<skill name="PRIEST_BATTLE_MONK_STANCE" mana="20" cooldown="900" type="buff" target="self" />
From:
Code: Select all
<skill name="PRIEST_WAVE_ARMOR" aslevel="2" skilltab="4" skillnum="2" mana="60" manainc="6.0" range="180" cooldown="30" type="buff" target="friendly" />
Code: Select all
<skill name="PRIEST_WAVE_ARMOR" aslevel="2" skilltab="4" skillnum="2" mana="60" manainc="6.0" range="180" cooldown="60" type="buff" target="friendly" />
