Update for 10.0 Dragonflight please
shfthappens opened this issue ยท 9 comments
Ive been using classtimer since wotlk and I feel super crippled without it. Please update for DF and I will make a donation!
1x bad argument #3 to '?' (Usage: local texture = self:CreateTexture([name, drawLayer, templateName, subLevel]))
[string "=[C]"]: in function `CreateTexture'
[string "@Interface/AddOns/ClassTimer/ClassTimer.lua"]:121: in function <Interface/AddOns/ClassTimer/ClassTimer.lua:111>
[string "@Interface/AddOns/ClassTimer/ClassTimer.lua"]:526: in function `UpdateUnitBars'
[string "@Interface/AddOns/ClassTimer/ClassTimer.lua"]:370: in function <Interface/AddOns/ClassTimer/ClassTimer.lua:368>
[string "=[C]"]: ?
[string "@Interface/AddOns/Ace3/AceBucket-3.0-4/AceBucket-3.0.lua"]:69: in function <...nterface/AddOns/Ace3/AceBucket-3.0/AceBucket-3.0.lua:67>
[string "@Interface/AddOns/Ace3/AceBucket-3.0-4/AceBucket-3.0.lua"]:83: in function `func'
[string "@Interface/AddOns/Ace3/AceTimer-3.0-17/AceTimer-3.0.lua"]:57: in function <Interface/AddOns/Ace3/AceTimer-3.0/AceTimer-3.0.lua:50>
Someone has posted a fix in the curse page website.
To make it work in the Dragonflight patch make the following adjustment in ClassTimer.lua:
Line 120: Change 'DIALOG' to 'OVERLAY'
Does that mean ClassTimer addon has come to an end by no more updates officially?
I mean, it's been on minimal life support since forever, I accept pull requests though
Raven's a good replacement if you're looking for something.
https://www.curseforge.com/wow/addons/raven
Someone has posted a fix in the curse page website.
To make it work in the Dragonflight patch make the following adjustment in ClassTimer.lua: Line 120: Change 'DIALOG' to 'OVERLAY'
Besides this fix, all other problems seem to come from outdated libraries. Is it correct that these libraries update automatically as the addon is released on CurseForge, or is it to be manually packaged? A PR will not fix this as the libraries are not hosted on this repo.
I have a PR ready once this library issue is out of the way.
Is it correct that these libraries update automatically as the addon is released on CurseForge, or is it to be manually packaged?
Yes, they're automatically packaged according to the .pkgmeta
Thank you for precising this, I sent a PR through (#6), although this isn't really much tinkering...
I left changes to include evoker spells out as I don't play it and would rather entrust a knowledgeable evoker player for that.