BBot - The best bot of the world
Problema com macro de heal - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: Problema com macro de heal (/thread-12056.html)



Problema com macro de heal - artsuprimentos - 10-02-2013

Depois da versao 23 meu macro pra heal parou de funcionar . . .


1000
{heal life/mana}
minMana:=80
minLife:=60
manaPotionID:=268
healthPotionID:=7643
Self.Health%()<=!minLife! [heal mana]
Target.Self()
Target.Shoot(!healthPotionID!)
Exit()
{heal mana}
Self.Mana%()<=!minMana!
Target.Self()
Target.Shoot(!manaPotionID!)
Exit()

Alguem pode me ajudar?