Macro for Put off soft boots in PZ plz - 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 for Put off soft boots in PZ plz (/thread-16293.html) |
Macro for Put off soft boots in PZ plz - ulises - 10-02-2014 Macro for Put off soft boots in PZ plz RE: Macro for Put off soft boots in PZ plz - erleo - 10-04-2014 Try this. [macro]100 {Soft to BOH in PZ} Status.InPZ()==0 Self.Equip.Boots(6529) Exit() {jump} Status.InPZ()==1 Self.Equip.Boots(3079) Exit() [/macro] RE: Macro for Put off soft boots in PZ plz - ulises - 10-04-2014 (10-04-2014, 03:02 PM)erleo Wrote: Try this. i test RE: Macro for Put off soft boots in PZ plz - ulises - 10-05-2014 (10-04-2014, 09:27 PM)ulises Wrote:(10-04-2014, 03:02 PM)erleo Wrote: Try this. dont work bro, just put on soft when im in hunting but dont put off in PZ S; RE: Macro for Put off soft boots in PZ plz - damiansnk - 10-05-2014 (10-05-2014, 06:42 PM)ulises Wrote:(10-04-2014, 09:27 PM)ulises Wrote:(10-04-2014, 03:02 PM)erleo Wrote: Try this. What other boots have you got ? The id is 3079 I'm on phone now can't check it's probably boh? RE: Macro for Put off soft boots in PZ plz - ulises - 10-05-2014 (10-05-2014, 07:29 PM)damiansnk Wrote:(10-05-2014, 06:42 PM)ulises Wrote:(10-04-2014, 09:27 PM)ulises Wrote:(10-04-2014, 03:02 PM)erleo Wrote: Try this. ID its Fine 3079 for Boh and 6529 for soft bro S; RE: Macro for Put off soft boots in PZ plz - damiansnk - 10-05-2014 200 {Soft out} Status.InPZ()==0 Self.Equip.Boots(6529) Exit() {jump} Status.InPZ()==1 Self.UnEquip.Boots(0) Exit() try that 1 RE: Macro for Put off soft boots in PZ plz - ulises - 10-06-2014 (10-05-2014, 09:31 PM)damiansnk Wrote: 200 {Soft out} Status.InPZ()==0 Self.Equip.Boots(6529) Exit() {jump} Status.InPZ()==1 Self.UnEquip.Boots(0) Exit() nope bro S; well thx anyway Rep for try to help see you |