I have a feeling that the lower lvl spells have similar issues that i found with mq2/eq with things like "celerity". so not much I can do on this end about it. I've sent some of the stacking issues with various spells to the mq2 devs. I suspect confidence line has simlar issues where mq2 thinks it does when it doesn'tThat Valor problem is like the one I had with Confidence, same spell line just Valor is lower level and they were both acting the same way.
here is an example of what i mean about the celerity line of spells
/echo ${Spell[Celerity].StacksWith[Exceptional Velocity]}if you echo this on any non-bst toon, it says false, if i echo it on my bst it says true
Edit: nope doesn't look like the same issue, but this is very likely again, and i say again because i answer several of the exact same thing every day. an mq2kissbuffs issue where you likely *had* entries, which would prevent the skipping failure detection, but your entries weren't getting updated.
Again, this is outside of my control with mq2cleric, as unfortunately we're relying on mq2kissbuffs atm for buffing.
so I'd suggest if that happens to reload kissbuffs on the character that is getting spam buffed.
if mq2/eq says that it doesn't stack - then we're not going to cast it unless mq2kissbuffs is acting up and is not correctly updating what buffs you have, then you need to reload it
if mq2/eq says that it does stack - then it will definitely spam buff you (even if it gets the message that it won't take hold - this is why mq2bst doesn't do the lower lvl haste at the moment
re: eqbc --- the plugins don't communicate or otherwise issue commands to one another - we have kissbuffs writing their buffs to a file, and then the cwtn plugins checks that file for what buffs they have, and we check those buffs against stacking logic - which is why if/when mq2kissbuffs is fuubared, you can get bad behavior.
if there is a missing line entry - like no buffs line or blocked buffs line, we will skip buffing at all
if there is not a missing line entry, but mq2kissbuffs isn't updating your buffs, then we don't know that is the case since we see entries and we will continue to buff - since the buffs don't update themselves, we don't know they don't have it =p
Last edited:




