BBot - The best bot of the world

Full Version: Need Makro Mana potion
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Need makro for mana potion when have 100 mana use mana potion Smile)
Please help me i give rep !
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)
(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?
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).
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?