how to activate mana_return after 3 holy seals?
Posted: Tue Oct 19, 2010 1:07 pm
hello, I need some help.
I play as knight/priest on a german server.
I want to use/activate
after 3 holy seals are on the target. With this kind of code its not possible, because the mana return will be directly used after the ranged pull "rising tide". Then the cooldown is 7 seconds but often the target is down after 4-6 holy strikes and punishment, before the cooldown ends. So I get no mana return again.
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
*changed manually german ingame buffname to make it working
Is this possible for mana return, too?
Thx for help!
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!