monk holyshit help

ominous24

Premium Member
Joined
Sep 15, 2007
Messages
268
Reaction score
8
Points
18
Hey guys, I am looking for help on this if it is possible. I want to add a holyshit that will swap my bandolier once a weapon procs and repeats.

Possessed Dreadstone Master's Katar is in my first bandolier. Is there a way I can get my 2nd bandolier slot (2hb) to activate once the Katar procs Battle Fury in my soing window, then swap back once it fades, and repeat?

Thanks.
 
Code:
holyflag1=1
holyflag2=1
holyshit1=/if (!${Me.Song[Battle Fury].ID} && ${InvSlot[mainhand].Item.Name.NotEqual[Possessed Dreadstone Master's Katar]}) /bando activate [COLOR=Yellow]katarname[/COLOR]
holyshit2=/if (${Me.Song[Battle Fury].ID} &&  ${InvSlot[mainhand].Item.Name.Equal[Possessed Dreadstone Master's Katar]}) /bando activate [COLOR=Yellow]2hbname[/COLOR]
Fill in the highlighted with whatever the name of the bandolier is for those.