Open gaveer opened 2 months ago
Did you uninstall Ace 3?
no
I can confirm the same error
all you all playing classic or retail? and are you using the correct one respectively?
I am playing retail and this is the beginning of the .toc file:
Interface: 100107 Title: |cFF00CCFFSmexyMats(SM)|r by: |cFFFF8000LunixiaLIVE|r v10.1.0.0 Retail Notes: Tooltip Mod - Notates which Expansion the item is from. Centered around Professions and Crafting. Version: 10.1.0.0 Retail
I see that the addon might have been renamed on CurseForge so this might be part of the problem.
No change after redownloading the latest version
@LunixiaLIVE so the issue here is that the item is from ExPacks : 10
config_Utilities.lua
[9] = {
name = L["DragonFlight"],
color = SmexyMats.Colors.DRAGONFLIGHT,
icon = "Interface\\Addons\\SmexyMats\\icon\\DF-Logo-Small.blp",
geticon = function()
local t = {}
t[ #t+1 ] = "|T"; t[ #t+1 ] = SmexyMats.ExPacks[9].icon; t[ #t+1 ] = ":"; t[ #t+1 ] = 64; t[ #t+1 ] = "|t "; return table.concat(t);
end,
},
+ [10] = {
+ name = L["TheWarWithin"],
+ color = SmexyMats.Colors.TWW,
+ icon = "Interface\\Addons\\SmexyMats\\icon\\TWW-Logo-Small.blp",
+ geticon = function()
+ local t = {}
+ t[ #t+1 ] = "|T"; t[ #t+1 ] = SmexyMats.ExPacks[10].icon; t[ #t+1 ] = ":"; t[ #t+1 ] = 64; t[ #t+1 ] = "|t "; return +table.concat(t);
+ end,
+ },
locale
L["DragonFlight"] = true;
+L["TheWarWithin"] = true;
data_Materials.lua
add ids for items
Would you like to take over the project on course forge? Or at least be able to update it?
i am not very good with codes , i just adapt with the coder codes .
I meant on curse forge. I forgot I even hosted it here. I can also show you how to keep this thing updated. It's not hard, I just didn't have time anymore and I don't play wow anymore either.
someone one posted this on the comment section : https://github.com/jaestevan/SmexyMatsCont
@LunixiaLIVE