Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Preference pots
#1
I was using this macro to heal.

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()


But now dont function anymore.
someone can make me an macro to stop heal mana and heal hp when have <x Hp?
#2
You have to use Creature now.
http://wiki.bmega.net/doku.php?id=macros..._creatures
#3
(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?
#4
Change Target.Shoot() by Creature.ShootOn(ID, Ammo)
#5
(10-11-2013, 08:05 PM)Dexter Wrote: Change Target.Shoot() by Creature.ShootOn(ID, Ammo)

i try, i edit my post, and still dont working =/
can anyone write for me pls?
#6
All players have ID = 99 how bbot can select me?
Help pls
#7
Code:
target:=Creature.Self()
Creature.ShootOn(!target!, Ammo)
#8
(10-12-2013, 12:54 AM)Kimoszin Wrote:
Code:
target:=Creature.Self()
Creature.ShootOn(!target!, Ammo)

Ty man, rep+


Forum Jump:


Users browsing this thread: 1 Guest(s)