It should take some lua code, so if someone knows that but not WA they could potentially still help.
When Tooltip on Mouseover is selected, it automatically is bound to RIGHT. How do I bound it to, say, BOTTOMLEFT like the vanilla buffs have it?
Google hasn’t brought me anything, sadly.
Edit: Okay, I have found THIS, which could help, but it’s not enough for me to figure out anything from. https://eu.forums.blizzard.com/en/wow/t/gametooltip-anchors/31438/3
And I imagine it would need to involve GameTooltip:SetOwner(UNKNOWN, "ANCHOR_BOTTOMLEFT")
This https://github.com/WeakAuras/WeakAuras2/wiki/Useful-variables-and-functions-within-WeakAuras
has a section on tooltips that could be handy.
I’m able to find a lot of what could be pieces, but not piece it together. I mean, I’m trying, but it’s kinda just throwing stuff at the wall and praying something sticks. (hopefully there’s someone around to help me with this one)
Edit: 4 days later, still no luck. Even looked at WA source code.