I would love to turn this ingame macro into something my bot could use or a way to only use
("Power of the Wood Spirit") only when ("Joint Blow") can not be cast.
<onPreSkillCast><![CDATA[
if arg1.Name == "WARDEN_POWER_OF_THE_WOOD_SPIRIT" then
if 15 > player.MP2 then
return true
else
return false
end
end
]]></onPreSkillCast>
So make your WARDEN_POWER_OF_THE_WOOD_SPIRIT priority high and when the focus is less then 15 it should use that skill. (should)
Remember no matter you do in life to always have a little fun while you are at it