Thread Tools Display Modes
08-16-20, 09:01 AM   #1
Volanare
A Kobold Labourer
Join Date: Nov 2011
Posts: 1
Cursor anchor tooltip?

Hello is there a way to anchor the tooltip to the cursor?

Thanks
 
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, 283 views)
 
10-14-20, 10:26 PM   #3
essex23
A Murloc Raider
 
essex23's Avatar
Join Date: Aug 2017
Posts: 9
Originally Posted by xSomax View Post
OK, so here's what I did:
open RealUI_Tooltips.lua and modify the following..
remove position leaving this line:



then I changed



Or you can just download my modified .Lua file

Tried all of it, including your download...none of it worked for me.
 
10-15-20, 04:14 PM   #4
Gethe
RealUI Developer
 
Gethe's Avatar
Premium Member
Featured
Join Date: Sep 2008
Posts: 942
This is a new option, in the Tooltips section at /realadv. Check "at cursor". If you have any further questions, please create a new thread.
__________________
Knowledge = Power; Be OP

 

WoWInterface » Featured Projects » RealUI » Cursor anchor tooltip?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off