View Single Post
09-05-20, 02:04 AM   #2
xSomax
A Defias Bandit
Join Date: Sep 2020
Posts: 2
OK, so here's what I did:
open RealUI_Tooltips.lua and modify the following..
remove position leaving this line:

local defaults = {
global = {
showTitles = true,
showRealm = false,
showIDs = false,
showTransmog = true,
multiTip = true,
currency = {},
}
}
then I changed

local tooltipAnchor = _G.CreateFrame("Frame", "RealUI_TooltipsAnchor", _G.UIParent)
tooltipAnchor:SetSize(50, 50)
_G.hooksecurefunc("GameTooltip_SetDefaultAnchor", function(tooltip, p)
tooltip:ClearAllPoints()
tooltip:SetOwner(p, "ANCHOR_CURSOR")
Or you can just download my modified .Lua file
Attached Files
File Type: lua RealUI_Tooltips.lua (22.5 KB, 294 views)