Plugin MQ2Melee: Bard - Boastful Bellow

wwarwolf911

Member
Joined
Sep 5, 2008
Messages
901
Reaction score
13
Points
18
HTW

Bard is recasting Boastful Bellow on the mob before the 18sec Debuff has a chance to blast for 200k damage. By recasting Boastful, the dps is never hitting...

I tried adding this if statement, but doing so prevents boastful from going off.


boastful=1
boastfulif=!${Target.Buff[Boastful Bellow XLI].ID}
 
HTW

Bard is recasting Boastful Bellow on the mob before the 18sec Debuff has a chance to blast for 200k damage. By recasting Boastful, the dps is never hitting...

I tried adding this if statement, but doing so prevents boastful from going off.


boastful=1
boastfulif=!${Target.Buff[Boastful Bellow XLI].ID}
Thanks, I'll take a look asap.

htw
 
HTW

Bard is recasting Boastful Bellow on the mob before the 18sec Debuff has a chance to blast for 200k damage. By recasting Boastful, the dps is never hitting...

I tried adding this if statement, but doing so prevents boastful from going off.


boastful=1
boastfulif=!${Target.Buff[Boastful Bellow XLI].ID}
Thanks, I'll take a look asap.

htw

Is my foastfulif statement correct?
 
HTW

Bard is recasting Boastful Bellow on the mob before the 18sec Debuff has a chance to blast for 200k damage. By recasting Boastful, the dps is never hitting...

I tried adding this if statement, but doing so prevents boastful from going off.


boastful=1
boastfulif=!${Target.Buff[Boastful Bellow XLI].ID}


Your statement is just slightly off. You have a ] where you should have a } and are missing an ] on the second to last charator on the script. See below for how I have mine working.

!${Target.Buff[Boastful Bellow].ID},1,0]}
 
This is not working either:


PHP:
boastful=1
boastfulif=!${Target.Buff[Boastful Bellow].ID},1,0]}

will not cast Boastful Bellow
 
Any other bards or boxers have Boastful Bellow working with MQ2Melee?
 
Try this
boastfulif=${If[${Target.BuffsPopulated} && !${Target.Buff[Boastful Bellow].ID},1,0]}
 
  • Like
Reactions: Seariz
Try this
boastfulif=${If[${Target.BuffsPopulated} && !${Target.Buff[Boastful Bellow].ID},1,0]}
But I also have medley setup with it like this

song5=Boastful Bellow^20^${Target.Type.Equal[NPC]} && ${Target.PctHPs}<99 && ${If[${Target.BuffsPopulated} && !${Target.Buff[Boastful Bellow].ID},1,0]}