01-14-2014, 05:46 PM
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!
Thanks!
MACRO USE SOFT BOOTS WHEN GET BATTLE!
|
01-14-2014, 05:46 PM
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-21-2014, 07:17 PM
(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! Hello 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. Hello! , If i Helped a Rep+ would be nice, Thank you !!!
01-22-2014, 01:42 AM
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) Hello! , If i Helped a Rep+ would be nice, Thank you !!!
01-23-2014, 01:34 AM
Doesnt Work too, but i did one that works!
Thanks anyway
01-23-2014, 08:23 AM
(01-23-2014, 01:34 AM)raphaelignacio Wrote: Doesnt Work too, but i did one that works! DId you try the second one i gave you , the second in the second post , it must work!! ;/ Hello! , If i Helped a Rep+ would be nice, Thank you !!!
01-24-2014, 01:42 AM
i dont try, but thanks! i get it
|
« Next Oldest | Next Newest »
|