10-25-2012, 04:24 PM
Need makro for mana potion when have 100 mana use mana potion )
Please help me i give rep !
Please help me i give rep !
Need Makro Mana potion
|
10-25-2012, 04:24 PM
Need makro for mana potion when have 100 mana use mana potion )
Please help me i give rep !
10-26-2012, 12:12 AM
Code: 1000 {use mp} mp:=ID_ManaPotion Self.Mana()<=100 Target.Self() Target.Shoot(!mp!) Exit()
10-27-2012, 06:12 AM
(10-26-2012, 12:12 AM)spiff26 Wrote: 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? |
« Next Oldest | Next Newest »
|