Download
(123Kb)
Download
Updated: 08-22-12 04:16 PM
Pictures
File Info
Updated:08-22-12 04:16 PM
Created:07-21-12 10:14 PM
Downloads:2,095
Favorites:1
MD5:

oUF Karma MoP Beta Version

Version: 1.5.3b
by: Unkn [More]

Go get the live version thats out now
Its right over here.

v 1.5.3b 8-22-2012
Big thanks to Paopao001 for helping with Warlock bar issues. They are fixed. Tukz Warlock bar plugin is embedded so don't use the stand alone version.
Nothing else noticable.


v 1.5.2b 8/01/2012: -- Sorry for frequent updates, had time to fix some things so I have
Removed dependency for Monks, Priests and Warlocks for their bars. You do not need Tukz plugins anymore.
Sorry Demo I'm still failing at your bar.
Couple different typo fixes.
Fixed - I think - whatever issue was going on with castbar - all 3 of them.
Released addistant, masterlooter, leader icons since oUF updated.
Couple different typo fixes.


v 1.5.2 7/31/2012:
Fixed Holy Power issues - TY Screamie for bringing it to my attention.

v 1.5.1 7/26/2012:
-Fixed 2/3 specs for warlock shard bar *currently requiring plugin as well*

v 1.5:
-A lot of updates for MoP
-Core look and feel not changed
-Added Monk/Priest Secondary Power bars *currently requires plugins links on main page*
Optional Files (0)


Post A Reply Comment Options
Unread 07-31-12, 08:34 PM  
Unkn
Premium Member
 
Unkn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 258
File comments: 165
Uploads: 2
Awesome - Thank you for the info. I'll run around on my pali for a bit to make sure everything is working with your fixed code.
__________________
"I'm very feminine. And I'll beat the crap out of ANYONE who disagrees!"
Report comment to moderator  
Reply With Quote
Unread 07-30-12, 01:57 PM  
Screamie
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 12
Uploads: 1
Exclamation LUA Error with Paladin Holy Power Bar

iv'e got a LUA Error on Line 839 in lib.lua

there is
Lua Code:
  1. for i = 1, MAX_HOLY_POWER do
so MAX_HOLY_POWER is now HOLY_POWER_FULL.

but this doesn't help with 5 Holy Power. I rewrite a little bit of Lines and now it works with 5 Holy Power and the latest oUF Version from Github

Here are the Lines of Code that i rewrite (in --HolyPowerbar Block)Line 838-840 rewritten:

Lua Code:
  1. local maxHolyPower = UnitPowerMax('player', SPELL_POWER_HOLY_POWER)
  2. local num = UnitPower('player', SPELL_POWER_HOLY_POWER)
  3. for i = 1, maxHolyPower do
  4.     if(i <= num) then
  5.         hp[i]:SetAlpha(1)
  6.     else
  7.         hp[i]:SetAlpha(0.2)
  8.     end

and Line 855 and 858 rewritten:
Lua Code:
  1. for i = 1, 5 do -- old was for i = 1, 3 do
  2.     local holyShard = CreateFrame("StatusBar", self:GetName().."_Holypower"..i, self)
  3.     holyShard:SetHeight(4)
  4.     holyShard:SetWidth((self.Health:GetWidth() / 5)-6, 6) -- old was ...:GetWidth() / 3)-6, 6)
  5.     holyShard:SetStatusBarTexture(cfg.statusbar_texture)
  6.     holyShard:SetStatusBarColor(.9,.95,.33)
  7.     holyShard:SetFrameLevel(4)

I hope this helps. And sorry for my bad english ;-)^^

--- Screamie ---
Last edited by Screamie : 07-30-12 at 01:59 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: