Thread Tools Display Modes
11-01-22, 01:16 PM   #1
pedrayy
A Kobold Labourer
Join Date: Nov 2022
Posts: 1
Arrow 10.0 target frame's buff resize

I was running this script in order to increase target frame's buffs to better see them:

hooksecurefunc("TargetFrame_UpdateBuffAnchor", function(_, name, i) _G[name..i]:SetSize(21, 21) end)

but as a lot of other scripts and addons, with 10.0 that stopped working, I've found no addons that can do this and that's why I had a script for it, right now the only way I found to increase target frame's buffs is to increase the target frame itself, which is not very practical and makes it just some huge thing covering my screen

I found the code for the whole function but I can't seem to be able to translate that into a script
https://github.com/tomrus88/Blizzard...argetFrame.lua
  Reply With Quote
11-07-22, 11:15 AM   #2
Vampirelolz
A Kobold Labourer
Join Date: Nov 2022
Posts: 1
hooksecurefunc("TargetFrame_UpdateBuffAnchor", function(_, name) name:SetSize(21, 21) end)
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » 10.0 target frame's buff resize


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