Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problema com macro de heal
#1
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?


Forum Jump:


Users browsing this thread: 1 Guest(s)