View Single Post
02-15-13, 08:09 AM   #8
Syliha
A Flamescale Wyrmkin
 
Syliha's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 104
Alright thx alot

I have another issue:
http://picload.org/image/adcowwi/wowscrnshot_0215.jpg

As you can see here all manabars have different heights (I've edited the default values, to prevent resize errors), my values are:

Code:
	['player'] = 				{ a = 'CENTER', p = 'UIParent', pa = 'BOTTOM', x = -120, y = 160, width = 150, height = 45, panel = 1, castbar = 1 },
	['target'] = 				{ a = 'CENTER', p = 'UIParent', pa = 'BOTTOM', x = 120, y = 160, width = 150, height = 45, panel = 1, castbar = 1 },
	['targettarget'] = 			{ a = 'CENTER', p = 'UIParent', pa = 'BOTTOM', x = 240, y = 166, width = 80, height = 33 },
I will be waiting patiently, just take your time

Edit:
Also there seems to be a conflicht with the addon "cooldowns":
http://www.wowinterface.com/download...11871#comments

Edit2:


Sorry for discovering so many problems :O
I get a cooldwon displayed by bunitframes for Consecration:
http://picload.org/image/adclgdc/wowscrnshot_0215.jpg

It is definitly bunitframes, as every other addon is turned off.

Edit3:

Also i get huge errorspams in Alteracvalley e.g.:

Code:
Message: Interface\FrameXML\CompactUnitFrame.lua:858: attempt to call method 'SetVertexColor' (a nil value)
Time: 02/15/13 15:52:20
Count: 1
Stack: Interface\FrameXML\CompactUnitFrame.lua:858: in function <Interface\FrameXML\CompactUnitFrame.lua:826>
[C]: in function `CompactUnitFrame_UtilSetDebuff'
Interface\AddOns\bUnitFrames\bUnitFrames.lua:876: in function `UpdateDebuffs'
Interface\AddOns\bUnitFrames\bUnitFrames.lua:1688: in function `updateAuras'
Interface\AddOns\bUnitFrames\bUnitFrames.lua:2229: in function `updateUnit'
Interface\AddOns\bUnitFrames\bUnitFrames.lua:2708: in function <Interface\AddOns\bUnitFrames\bUnitFrames.lua:2635>
[C]: in function `SetAttribute'
Interface\FrameXML\SecureGroupHeaders.lua:195: in function <Interface\FrameXML\SecureGroupHeaders.lua:115>
Interface\FrameXML\SecureGroupHeaders.lua:458: in function `SecureGroupHeader_Update'
Interface\FrameXML\SecureGroupHeaders.lua:48: in function <Interface\FrameXML\SecureGroupHeaders.lua:46>

Locals: debuffFrame = bRaidUnitButton30Debuff {
 0 = <userdata>
 _SetSize = <function> defined =[C]:-1
 parent = bRaidUnitButton30 {
 }
 border = "0.66,0.44,0.33"
 count = bRaidUnitButton30DebuffCount {
 }
 unstable = false
 SetSize = <function> defined @Interface\AddOns\bUnitFrames\bUnitFrames.lua:75
 cooldown = bRaidUnitButton30DebuffCooldown {
 }
 icon = bRaidUnitButton30DebuffIcon {
 }
}
unit = "raid30"
index = 1
filter = nil
isBossAura = nil
isBossBuff = nil
name = "Chilled"
rank = ""
icon = "Interface\Icons\Spell_Frost_FrostArmor02"
count = 1
debuffType = "Magic"
duration = 0
expirationTime = 0
unitCaster = nil
canStealOrPurge = nil
shouldConsolidate = nil
spellId = 7321
color = <table> {
 b = 1
 g = 0.6
 r = 0.2
}
(*temporary) = nil
(*temporary) = "0.66,0.44,0.33"
(*temporary) = 0.2
(*temporary) = 0.6
(*temporary) = 1
(*temporary) = "attempt to call method 'SetVertexColor' (a nil value)"
Only bunitframe is enabled at this time.
__________________
Balance is, when everyone is unhappy.

Last edited by Syliha : 02-15-13 at 08:55 AM.
  Reply With Quote