my raid group has 2-3 mages in it, all with focus magic. I was trying to write a weak aura to detect when my FM target no longer had FM on it, and was investigating the spell ID of FM. It seems like from what I can tell there’s a pool of spell ID numbers for FM, but the 30 min buff and the 10 second proc both share the same pool of spell Id numbers. There’s no reliable way to tell through logs or WA which buff is up unless you track duration. Even without looking at it through WA, we were regularly seeing it drop off the other mages randomly. My guess it the system is assigning a new ID number ot the 10 sec proc, and when that expires the 30 min buff is being taken off or overwritten somehow.
My recommended solution would be to name the 10 second buff something else, and use a different pool of spell ID numbers for the 10 second version, so it can be independently tracked. Having two things with the same name and spell ID number pool is causing issues.
3 Likes
This issue is still occurring as of 02/28/2021.
1 Like