Finish Condition Logic

From what I can tell, if you have multiple finish conditions on a buff, the buff will terminate when any of the conditions is true (they are OR'd together).  I'm curious if there's any way to dictate that multiple conditions must be true before the buff completes (they are AND'd together).  Especially nice would be a way to use both in the same buff (i.e. finishes if (A && (B || C) || D), that sort of thing).  Does anyone have any knowledge as to if this is possible?

Thanks.

5,531 views 3 replies
Reply #1 Top
I don't even know if logical operators exist in these files.
Reply #2 Top
You're correct that buff finish conditions are OR'd together. There currently are no plans to implement other logical operators for combining finish conditions, as it would be a significant amount of work to revise the code and all the buffs to reflect this possibility.
Reply #3 Top
 :SNIFF!:  That's what I thought. Well, thanks for the answer, at least.

/me adds another item to his wishlist.