I play as knight/priest on a german server.
I want to use/activate
Code: Select all
<skill name="KNIGHT_MANA_RETURN" hotkey="VK_6" priority="91" inbattle="true" cooldown="7" />I need help like a preskill cast script or any possibility that checks, if 3 holy seals are on the target and then activates mana return.
In the skills.xml such a check is implemented for the punishment skill
Code: Select all
<skill name="KNIGHT_PUNISHMENT" skilltab="2" skillnum="1" mana="20" manainc="2.0" range="50" cooldown="8" type="damage" target="enemy" reqbufftype="debuff" reqbuffcount="3" reqbufftarget="target" reqbuffname="Siegel des Lichts III*" />*changed manually german ingame buffname to make it working
Is this possible for mana return, too?
Thx for help!