BBot - The best bot of the world

Full Version: PZ change softs.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I want macro for change soft boots when PZ(swords) are =1
and change for boh when =0.
Anyone can do it?
!bump
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.
(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