Skills casttime/cooldowns not working ?
Posted: Fri Oct 14, 2011 4:25 am
As I watched my bot farming I saw that
all skills are used one after another, no pause betwheen.
Seems as if it does not wait until cast is finished.
here the skills:
all skills are used one after another, no pause betwheen.
Seems as if it does not wait until cast is finished.
here the skills:
Code: Select all
<skills_priest>
<skill name="PRIEST_GRACE_OF_LIFE" modifier="" hotkey="MACRO" priority="1" rebuffcut="10" />
<skill name="PRIEST_BONE_CHILL" hotkey="MACRO" priority="90" />
<skill name="PRIEST_SNAKE_CURSE" hotkey="MACRO" priority="95" />
<skill name="PRIEST_CHAIN_OF_LIGHT" modifier="" hotkey="MACRO" priority="120" />
<skill name="PRIEST_RISING_TIDE" modifier="" hotkey="MACRO" priority="99" />
<skill name="PRIEST_WAVE_ARMOR" hotkey="MACRO" priority="120" rebuffcut="1" inbattle="true" />
<skill name="PRIEST_SOUL_SOURCE" modifier="" hotkey="MACRO" priority="110" inbattle="true" hpper="15" />
<skill name="PRIEST_HOLY_AURA" modifier="" hotkey="MACRO" priority="100" inbattle="true" hpper="24" />
<skill name="PRIEST_HEAL" modifier="" hotkey="MACRO" priority="100" inbattle="true" hpper="60" />
<skill name="PRIEST_REGENERATE" modifier="" hotkey="MACRO" hpper="90" priority="90" inbattle="true"/>
<skill name="PRIEST_SOUL_BOND" hotkey="MACRO" priority="30" />
<skill name="PRIEST_MAGIC_BARRIER" hotkey="MACRO" priority="60" rebuffcut="60" inbattle="false" />
</skills_priest>