View Single Post
06-14-10, 09:21 AM   #20
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 822
Perhaps you forgot to set the script ?
You need to set the script for every frame you register the events to.

local function onevent(self, event, ...)
[...]
end

GUIPartyFrame.HealthEvents:SetScript("OnEvent", onevent)
GUIPartyFrame.ManaEvents:SetScript("OnEvent", onevent)
[...]
__________________
The cataclysm broke the world ... and the pandas could not fix it!
  Reply With Quote