10-11-2013, 07:53 PM
(This post was last modified: 10-11-2013, 08:02 PM by artsuprimentos.)
(10-11-2013, 07:08 PM)Kimoszin Wrote: You have to use Creature now.
http://wiki.bmega.net/doku.php?id=macros..._creatures
i try that . . .
1000
{heal life/mana}
minMana:=80
minLife:=60
manaPotionID:=268
healthPotionID:=7643
Self.Health%()<=!minLife! [heal mana]
Creature.Target() = 99
Creature.ShootOn(!healthPotionID!)
Exit()
{heal mana}
Self.Mana%()<=!minMana!
Creature.Target() = 99
Creature.ShootOn(!manaPotionID!)
Exit()
what wrong?