problems with "KNIGHT_PUNISHMENT" Skill
Posted: Sun May 16, 2010 7:47 am
hi,
I have the problem, that the knight punishment skill will not be casted.
This is my actual setting, i tried all, also copied the additional information from the skills data.
But the knight punishment will not be casted, the skill is on the right postion in the bar, I have the highest priority, an also Light Seal III is active on the target.
First i started with this <skill name="KNIGHT_PUNISHMENT" hotkey="VK_2" priority="105" inbattle="true" cooldown="8" />
then I tried to add the additional infos
<skill name="KNIGHT_PUNISHMENT" hotkey="VK_2" priority="105" inbattle="true" skilltab="2" skillnum="1" cooldown="8" reqbufftype="debuff" reqbuffcount="3" reqbufftarget="target" reqbuffname="Light Seal III"
is there a speacila code to actiavte it, or can someonehelp me to make a onskillcast script, especially to make the query in style of a code "if light Seal III then cast ..."
I dont know how to query a buff... maybe this should be in the Wiki?
I have the problem, that the knight punishment skill will not be casted.
This is my actual setting, i tried all, also copied the additional information from the skills data.
But the knight punishment will not be casted, the skill is on the right postion in the bar, I have the highest priority, an also Light Seal III is active on the target.
First i started with this <skill name="KNIGHT_PUNISHMENT" hotkey="VK_2" priority="105" inbattle="true" cooldown="8" />
then I tried to add the additional infos
<skill name="KNIGHT_PUNISHMENT" hotkey="VK_2" priority="105" inbattle="true" skilltab="2" skillnum="1" cooldown="8" reqbufftype="debuff" reqbuffcount="3" reqbufftarget="target" reqbuffname="Light Seal III"
is there a speacila code to actiavte it, or can someonehelp me to make a onskillcast script, especially to make the query in style of a code "if light Seal III then cast ..."
I dont know how to query a buff... maybe this should be in the Wiki?