LF Script For Target Buffs/Debuffs

I know that there are many big addons to help me do whatever I wanna do, but I only wanna do this one thing, so I’m looking for a script, not an addon.

I’ve recently started making addons, I am self taught.

I’m looking for a script that will make my target’s debuffs or buffs grow upwards.

MoveAnything allows me to do literally everything else, but not this.

There’s also one other option, open up the file of one of the big addons that allows me to do all this (along with many other things) and read through it and find that one script that allows me to change the direction of the grow of target’s buffs or debuffs, which will take days… Which is why I’d rather ask here.

Think the option already exists in the default UI if you right click the target frame, hover over "Move Frame" and select the "Buffs on Top" option

I also found this option you could use in-game as a macro or put in a private addon if you remove the /run part

/run TARGET_FRAME_BUFFS_ON_TOP=true;TargetFrame.buffsOnTop=true;TargetFrame_UpdateAuras(TargetFrame)

Here’s the LUA for the TargetFrame if you’d like to have a look
https://github.com/tomrus88/BlizzardInterfaceCode/blob/master/Interface/FrameXML/TargetFrame.lua

That option moves both buffs and debuffs. I’m trying to split them and move them separately, which I can already, but I cannot make it so that let’s say buffs grow upwards and put them on top of target frame and make debuffs grow downwards and put them below the target frame. Currently working on that.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.