This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
When creating a single icon the "Grid2" OmniCC rule works as intended. However, this does not work for the "icons" type.
I found that the IndicatorsIcons.lua script didn't set a frame name. Line 116:
frame.cooldown = CreateFrame("Cooldown", nil, frame, "CooldownFrameTemplate")
I changed 'nil' to 'Grid2IndicatorIcons' and used that as a rule in OmniCC. This is now workable for me.
To post a comment, please login or register a new account.