(03-10-2016, 11:06 AM)damiansnk Wrote: To get priority gor ghp than shp or mana
You can setup all of that 'priorities' in one macro
mana%<=40 [cond1]
hp%>=60 [cond2]
send.key...(with mana pot)
exit()
{cond2}
send.key...(with hp pot)
exit()
{cond1}
hp%<60
send.key...(with hp pot)
exit
So it will use Mana pot when ur mana is lower than 40%, when ur hp is higher than 60%,
but if its hp lower, it will use hp pot.
And if mana is higher than 40% it will check if has enough hp (60%) and will use hp pot if not
If I have some time and zeal i will make all of your macros in a single one, that would work much better than having all of this separately