Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need Makro Mana potion
#1
Need makro for mana potion when have 100 mana use mana potion Smile)
Please help me i give rep !
#2
Code:
1000 {use mp} mp:=ID_ManaPotion Self.Mana()<=100 Target.Self() Target.Shoot(!mp!) Exit()
Change ID_ManaPotion for the ID of Mana Potion (mana potion=268, smp=237, gmp=238)
Waypoints By Me [Here]

BBot functions/Funções do BBot [Here]
#3
(10-26-2012, 12:12 AM)spiff26 Wrote:
Code:
1000 {use mp} mp:=ID_ManaPotion Self.Mana()<=100 Target.Self() Target.Shoot(!mp!) Exit()
Change ID_ManaPotion for the ID of Mana Potion (mana potion=268, smp=237, gmp=238)

And macro for ghp healing?
I tryed to make it own, but it dont work <lol>.. can u help me?
#4
1000 {use ghp} ghp:=239 hp:=700 Self.Health()<=!hp! Target.Self() Target.Shoot(!ghp!) Exit()

Change 700 for desired number of health points (hp).
#5
Can you make me all makro in one ?

1200 {Heal} HP:=1800 MP:=40 Self.Health()<=!HP! Self.Mana()>=!MP! Self.Say(exura ico)


1000 {use mp} mp:=268 Self.Mana()<=100 Target.Self() Target.Shoot(!mp!) Exit()


1000 {use ghp} ghp:=239 hp:=1400 Self.Health()<=!hp! Target.Self() Target.Shoot(!ghp!) Exit()


All is work ? can you change that to fast say exura ico ? and pots?


Forum Jump:


Users browsing this thread: 1 Guest(s)