BBot - The best bot of the world
MACRO USE SOFT BOOTS WHEN GET BATTLE! - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: MACRO USE SOFT BOOTS WHEN GET BATTLE! (/thread-13531.html)



MACRO USE SOFT BOOTS WHEN GET BATTLE! - raphaelignacio - 01-14-2014

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!


RE: MACRO USE SOFT BOOTS WHEN GET BATTLE! - erykans - 01-21-2014

(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.


RE: MACRO USE SOFT BOOTS WHEN GET BATTLE! - raphaelignacio - 01-22-2014

Doesnt Work


RE: MACRO USE SOFT BOOTS WHEN GET BATTLE! - erykans - 01-22-2014

(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)


RE: MACRO USE SOFT BOOTS WHEN GET BATTLE! - raphaelignacio - 01-23-2014

Doesnt Work too, but i did one that works!

Thanks anyway


RE: MACRO USE SOFT BOOTS WHEN GET BATTLE! - erykans - 01-23-2014

(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!! ;/


RE: MACRO USE SOFT BOOTS WHEN GET BATTLE! - raphaelignacio - 01-24-2014

i dont try, but thanks! i get it