Remix Gem Helper

Remix Gem Helper

99.8k Downloads

New Issue with 11.0.2

rpsalis opened this issue ยท 5 comments

commented

31x Remix Gem Helper/Core.lua:522: bad argument #1 to 'pairs' (table expected, got nil)
[string "=[C]"]: in function `pairs'
[string "@remix Gem Helper/Core.lua"]:522: in function <Remix Gem Helper/Core.lua:520>

Locals:
(*temporary) = nil
(*temporary) = "table expected, got nil"

commented

2x Remix Gem Helper/Core.lua:479: hooksecurefunc(): CharacterFrameTab_OnClick is not a function
[string "=[C]"]: in function `hooksecurefunc'
[string "@remix Gem Helper/Core.lua"]:479: in function <Remix Gem Helper/Core.lua:196>
[string "@remix Gem Helper/Core.lua"]:544: in function <Remix Gem Helper/Core.lua:518>

Locals:

commented

Has there been any update to this yet? I don't know enough about coding WoW addons to know how to fix this. I love this addon and would love to have it for the rest of Remix.

commented

Still a bit isue with LUA error on opening disasembling portal, but not blocking using it

commented

Actually, it's possible to avoid this error by removing the code below from core.lua on line 479. It works without it, it just not opening automatically gems helper when opening character panel(on first open only). It's not the best solution, but it allow to use it anyways waiting for a fix (maybe ?)

hooksecurefunc("CharacterFrameTab_OnClick", function()
    if CharacterFrame.selectedTab ~= 1 then
        gems:Hide()
        frameToggle:Hide()
    else
        gems:Show()
        frameToggle:Show()
    end
end)
commented

I just posted on his Discord some info on how to get it working in Remix - should be the same solution for TWW.