Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: Fizzlemizz
Forum: Lua/XML Help 03-26-21, 10:05 AM
Replies: 2
Views: 2,587
Posted By Fizzlemizz
You want to anchor the tooltip and you can just...

You want to anchor the tooltip and you can just use the standard GameTooltip.

f:SetScript("OnEnter", function(self)
if (UnitBuff("player", 1)) then
GameTooltip:SetOwner(self,...
Showing results 1 to 1 of 1