Thread: Spell procs
View Single Post
06-03-11, 12:54 PM   #5
sigg
Featured Artist
 
sigg's Avatar
Featured
Join Date: Aug 2008
Posts: 1,251
It is not lightning up, but you could see the border color swicth to orange.
it is in my todo list to make this light up like how the bar is currently work.
In RDX, I choose to rewrite the action bar entirely, not using the standard Blizzard buton design.


About the weapons enchant, it is a bug from Blizzard in the aurasecure engine. I can't do anything for that and it seems Blizzard don't care about this problem.

In the file SecuredGroupHeader.lua line 760
local slot = GetInventorySlotInfo("MainHandSlot");

must be replace by
local slot = GetInventorySlotInfo("OffHandSlot");
__________________
RDX manager
Sigg
  Reply With Quote