Posts: 31
Threads: 18
Joined: Aug 2012
Reputation:
0
07-01-2013, 10:19 AM
(This post was last modified: 07-05-2013, 01:48 AM by spiff26.)
Hey can someone help? i need script to use soft boots when im under 40% mana and use boots of haste again when i´m over 60%? please make full macro for me please
Id Boh : 3079
Id Soft boots : 3549
PS : i have 2x soft boots
I have working script for 1x soft boots but 2x soft boots it switch soft all the time
Posts: 1,617
Threads: 15
Joined: Dec 2011
Reputation:
0
[macro]800 {Change Soft / Boots} softID_ON:=6529 softID:=3549 otherBoots:=3079 manaEquip:=40 manaUnequip:=60 Self.Mana%()<=!manaEquip! [else] Self.Inventory.Boots()<>!softID_ON! Self.Equip.Boots(!softID!) Exit() {else} Self.Mana%()>=!manaUnequip! Self.Inventory.Boots()<>!otherBoots! Self.Equip.Boots(!otherBoots!)[/macro]
Posts: 861
Threads: 3
Joined: Feb 2012
Reputation:
0
[macro]3000 {BOH/Softboots} boh:=3079 soft:=3549 minMana:=40 Self.Mana%()<=!minMana! [BOH] Status.InPZ()==0 [BOH] Self.Inventory.Boots()<>!soft! Self.Equip.Boots(!soft!) Exit() {BOH} Self.Inventory.Boots()<>!boh! Self.Equip.Boots(!boh!) Exit()[/macro]
Waypoints By Me [Here]
BBot functions/Funções do BBot [Here]
Posts: 31
Threads: 18
Joined: Aug 2012
Reputation:
0
Thx for help i rep + u both but you didn't read what i need help with. I have 2x soft boots. They still just spam change the two pairs i have Can you add a function if soft boots already equipmmed do nothing? instead of chaning the 2x softs 24/7 with each other
Posts: 407
Threads: 39
Joined: Mar 2013
Reputation:
0
kimo what's up with the invalid titles? o.O
If my advice help u give me some REP ok?, si te ayude regaleme un REP vale?, Se minha idéia te ajudou, manda um REP ae TY, Gracias, Obrigado
Posts: 31
Threads: 18
Joined: Aug 2012
Reputation:
0
Nvm macro works thx guys! was my bad!