In this example I want to open with Rising Tide, then caste my DoTs, then spam Rising Tide till monster is dead (assuming the DoTs cooldown doesn't run out).
Code: Select all
<skills_priest>
<skill name="PRIEST_RISING_TIDE" hotkey="VK_6" priority="100" maxuse="1"/>
<skill name="PRIEST_LURE_OF_THE_SNAKE_WOMAN" hotkey="VK_5" priority="90" />
<skill name="PRIEST_BONE_CHILL" hotkey="VK_4" priority="80" />
<skill name="PRIEST_SNAKE_CURSE" hotkey="VK_3" priority="70" />
<skill name="PRIEST_RISING_TIDE" hotkey="VK_6" priority="60" />
</skills_priest>This will also allow people to setup attack sequences which use skills more than once for those people who want greater control.
What do you think?