Plugin MQ2Melee bard singing downflags

nex.strm

New member
Joined
Jan 5, 2018
Messages
2
Reaction score
0
Points
1
Hi everyone,
Was hoping someone could help with my bard mq2melee downflags. At the moment during combat my holyshits seem to be working, I just have a slow, melody and selos AA go off during a combat.

The problem is when combat is over, the bard keeps a song playing and the downflags don't fire unless i manually stop the song. Is there a way to /stopcast when you leave combat? Should that be in the holyflags? or should I /stopcast when mob health reaches 1%?

Any help is appreciated. Thanks
 
/if (!${Me.CombatState.Equal[COMBAT]} && ${Me.Casting.ID}>1) /stopsong

something like that in downshit.
 
/if (!${Me.CombatState.Equal[COMBAT]} && ${Me.Casting.ID}>1) /stopsong

something like that in downshit.

That would make it so you'd never be able to cast anything if you are not in combat.

I would suggest adding " !${Foreground} " to the check so that if you are manually using the bard it will let you cast.
 
Thanks guys,

I tried as you suggested but downflags don't check the /ifs, if there is a song playing.

So, if a holyflag leaves a song playing during combat it almost always does, the downflags never check the /ifs
This only happens on my bard. I have no problem with casters or melee characters.