11-23-2013, 08:14 PM
I need macro(?) to use soft boots when mana 80% or lower and boh when mana 95% or higher is it passible?
Soft boots
|
11-23-2013, 08:14 PM
I need macro(?) to use soft boots when mana 80% or lower and boh when mana 95% or higher is it passible?
11-23-2013, 08:59 PM
(This post was last modified: 11-23-2013, 09:00 PM by JeshuaStep.)
Here you are bro!
PHP Code: 1000 {SoftToBoh} Self.Mana%()<=80% [jump] Self.Equip.Boots(6529) Exit() {jump} Self.Mana%()>=95% Self.Equip.Boots(3079) Exit()
11-24-2013, 06:09 PM
Thanks
|
« Next Oldest | Next Newest »
|