3x Skinner-b5.17688.2\SkinMe\oQueue-1.8.0.lua:58: attempt to index field "begbox" (a nil value)
Skinner-b5.17688.2\SkinMe\oQueue-1.8.0.lua:58: in function <Skinner\SkinMe\oQueue.lua:57>
(tail call): ?
<in C code>
thanks for your hard work... it motivated me to create my own Interface!
Some issues /requests:
- Bagnon skin is broken since... dunno, some days (no error, just no skinning)
- I'd like to have a skin for StaggerMeter 8)
- An older error message (skin works):
27x Skinner-b5.18019.2\SkinMe\AuctionMaster-5.7.0.lua:81: attempt to index global "scanSpeed" (a nil value)
(tail call): ?
<in C code>
Skinner-b5.18019.2\UtilFuncs.lua:120: in function <Skinner\UtilFuncs.lua:114>
Skinner-b5.18019.2\UtilFuncs.lua:219: in function "checkAndRunAddOn"
Skinner-b5.18019.2\AddonFrames.lua:282: in function "?"
Ace3-Release-r1109\AceTimer-3.0\AceTimer-3.0-16.lua:41: in function <Ace3\AceTimer-3.0\AceTimer-3.0.lua:36>
That reminds me, I've been meaning to post this update to the MinimalArchaeology skin for a while. Currently, if you have all races shown, it doesn't skin all objects on the "Artifact Bars" frame. I updated it locally to allow it to skin all items in the frame. If you could include this in the next update, please, so I don't have to keep remembering to change it locally. :)
local aName, aObj = ...
if not aObj:isAddonEnabled("MinimalArchaeology") then return end
function aObj:MinimalArchaeology()
-- Buttons
self:skinButton{obj=MinArchMain.buttonOpenHist, ob2="h"}
self:moveObject{obj=MinArchMain.buttonOpenHist, x=self.modBtns and 2 or 8}
self:skinButton{obj=MinArchMain.buttonOpenArch, ob2="a"}
self:moveObject{obj=MinArchMain.buttonOpenArch, x=self.modBtns and 2 or 8}
self:skinButton{obj=MinArchMain.openADIButton, ob2="d"}
self:moveObject{obj=MinArchMain.openADIButton, x=self.modBtns and 2 or 8}
self:skinButton{obj=MinArchMain.buttonClose, ob2="x"}
self:moveObject{obj=MinArchMain.buttonClose, x=self.modBtns and 2 or 8}
-- Skill Bar
MinArchMainSkillBarBorder:Hide()
MinArchMainSkillBarBackground:SetAllPoints(MinArchMain.skillBar)
self:glazeStatusBar(MinArchMain.skillBar, 0, MinArchMainSkillBarBackground)
-- Artifact Bars
for i = 1, 12 do
local objName = "MinArchMainArtifactBar"..i
local obj = _G[objName]
_G[objName.."BarBG"]:Hide()
obj:GetStatusBarTexture():SetTexCoord(0, 1, 0, 1)
self:glazeStatusBar(obj, 0, nil)
self:skinButton{obj=obj.buttonSolve}
end
-- Frame
self:addSkinFrame{obj=MinArchMain, nb=true, y1=4}
-->>-- option panels
self:addSkinFrame{obj=MinArchOptionPanel.hideArtifact}
self:addSkinFrame{obj=MinArchOptionPanel.capArtifact}
self:addSkinFrame{obj=MinArchOptionPanel.useKeystones}
self:addSkinFrame{obj=MinArchOptionPanel.miscOptions}
self:addSkinFrame{obj=MinArchOptionPanel.frameScale}
-->>-- History Frame
MinArchHistGrad.bg:Hide()
self:skinButton{obj=MinArchHist.buttonClose, ob2="x"}
self:moveObject{obj=MinArchHist.buttonClose, x=self.modBtns and 2 or 8}
self:addSkinFrame{obj=MinArchHist, nb=true, y1=4}
-- hook this to remove background textures
self:SecureHook(MinArch, "CreateHistoryList", function(this, raceID)
MinArchScrollFrame.bg:Hide()
MinArchScrollBar.bg:Hide()
self:skinSlider{obj=MinArchScrollBar}
self:Unhook(MinArch, "CreateHistoryList")
end)
-->>-- Digsites Frame
MinArchDigsitesGrad.bg:Hide()
self:addButtonBorder{obj=MinArchDigsites.kalimdorButton}
self:addButtonBorder{obj=MinArchDigsites.easternButton}
self:addButtonBorder{obj=MinArchDigsites.outlandsButton}
self:addButtonBorder{obj=MinArchDigsites.northrendButton}
self:skinButton{obj=MinArchDigsites.buttonClose, ob2="x"}
self:moveObject{obj=MinArchDigsites.buttonClose, x=self.modBtns and 2 or 8}
self:addSkinFrame{obj=MinArchDigsites, nb=true, y1=4}
self:SecureHook(MinArch, "CreateDigSitesList", function(this, contID)
MinArchDSScrollFrame.bg:Hide()
MinArchScrollDSBar.bg:Hide()
-- self:skinSlider{obj=MinArchScrollDSBar}
self:Unhook(MinArch, "CreateDigSitesList")
end)
-->>-- Tooltip
self:addButtonBorder{obj=MinArchTooltipIcon, relTo=MinArchTooltipIcon.icon, ofs=1}
end
11x Skinner-b5.18414.2\SkinMe\oQueue-1.9.5.lua:162: attempt to index field "LootContract" (a nil value)
(tail call): ?
<in C code>
Skinner-b5.18414.2\UtilFuncs.lua:120: in function <Skinner\UtilFuncs.lua:114>
Skinner-b5.18414.2\UtilFuncs.lua:219: in function "checkAndRunAddOn"
Skinner-b5.18414.2\AddonFrames.lua:282: in function "?"
AdiBags-v1.6.15\libs\AceTimer-3.0\AceTimer-3.0-16.lua:41: in function <AdiBags\libs\AceTimer-3.0\AceTimer-3.0.lua:36>
For about a month or 2 I've been having a situation where the XP bar and health bar wont show up. It makes it difficult to dot targets when they are moving around and I have to click the actual target instead of their bar.
I turned off all my addons and turned them on 1 at a time and when I turned skinner back on the problem re-appeared.
Let me also say I love this addon!
5x Skinner-b5.18414.5\SkinMe\oQueue-1.9.9a.lua:182: attempt to index field "LootContract" (a nil value)
Skinner-b5.18414.5\SkinMe\oQueue-1.9.9a.lua:182: in function "func"
AdiBags-v1.6.16\libs\AceTimer-3.0\AceTimer-3.0-16.lua:43: in function <AdiBags\libs\AceTimer-3.0\AceTimer-3.0.lua:36>
3x Skinner-b5.17688.2\SkinMe\oQueue-1.8.0.lua:58: attempt to index field "begbox" (a nil value)
Skinner-b5.17688.2\SkinMe\oQueue-1.8.0.lua:58: in function <Skinner\SkinMe\oQueue.lua:57>
(tail call): ?
<in C code>
Locals:
(*temporary) = "LeftButton"
(*temporary) = false
(*temporary) = <function> defined =[C]:-1
Updated version number checks
Minor updates
b5.17956.1
Updated DBM & oQueue skins
Updated build number
b5.18019.1
Bugfix for TitanPanel
b5.18019.2
thanks for your hard work... it motivated me to create my own Interface!
Some issues /requests:
- Bagnon skin is broken since... dunno, some days (no error, just no skinning)
- I'd like to have a skin for StaggerMeter 8)
- An older error message (skin works):
27x Skinner-b5.18019.2\SkinMe\AuctionMaster-5.7.0.lua:81: attempt to index global "scanSpeed" (a nil value)
(tail call): ?
<in C code>
Skinner-b5.18019.2\UtilFuncs.lua:120: in function <Skinner\UtilFuncs.lua:114>
Skinner-b5.18019.2\UtilFuncs.lua:219: in function "checkAndRunAddOn"
Skinner-b5.18019.2\AddonFrames.lua:282: in function "?"
Ace3-Release-r1109\AceTimer-3.0\AceTimer-3.0-16.lua:41: in function <Ace3\AceTimer-3.0\AceTimer-3.0.lua:36>
Locals:
nil
I was wondering if have the time, could you please skin the addon Ludwig?
Thanks in advance!
Unobsoleted Ludwig & update skin (as reported by NeoZeus)
Updated Ace3, AuctionMaster (as reported by CobaltDarkBlue) & Bagnon (as reported by CobaltDarkBlue/Excitor0) skins
b5.18019.3
Updated DestinyFrame skin & skin Altoholic Minimap button
Updated Build info
b5.18414.1
Getting the following with latest version:
That reminds me, I've been meaning to post this update to the MinimalArchaeology skin for a while. Currently, if you have all races shown, it doesn't skin all objects on the "Artifact Bars" frame. I updated it locally to allow it to skin all items in the frame. If you could include this in the next update, please, so I don't have to keep remembering to change it locally. :)
b5.18414.2
11x Skinner-b5.18414.2\SkinMe\oQueue-1.9.5.lua:162: attempt to index field "LootContract" (a nil value)
(tail call): ?
<in C code>
Skinner-b5.18414.2\UtilFuncs.lua:120: in function <Skinner\UtilFuncs.lua:114>
Skinner-b5.18414.2\UtilFuncs.lua:219: in function "checkAndRunAddOn"
Skinner-b5.18414.2\AddonFrames.lua:282: in function "?"
AdiBags-v1.6.15\libs\AceTimer-3.0\AceTimer-3.0-16.lua:41: in function <AdiBags\libs\AceTimer-3.0\AceTimer-3.0.lua:36>
Locals:
nil
thanks for all the fantastic work
b5.18414.3
Please be aware that the Altoholic skin is now out of date.
There is a new currency tab;
http://www.wowinterface.com/downloads/info8533-Altoholic.html
Regards,
Sudo.
Thanks in advance, Jncl!
b5.18414.4
@ NeoZeus, Reforging is being removed in WoD.
b5.18414.5
I turned off all my addons and turned them on 1 at a time and when I turned skinner back on the problem re-appeared.
Let me also say I love this addon!
5x Skinner-b5.18414.5\SkinMe\oQueue-1.9.9a.lua:182: attempt to index field "LootContract" (a nil value)
Skinner-b5.18414.5\SkinMe\oQueue-1.9.9a.lua:182: in function "func"
AdiBags-v1.6.16\libs\AceTimer-3.0\AceTimer-3.0-16.lua:43: in function <AdiBags\libs\AceTimer-3.0\AceTimer-3.0.lua:36>
Locals:
self = <unnamed> {
0 = <userdata>
object =
}
args =
}
id = "table: 000000002DE4CCB0"
func = <function> defined @Interface\AddOns\Skinner\SkinMe\oQueue.lua:181
argsCount = 0
}
id = "table: 000000002DE4CCB0"
type = <function> defined =[C]:-1
unpack = <function> defined =[C]:-1
activeTimers =
table: 000000002DE36EE0 = <unnamed> {
}
table: 000000002DE75100 = <unnamed> {
}
table: 000000002DE4AC80 = <unnamed> {
}
table: 000000002CF29070 = <unnamed> {
}
table: 000000003B117030 = <unnamed> {
}
table: 000000002DE69060 = <unnamed> {
}
table: 000000002DE36F30 = <unnamed> {
}
table: 000000002B8D2720 = <unnamed> {
}
table: 000000002DE72950 = <unnamed> {
}
table: 000000002D4BD8B0 = <unnamed> {
}
table: 000000002D5A2C00 = <unnamed> {
}
table: 000000002DC1F2E0 = <unnamed> {
}
table: 000000002DE729A0 = <unnamed> {
}
table: 000000003B678690 = <unnamed> {
}
table: 000000003B113890 = <unnamed> {
}
table: 000000003AF53E90 = <unnamed> {
}
table: 000000003AFEEF80 = <unnamed> {
}
table: 000000002C0C6050 = <unnamed> {
}
table: 000000002DDCB580 = <unnamed> {
}
table: 000000002DE4C2B0 = <unnamed> {
}
table: 000000002DE74A20 = <unnamed> {
}
table: 000000002DE750B0 = <unnamed> {
}
table: 000000002DE75060 = <unnamed> {
}
table: 000000002DE656E0 = <unnamed> {
}
table: 000000002DE5B6E0 = <unnamed> {
}
table: 000000003B113BB0 = <unnamed> {
}
table: 000000002DE4CCB0 = <unnamed> {
}
table: 000000002DE37ED0 = <unnamed> {
}
}
inactiveTimers =
(null) = true
(null) = true
(null) = true
(null) = true
(null) = true
(null) = true
(null) = true
(null) = true
(null) = true
(null) = true
(null) = true
(null) = true
(null) = true
(null) = true
(null) = true
(null) = true
(null) = true
(null) = true
(null) = true
(null) = true
(null) = true
(null) = true
(null) = true
(null) = true
(null) = true
(null) = true
(null) = true
(null) = true
(null) = true
(null) = true
}
As always...thanks for the great work!