BBot - The best bot of the world
[Solved] Help soft boots macro - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: [Solved] Help soft boots macro (/thread-10709.html)



[Solved] Help soft boots macro - whey - 07-01-2013

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


RE: Help soft boots macro - Kimoszin - 07-01-2013

[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]


RE: Help soft boots macro - spiff26 - 07-01-2013

[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]


RE: Help soft boots macro - whey - 07-01-2013

what's the difference between these 2? also does these 2 macros Work with 2x soft boots? so they no change soft boots 24/7?

(07-01-2013, 03:49 PM)Kimoszin Wrote: [macro]800 {Change Soft / Boots} softID_ON:=6529

what id is this for?


RE: Help soft boots macro - Kimoszin - 07-02-2013

Soft ID on boots slot.


RE: Help soft boots macro - spiff26 - 07-02-2013

The difference is: what he wrote is better Tongue


RE: Help soft boots macro - whey - 07-02-2013

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


RE: Help soft boots macro - whey - 07-03-2013

Kimo respond pls


RE: Help soft boots macro - xolink - 07-03-2013

kimo what's up with the invalid titles? o.O


RE: Help soft boots macro - whey - 07-03-2013

(07-03-2013, 09:19 PM)xolink Wrote: kimo what's up with the invalid titles? o.O

This is not invalid title -_- help instead


RE: Help soft boots macro - spiff26 - 07-04-2013

(07-02-2013, 07:25 AM)whey Wrote: 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

He did a check to prevent this. If all IDs are correct, should not happen.


RE: Help soft boots macro - whey - 07-04-2013

Nvm macro works thx guys! was my bad!