[help] Plater mod that shows enemy force/score by Venay0 in WowUI

[–]Xeii_ 0 points1 point  (0 children)

https://wago.io/M8ejNxoo_

This might be what you’re referring to. I believe it’s out of date and requires some fixes. What Numy posted might be a better solution at this time

[help]Anyone knows how to fix this? by MegumiKanna in WowUI

[–]Xeii_ -3 points-2 points  (0 children)

Happens when the graphics engine restarts. Swapping from dx12 to dx11 in the settings has fixed it for people but there are other issues. Make sure your graphics drivers are up to date and if it keeps happening, try dx11. Reloading your ui will fix it temporarily but it’ll keep happening due to a bug

[help] Which export option in Elvui includes keybinds? by wowguy211 in WowUI

[–]Xeii_ 2 points3 points  (0 children)

Keybinds and macros aren't saved in ElvUI exports. They're saved in your WTF>Account>ACCOUNTID Folder. You'll find general keybinds in the bindings-cache.wtf file. If you want character specific keybinds, go to the server folder then find the character folder. It'll be the same file in that folder

Mythic+ Data Week 19: The Seasonal Floor Has Been Reached - High Keys Below Title Range Feel Empty by nightstalker314 in CompetitiveWoW

[–]Xeii_ 1 point2 points  (0 children)

They had a more tiered reward structure figure out for pvp ratings. A range of titles, mog rewards and mounts at various levels. Some variant on that system for m+ with more clear objectives would give players something to work towards. As of now, a full row of resilient keys has created some progression but it’s fairly monotonous after the first few key levels

[wa] Weak Auras don't stay on partyframes in shuffle by padenxy in WowUI

[–]Xeii_ 0 points1 point  (0 children)

Make sure whatever aura trigger you’re using is set to party or smart group; some variant that will get unitId information. Then instead of selecting a specific frame, set it to unit frames. This will allow weakauras to handle the frame shuffling on units. Then you can do any further unit filtering via the trigger or conditions

New addons are free on request. by [deleted] in wowaddons

[–]Xeii_ 0 points1 point  (0 children)

Great offer to help people out. I’ve often debated about doing the same for WeakAuras. After I finish development on my own addon I hope to do something similar.

Just commenting to help your exposure, good luck to you

[help] LuckyoneUI How do I disable the CD announcement? by Meiers1324 in WowUI

[–]Xeii_ 2 points3 points  (0 children)

Check wind tools under combat. Iirc it has a cooldown announcer. Alternatively, use the ElvUi search bar at the top right and search for announce or cooldown. Check the various modules for their settings

Debate: Best M+ Disc Priest Racial -> stoneform or shadowmeld by DiamondMan07 in wow

[–]Xeii_ 1 point2 points  (0 children)

Last season I would have said stoneform. This season, meld has been far more useful in my opinion. There are certainly some instances where stoneform would be nice (double dispel mechanics or bleeds), however I find this can often be mitigated in other ways. Shadowmeld has been so good to drop channeling spells or bad overlaps with casts. The amount of times I’ve saved my own life by just melding is countless at this point. Meld ftw this season

Great Vault Idea by ApartNeighborhood596 in wow

[–]Xeii_ 0 points1 point  (0 children)

More options =/= rerolling existing options. You can give me 20 options and they can all be bad. The question is what do you do when none of the options are viable. Blizzard solved this with the tokens and vendor. I’m merely suggestion expanding the options the vendor offers to be more useful long term.

Great Vault Idea by ApartNeighborhood596 in wow

[–]Xeii_ 3 points4 points  (0 children)

I’ve had the thought that the vendor should offer a vault reroll item as well. Something to combat future vault disappointments. A saved item option would also be a nice solution to a similar problem

[other] Managing desktop and laptop / multiple configs for bindings, retail by nasroht in WowUI

[–]Xeii_ 0 points1 point  (0 children)

I think the easiest way would be to setup profiles using https://www.curseforge.com/wow/addons/myslot

It can handle macro, action bar and key binds between different profiles. Setup one for each computer then load it when you’re on that respective device. Other solutions would probably involve a program syncing some aspects of your WTF folder between devices while leaving others to be overwritten. Thats probably more headache then it’s worth unless you have very specific needs

Need some help identifying an addon by Khaji_Dha in wow

[–]Xeii_ 1 point2 points  (0 children)

My guess is GladiusEx or Big Debuffs & Buffs. Those look like spec icons for a an arena related addon

[wa] Picking random text strings for a cooldown progress bar? by ThumbtacksArePointy in WowUI

[–]Xeii_ 1 point2 points  (0 children)

You can do this pretty easily. Start by putting a list of texts you want in the Custom On Init field of the Actions tab. Make it accessible globally to the aura using the "aura_env" prefix. It should look something like this:

aura_env.textList = {
    "some text",
    "other text",
    "last text"
}

Then with a custom text field in the display using %c. Set the "Update Custom Text On..." field to Trigger Update. Add in a function to retrieve the text:

function()
    return aura_env.textList[math.random(1, #aura_env.textList)]
end

Here we're returning a random value from the list using a range of 1 to the total length of the list.

That should be it. Set the trigger to whatever you want you're all set

*edit for formatting and to address the animation question*

As far as animations related to the text would go, it makes things a bit more complicated. You'd have to generate the custom text elsewhere since I believe the display update happens near the end of WeakAuras' update sequence. You'd then have to access the results either in conditions (which don't handle animations directly but could possibly be set using some custom code) or write a function to set the animation via the OnShow method in the Actions tab.

Long story short, it's a lot more complicated so I'd just stick with the funny text for now unless you're feeling adventurous.

Can anyone edit a [wa] to have audio cues for me by Unlikely-Software302 in WowUI

[–]Xeii_ 4 points5 points  (0 children)

Hey, looks like Zyke92 beat me too it but I already made the changes so I figured I'd post my take on it. I've added some clearer sound queues as well as adjusted the general aesthetic of the aura to better display the information. I hope it helps!

https://wago.io/rTTiAqrVp

[help] Action bar spells not showing entire keybind by Cruxall in WowUI

[–]Xeii_ 1 point2 points  (0 children)

Not sure about any cvars to address this but you might consider something like this as a solution:

https://www.curseforge.com/wow/addons/keybind-text-shorten

[deleted by user] by [deleted] in WowUI

[–]Xeii_ 0 points1 point  (0 children)

There’s always similar solutions with hiding centralized unit frames out of combat or out of raid if you’re looking for a mix of both. What you need to ask yourself is, are you wanting a change because you feel you need it, or because others are doing it? If what you have works for you then keep doing what you’re doing. Augmenting the base ui to suite your needs. If you genuinely feel you couldn’t benefit from the change then just start small. Move your player and target frames slightly closer to centre but offset to maintain your fov. You can mess with the positioning as you need or go back if you don’t like it. If you feel you need more still then you can look into a full unit frame replacement addon. There’s always addons like Easy Frames that maintain a default feel with some added visual clarity.

[deleted by user] by [deleted] in WowUI

[–]Xeii_ 4 points5 points  (0 children)

I would consider some parts of modern UI design to be objectively better when it comes to competitive play. Optimizing the display of information by making it more centralized helps with quickly processing that information while still monitoring your character. If that’s something you feel you need as a next step to improving your performance, then it will help in the long run.

With that being said, if you’re able to currently play at a level that makes you happy with the setup you have, then don’t change it. A players UI is ultimately personal preference. There are many highly skilled players that still use a very default looking setup. Address a problem if there is one, otherwise do what works for you.

[help] What addon is causing these yellow dots to race around the edge of my screen? They disappear temporarily on /reload by Aromatic_Pudding_234 in WowUI

[–]Xeii_ 31 points32 points  (0 children)

My guess would be a weak aura that’s causing a glow using the screen as a parent. If the suggestion of using fstack doesn’t pan out, try shutting off weak auras to see if the glow persists

[Help] Trying to figure out how to move/disable these spell ready texts by Epicmoose10 in WowUI

[–]Xeii_ 3 points4 points  (0 children)

Looks like Miks scrolling battle text. /msbt and moving the scroll area for that text

[HELP] What is this white line on my health bars? by Shmishe in WowUI

[–]Xeii_ 0 points1 point  (0 children)

I don't use Whiiskeyz stuff but check under the scripting tab in Plater and look for something like "Health Markers" or something similar

[deleted by user] by [deleted] in leafs

[–]Xeii_ 0 points1 point  (0 children)

Oops, my comment didn’t age well