01-19-2015, 01:15 AM
(01-13-2015, 03:26 PM)Freshdrup Wrote: How the fack I heal with mana rune and custom healing rune ON OTSERVER???
I have tried different macros but noone work!
2 {Healing rune} A:=Creature.Self() Creature.Health(!A!)=<70 Creature.ShootOn(!A!, *)
* : Put the id of your rune, idk 9999.
If you have less than 70% of your hp, then the macro going to use the rune.
2
{Mana rune}
A:=Creature.Self()
Self.Mana%()<=70
Creature.ShootOn(!A!, *)
* : Put the id of your rune, idk 9999.
Self.mana%()<=70 If you have less than 70% of your mana, then the macro going to use mana rune.