Bard boastfulif

neknet

Greenman
Joined
Jul 3, 2016
Messages
29
Reaction score
1
Points
3
Trying to get this to let it fade an trigger boastful conclusion.. Thinking something like
boastfulif=!${Target.Buff[Boastful Bellow XLI].ID}
in my bards ini file.. but it doesn't seem to work. Any help?
 
When checking buffs, unless you really need to know rank, the name itself may not show it, so don't use it. Also, checking BuffsPopulated is useful. And finally, try to use the If TLO so you always end up with a boolean for sure on your evel.

E.g., try:

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

htw