0×00000002 SPELL_ATTR_EX6_DO_NOT_RESET_COOLDOWN_IN_ARENA 1 only usable in arena, not used in 3.2.0a and early 0×00000004 SPELL_ATTR_EX6_NOT_AN_ATTACK 2 0×00000008 SPELL_ATTR_EX6_CAN_ASSIST_IMMUNE_PC 3 0×00000010 SPELL_ATTR_EX6_UNK4 4 0×00000020 SPELL_ATTR_EX6_DO_NOT_CO...
Little update, I seem to have figured out that the proc event won't update when there is a cooldown so is there any event that triggers when a spell is usable or goes on cooldown? I head something about combat log unfiltered but can't find how to properly use it so it triggers o...
This information is storable/useable as state information to be used elsewhere. This information is storable/usable as state information to be used elsewhere. - `getDefaultProtocol`: Returns the default protocol to apply. Expand Down 2 changes: 1 addition & 1 deletion 2 platform/docs/docs/pl...
This brought me down to the ActionButton_UpdateUsable function. This is what's responsible for fading out abilities when they're not useable. More specifically, lines 517-519 are responsible for the blue shading you're seeing. You'll want to override what happens when the interface calls ...