Page 1 of 1

HOLY LIGHTS FURY only used once per combat

Posted: Thu May 13, 2010 10:18 pm
by oblivion2004
For some reason holy lights fury is only used once per combat. Is there any way to get used more than once?

Here is my code.

Code: Select all

	<skills_knight>
		<skill name="KNIGHT_HOLY_SHIELD"  modifier="" hotkey="VK_4" priority="109" inbattle="true" hpper="15" />
		<skill name="PRIEST_HOLY_AURA"    modifier="" hotkey="VK_U" priority="108" inbattle="true" hpper="25" />
		<skill name="KNIGHT_CHARGE"	  modifier="" hotkey="VK_O" priority="105" pullonly="true" />
		<skill name="KNIGHT_HOLY_SEAL"    modifier="" hotkey="VK_5" priority="100" />
		<skill name="KNIGHT_RESOLUTION"   modifier="" hotkey="VK_I" priority="99" hpper="40"  />
		<skill name="PRIEST_URGENT_HEAL"  modifier="" hotkey="VK_9" priority="97" hpper="40"  />
		<skill name="PRIEST_REGENERATE"   modifier="" hotkey="VK_R" priority="95" hpper="80" />
		<skill name="KNIGHT_MANA_ABSORPTION"   modifier="" hotkey="VK_6" priority="90" />
		<skill name="KNIGHT_HOLY_STRIKE"  modifier="" hotkey="VK_3" priority="80" />
		<skill name="KNIGHT_PUNISHMENT"   modifier="" hotkey="VK_2" priority="60" />
		<skill name="KNIGHT_HOLY_LIGHTS_FURY"   modifier="" hotkey="VK_F" priority="51" />
		<skill name="KNIGHT_HOLY_SMITE"   modifier="" hotkey="VK_H" priority="49" />
		<skill name="KNIGHT_DISARMAMENT"  modifier="" hotkey="VK_1" priority="40" />
		<skill name="KNIGHT_SHIELD_OF_ATONEMENT"	modifier="" hotkey="VK_P" priority="30" />
		<skill name="KNIGHT_ENHANCED_ARMOR" modifier="" hotkey="VK_8" priority="21" rebuffcut="60" inbattle="false"  />
		<skill name="PRIEST_MAGIC_BARRIER" modifier="" hotkey="VK_7" priority="20" rebuffcut="20" inbattle="false" />
	</skills_knight>

Re: HOLY LIGHTS FURY only used once per combat

Posted: Thu May 13, 2010 10:22 pm
by Administrator
It is classified as a DoT, so you'll have to change your DOT_PERCENT option in your profile.

Re: HOLY LIGHTS FURY only used once per combat

Posted: Thu May 13, 2010 10:35 pm
by oblivion2004
<skill name="KNIGHT_HOLY_LIGHTS_FURY" mana="30" range="100" cooldown="12" type="dot" />

Re: HOLY LIGHTS FURY only used once per combat

Posted: Thu May 13, 2010 11:02 pm
by oblivion2004
The dot percent is set to 90. what do I need to change it to?

Re: HOLY LIGHTS FURY only used once per combat

Posted: Thu May 13, 2010 11:17 pm
by Administrator
oblivion2004 wrote:The dot percent is set to 90. what do I need to change it to?
That means that the target needs to have above 90% HP to use DOT skills. Change it to 0 to disable.