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.
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.