BBot - The best bot of the world

Full Version: MACRO USE SOFT BOOTS WHEN GET BATTLE!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need a Macro when i hunt, and my status gets battle, he equip the soft boots. Else, he uses de Boots of Haste!


Thanks!
(01-14-2014, 05:46 PM)raphaelignacio Wrote: [ -> ]I need a Macro when i hunt, and my status gets battle, he equip the soft boots. Else, he uses de Boots of Haste!


Thanks!

Hello Tongue i think this is what you are talking about right? there you go :>

1000 {Put on boh and soft by Erykans} Status.Battle() 1 Self.UnEquip.Boots(1) Self.Equip.Boots(6529) 1000 {Put on boh and soft2 By Erykans} Status.Battle() =0 Self.UnEquip.Boots(1) Self.Equip.Boots(3079)


I didnt try it because i dont have soft, try it please and let me know what are the problem with it and i will try fix it.
Doesnt Work
(01-22-2014, 01:42 AM)raphaelignacio Wrote: [ -> ]Doesnt Work



try this one maby? let me know if it works.

1000 {Soft and Boh} Status.Battle() = 1 Self.Inventory.Boots()<>3079 Self.Equip.Boots(6539) Status.Battle() = 0 Self.Inventory.Boots()<>6539 Self.Equip.Boots(3079)


OR TRY THIS

1000 {Soft and Boh} Status.Battle() = 1 Self.UnEquip.Boots(0) Self.Equip.Boots(6539) Status.Battle() = 0 Self.UnEquip.Boots(0) Self.Equip.Boots(3079)
Doesnt Work too, but i did one that works!

Thanks anyway
(01-23-2014, 01:34 AM)raphaelignacio Wrote: [ -> ]Doesnt Work too, but i did one that works!

Thanks anyway

DId you try the second one i gave you , the second in the second post , it must work!! ;/
i dont try, but thanks! i get it