01-11-2017, 09:37 AM
You need to put those 2 macros on and set your health potion (any kind) in healing on 100ms
2000 {Low mana} SelfID:=Creature.Self() Self.Attacking()==0 Self.Mana%()<=90 Creature.ShootOn(!SelfID!, 268)
500 {Low mana target} SelfID:=Creature.Self() Self.Attacking()==1 Self.Mana%()<=90 Self.Health%()>=40 Creature.ShootOn(!SelfID!, 268)
It's for better monsters looting on cashmakers. I'm using it (on open before attack mode) on roshamuul in hexera and it's working very well
2000 {Low mana} SelfID:=Creature.Self() Self.Attacking()==0 Self.Mana%()<=90 Creature.ShootOn(!SelfID!, 268)
500 {Low mana target} SelfID:=Creature.Self() Self.Attacking()==1 Self.Mana%()<=90 Self.Health%()>=40 Creature.ShootOn(!SelfID!, 268)
It's for better monsters looting on cashmakers. I'm using it (on open before attack mode) on roshamuul in hexera and it's working very well