Question Boastful Bellow stacking

PORKPOCKETS

New member
Joined
Sep 13, 2015
Messages
1
Reaction score
0
Points
1
Running two bards and can't seem to get them to stack Boastful. They will either not cast it (because another boastful is on the mob when it checks for buffs) or they cast it before it wears off.

Have tried a holy

/if (!${Target.Buff[Boastful Bellow].ID} && ${Me.PctEndurance}>30 && ${Target.PlayerState}==4) /alt act 199

and have tried in just normal melee


boastfulif=${If[${Target.BuffsPopulated} && !${Target.Buff[Boastful Bellow].ID},1,0]}

Any ideas?
 
Code:
${Target.PlayerState}==4

havent seen this b4

what ever it is does playerstate check npcs and their state as well

would love to know what state 4 or 1-4 etc mean
 
Code:
${Target.PlayerState}==4

havent seen this b4

what ever it is does playerstate check npcs and their state as well

would love to know what state 4 or 1-4 etc mean


0=Idle 1=Open 2=WeaponSheathed 4=Aggressive 8=ForcedAggressive 0x10=InstrumentEquipped 0x20=Stunned
0x40=PrimaryWeaponEquipped 0x80=SecondaryWeaponEquipped

This is what I found when searching for it, but it appears that's a RG TLO. Not sure if it's applicable in this compile.