auras.lua always overrides my additions upon update
wwbrandon opened this issue · 12 comments
Hello,
I play Discipline Priest and the best best debuff for me to track with colors is Schism- I've been adding it in manually every refresh but was wondering if you could just add that into your baseline so I don't have to keep doing it?
Tracking purge the wicked doesn't make nearly as much sense as tracking Schism. Also, can you add a feature to change the nameplate strata?
Thanks
I have my whole screen shift to purple-ish hue when I use Shadow Covenant with a WA. I have the WA set to the lowest strata possible, but your nameplates still appear behind all WAs. I'd rather my nameplates be higher strata and on top of WAs.
JustDiscipline on YouTube if you want an example. I tried editing your code but it's a bit beyond me- however Plater can do it so I know it's possible.
Thank you for looking, I tried everything I knew before reaching out. Here is a link to my WA- you'll notice the nameplates fall behind it. Your nameplates fall behind all WAs
I dug into this a little more, set the overlay opacity to 100% to verify the issue. The nameplates are parented to the WorldFrame which runs at 'BACKGROUND' frame strata by default.
This is the code that fixed it for me:
/script WorldFrame:SetFrameStrata('LOW');
You can maybe setup a weakaura to run this on login?
Omg... thank you so much for finding the solution even tho it was outside your addon. This will work just fine me... I never considered nameplate strata would be controlled by a CVAR.
Thanks,
Disc
No sorry. Been busy outside the game the last couple weeks and have a few todos on another addon to fix first. I'll keep this issue open.
Thank you, I appreciate it. I promote your addon in all of my youtube videos. KUI > Plater any day!
When in game, type /fstack
to open up the hierarchy of frames.
You can then run /script FrameName:SetFrameStrata or other frame API commands to fiddle with it.
https://wowpedia.fandom.com/wiki/API_Frame_SetFrameLevel
I'm not sure which combination is required for this background weakaura to work, but its probably some combination of lowering its frame to the bottom and raising nameplates to the top.
Hey again, sorry to bring it up again but the script isn't a perfect solution- it makes the nameplates interact with each other differently and no longer puts your target to the top of the bunch.
I tried using different strata levels with the script but that didn't work for me, can you think of another solution? No sweat if not!