i looking for persistent for new spells exura med ico if hp is under x% to x% with spam rate 200-400ms
i looking for persistent for new spells exura med ico if hp is under x% to x% with spam rate 200-400ms
auto(100)
if $hppc > 35 and $hppc < 95 and $mp > 500 then
cast("exura med ico")
wait(200,300)
end