View Single Post
12-02-10, 06:24 AM   #53
ole1510
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Dec 2008
Posts: 4
I had an error with your updated version when I aktivate ouf_weaponEnchant
When it is aktivated there are only the standart wow unit frames.
I edit somethink in the ouf_WeaponEnchant on line 20 and 173.
line 20
Code:
	 :PostUpdateEnchantIcons(icons)
line 173
Code:
	if self.PostUpdateEnchantIcons then self:PostUpdateEnchantIcons(icons) end
There I must edit it to "PostUpdateIcons" delete the "enchant" in the word

I hope you can understand my declaration ^^

edit: The blizzard buffs are not hidden/ maby only for me? and there are no buff timers at the buffs too, maby because the blizz buffs are shown? ^^

edit2: BUFFS
I edit on line 189
Code:
	self.disableCooldown = false
now I have a timer at buffs
and I edited on line 359
Code:
			BuffFrame:Hide()
bevor it was
--BuffFrame:Hide()
The Blizzard default buffs are hidden now.

Last edited by ole1510 : 12-03-10 at 07:08 AM. Reason: buff frames
  Reply With Quote