noms
noms
same thing hold the BuffFrame on it's position ``` BuffFrame:SetParent(f) BuffFrame:ClearAllPoints() BuffFrame:SetPoint("TOPRIGHT") BuffFrame.SetPoint = F.dummy ```
i realized, that this code should not work anymore if you add **BuffFrame.SetPoint = F.dummy** ``` local function reposition() BuffFrame:ClearAllPoints() BuffFrame:SetPoint("TOPRIGHT") end TicketStatusFrame:HookScript("OnShow", reposition) TicketStatusFrame:HookScript("OnHide", reposition) ```
Take a peek into issue #109
Hmm works like a charm for me. Just edit the latest /scripts/buffs.lua and add in line 84: `BuffFrame.SetPoint = F.dummy` ReloadUI afterwards.
I updated it from Roth. You can shorten it a bit but I don't really care. In this form it's easier to update it from [source](https://github.com/zorker/rothui/tree/master/wow7.0/rBuffFrame). ``` -- rBuffFrame by...
I use the latest version. Unfortunately i can't reproduce the errors. Bugsack just recorded them. It may be, that another addon causes the issue when I was infight.
Got one issue again with some extra information. 36x FrameXML\LFGList.lua:1290: attempt to index local 'classTextColor' (a nil value) FrameXML\LFGList.lua:1290: in function `LFGListApplicationViewer_UpdateApplicantMember' FrameXML\LFGList.lua:1217: in function`LFGListApplicationViewer_UpdateApplicant' FrameXML\LFGList.lua:1193: in function `LFGListApplicationViewer_UpdateResults' FrameXML\LFGList.lua:974:...
Got this and the last report while joining a crossrealm premade group for terrorfist. I was not in combat but they already engaged him. 11x FrameXML\LFGList.lua:1150: attempt to perform arithmetic...
We implemented the suggested environment. ```text INFO 06-12 01:21:11 [logger.py:43] Received request chatcmpl-7027be498a4646fbbacc26d98d1c3047: prompt: 'system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.\nuser\nThere are 9 birds in...
Thank you very much @xinli-centml . That seems to have solved the issue.