Thread: EclipseBar
View Single Post
10-15-10, 11:36 AM   #13
yj589794
A Rage Talon Dragon Guard
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 314
you can add a function:
Code:
self.EclipseBar.PostDirectionChange = function(element, unit)
	if(element.directionIsLunar) then
		-- do stuff
	else
		-- do other stuff
	end
end
After achieving eclipse this should fire and you can use it to display some indicator.
  Reply With Quote