Thread: oUF Phanx
View Single Post
10-31-17, 04:43 PM   #1
Maxen
A Fallenroot Satyr
Join Date: Aug 2008
Posts: 23
Question oUF Phanx

Hello,

I'm trying to fix oUF Phanx layout for 7.3 since she is MIA. I am having difficulties with the class powers. Any ideas on what's going on? She's creating "orbs" as power elements. Thanks!

Here is the error that I am getting:
Code:
2x oUF\elements\classpower.lua:77: attempt to call method 'SetStatusBarColor' (a nil value)
oUF\elements\classpower.lua:77: in function <oUF\elements\classpower.lua:72>
oUF\elements\classpower.lua:206: in function <oUF\elements\classpower.lua:174>
(tail call): ?
oUF\ouf-7.0.9.lua:200: in function <oUF\ouf.lua:189>
(tail call): ?

Locals:
element = <table> {
 1 = oUFPhanxOrb1848 {
 }
 2 = oUFPhanxOrb86227 {
 }
 3 = oUFPhanxOrb50097 {
 }
 4 = oUFPhanxOrb62062 {
 }
 5 = oUFPhanxOrb34001 {
 }
 6 = oUFPhanxOrb34421 {
 }
 ClassPowerEnable = <function> defined @oUF\elements\classpower.lua:234
 Update = <function> defined @oUF_Phanx\Features\Orbs.lua:80
 GetOrientation = <function> defined @oUF_Phanx\Features\Orbs.lua:276
 SetReverseFill = <function> defined @oUF_Phanx\Features\Orbs.lua:280
 SetOrientation = <function> defined @oUF_Phanx\Features\Orbs.lua:270
 ClassPowerDisable = <function> defined @oUF\elements\classpower.lua:247
 SetStyle = <function> defined @oUF_Phanx\Features\Orbs.lua:290
 areOrbs = true
 Hide = <function> defined @oUF_Phanx\Features\Orbs.lua:119
 __owner = oUFPhanxPlayer {
 }
 PostUpdate = <function> defined @oUF_Phanx\Functions.lua:318
 GetReverseFill = <function> defined @oUF_Phanx\Features\Orbs.lua:286
 __max = 6
 UpdateTexture = <function> defined @FrameXML\UIParent.lua:4899
 Show = <function> defined @oUF_Phanx\Features\Orbs.lua:128
 ForceUpdate = <function> defined @oUF\elements\classpower.lua:229
 GetStyle = <function> defined @oUF_Phanx\Features\Orbs.lua:296
}
powerType = "SOUL_SHARDS"
color = <table> {
 1 = 0.5
 2 = 0.32
 3 = 0.55
}
r = 0.5
g = 0.32
b = 0.55
(for index) = 1
(for limit) = 6
(for step) = 1
i = 1
bar = oUFPhanxOrb1848 {
 0 = <userdata>
 fg = <unnamed> {
 }
 style = "StatusBar"
 id = 1
 orbs = <table> {
 }
 bg = <unnamed> {
 }
 size = 20
}
(*temporary) = nil
(*temporary) = oUFPhanxOrb1848 {
 0 = <userdata>
 fg = <unnamed> {
 }
 style = "StatusBar"
 id = 1
 orbs = <table> {
 }
 bg = <unnamed> {
 }
 size = 20
}
(*temporary) = 0.5
(*temporary) = 0.32
(*temporary) = 0.55
(*temporary) = "attempt to call method 'SetStatusBarColor' (a nil value)"

Last edited by Maxen : 10-31-17 at 06:33 PM.
  Reply With Quote