BBot - The best bot of the world
PZ change softs. - 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: PZ change softs. (/thread-12401.html)



PZ change softs. - leicer12 - 10-30-2013

Hello, I want macro for change soft boots when PZ(swords) are =1
and change for boh when =0.
Anyone can do it?


RE: PZ change softs. - leicer12 - 10-30-2013

!bump


RE: PZ change softs. - kamill - 10-30-2013

Add these 2 macros:

Status.InPZ==0
Self.Equip.Boots(ID of Soft Boots)

Status.InPZ==1
Self.Equip.Boots(ID of BoH)

It can be problematic if You have more than one pair of Soft Boots/BoH, but it should work.


RE: PZ change softs. - leicer12 - 10-31-2013

(10-30-2013, 08:31 PM)kamill Wrote: Add these 2 macros:

Status.InPZ==0
Self.Equip.Boots(ID of Soft Boots)

Status.InPZ==1
Self.Equip.Boots(ID of BoH)

It can be problematic if You have more than one pair of Soft Boots/BoH, but it should work.

Thanks, i have once Smile