Hello,
I have looked at different threads for Mana return but no luck, therefore hoping this thread is relevant (not about buff count but it is about mana return); so here is my question:
Using RBassist or just a normal waypoint I set-up Mana return as priority 100 in the profile, such as:
Code: Select all
<skills_knight>
<skill name="KNIGHT_MANA_RETURN" hotkey="MACRO" priority="100" inbattle="true" cooldown="7" />
<skill name="KNIGHT_RESOLUTION" hotkey="MACRO" priority="95" hpper="40"/>
<skill name="KNIGHT_CHARGE" hotkey="MACRO" priority="90" />
<skill name="PRIEST_REGENERATE" hotkey="MACRO" priority="80" hpper="99" />
<skill name="KNIGHT_HOLY_STRIKE" hotkey="MACRO" priority="60" />
<skill name="KNIGHT_HOLY_SEAL" hotkey="MACRO" priority="50" />
<skill name="KNIGHT_WHIRLWIND_SHIELD" hotkey="MACRO" priority="40" />
<skill name="KNIGHT_ENHANCED_ARMOR" hotkey="MACRO" priority="30" />
<skill name="PRIEST_MAGIC_BARRIER" hotkey="MACRO" priority="20" rebuffcut="60" inbattle="true" />
</skills_knight>
Mana return will work once at the beginign of the battle but will not reactivate itself, everything else works (e.g. The whirlwind Shield will work after cooldown even with priority 40).
I have also tried without "inbattle" and "cooldown" in the Mana return line but still not luck.
btw I removed the main weapon to have battle go for longer but still no luck. Must be missing something obvious but I have tried and failed for weeks now ^^
Thank you for your help.