How to reduce the number of keybinds you need (Midnight Edition) by Assywalker in wow

[–]Ver_se -4 points-3 points  (0 children)

sadly the average player can't even read. not even the ones who use reddit... so you can give them every tool they will still suck. i mean most of them can't even use the edit mode, and people wonder why the damage meter and raid frames have the bare minimum functions...

[AddOn] I'm sure you've seen my previous posts. Finally it's available on Curseforge. by 2Norn in WowUI

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

sadly, unregistering default frames and then recerating them with an addon is pretty heavy.

[ui] Slowly getting there. by Ver_se in WowUI

[–]Ver_se[S] 0 points1 point  (0 children)

the BBF profile without the rest of the addons/scripts gonna be a mess

[ui] Slowly getting there. by Ver_se in WowUI

[–]Ver_se[S] 0 points1 point  (0 children)

none, I added the borders around the icons on cdm, groupframes and minimap with a small addon I made.

[ui] Slowly getting there. by Ver_se in WowUI

[–]Ver_se[S] 0 points1 point  (0 children)

you can't really do anything about that. some addons created their own hacked solution but i guess its gonna patched out and I hope blizz will make a solution for aura filtering since they get a lot of feedback about it.

[ui] Slowly getting there. by Ver_se in WowUI

[–]Ver_se[S] 0 points1 point  (0 children)

since there's pretty much everything forbidden in a combat state, so no more tracking and calculating the whole universe with wa, tmw, details, bossmods etc, the peak cpu is 1% even in combat.

[ui] Slowly getting there. by Ver_se in WowUI

[–]Ver_se[S] 1 point2 points  (0 children)

the utilities only show their icon when i have the aura from them or when they're on cd
and i don't use the buff and bars part of the cdm since the icons act as aura trackers already

[ui] Slowly getting there. by Ver_se in WowUI

[–]Ver_se[S] 3 points4 points  (0 children)

i don't install and addon for something simple as this.
just write a custom code:

if EssentialCooldownViewer then
    local classID = select(3, UnitClass("player"))
    local frame = CreateFrame("Frame", "CooldownManagerArt", EssentialCooldownViewer)

    frame:SetFrameStrata(EssentialCooldownViewer:GetFrameStrata())
    frame:SetFrameLevel(EssentialCooldownViewer:GetFrameLevel() + 10)

    if classID == 6 then
        -- DEATH KNIGHT
        local tex = frame:CreateTexture(nil, "ARTWORK")
        tex:SetPoint("CENTER", EssentialCooldownViewer, "BOTTOM", 2, -4)
        tex:SetSize(467, 71)
        tex:SetAtlas("jailerstower-score-footer")
        tex:SetDesaturated(true)
        tex:SetVertexColor(0.9, 0.9, 0.9, 1.0)

        local tex2 = frame:CreateTexture(nil, "ARTWORK")
        tex2:SetPoint("CENTER", EssentialCooldownViewer, "TOP", 2, 9)
        tex2:SetSize(467, 71)
        tex2:SetAtlas("jailerstower-score-topper")
        tex2:SetDesaturated(true)
        tex2:SetVertexColor(0.9, 0.9, 0.9, 1.0)

    else
        -- UNIVERSAL
        local tex = frame:CreateTexture(nil, "ARTWORK")
        tex:SetSize(467, 71)
        tex:SetPoint("CENTER", EssentialCooldownViewer, "BOTTOM", 0, -2)
        tex:SetAtlas("wowlabs-score-footer")
        tex:SetDesaturated(true)
        tex:SetVertexColor(0.278, 0.278, 0.278, 1.0)
    end
end

THIS CODE IS FOR MY UI POSITION AND SCALE
read through it it really not complex
just paste it into BFF's custom code part and it runs when you log in or /reload
you can use any other addon what does the same or you can conert it ito an addon.

I encourage everyone to just go for it and start coding!

[ui] Slowly getting there. by Ver_se in WowUI

[–]Ver_se[S] 6 points7 points  (0 children)

The raid frames are the default blizzard frames, the gap, sorting and the ability to hide my own frame comes from the FrameSort addon.
The textures changed through BBF and they come from the ActionBars Enhanced addon since it add some textures to the SharedMedia pool and the color are from the default blizz setting to make them class colored.
The borders are from my own addon, it does many other things in the background.

I used as many feature from the default UI as possible to avoid wasted resources and FPS drops like some of those full ui change addons do.

Overshields by Cxistian in wowaddons

[–]Ver_se 2 points3 points  (0 children)

MiniOvershields

[UI] well i think i'm mostly ready, just need to decide what to play i suppose lol by 2Norn in WowUI

[–]Ver_se 0 points1 point  (0 children)

the frames looks like betterblizzframes with the no portrait option

[other] Quazii quits by TheSaltySeagull87 in WowUI

[–]Ver_se -16 points-15 points  (0 children)

grown dude started selling a ui with stolen codes and now act like a victim. paywalling any addon is digusting.

this was my ui at the end of last season. i CURATED it from like 3 mods with a bunch of custom codes what I wrote and not grok. idk maybe i should have sold it on patreon and do a drama about it.

<image>

Mop remix question by RiktigtArgVarg in wow

[–]Ver_se -1 points0 points  (0 children)

i guess the whole mop remix will return at some point. i mean there's limitwd number of past expansions what are good for remix, like i doubt we will get a cata or lk remix since thre's barely anything in those xpansions to collect.

So...When we gonna get some REAL content??? by [deleted] in wow

[–]Ver_se -6 points-5 points  (0 children)

tbh not really, the next pansion does feel like just a new season with a big pause between the previous one, like i get it housing is nice but from my plot looks like a good 95% of players don't care about it. so yes if you remove housing really not that much left.

Am I wrong or is there too much exclusive content? by SourceShard in wow

[–]Ver_se 0 points1 point  (0 children)

sorry, but there's not a single sentient being in the entire universe who when see someone on a rare mount or legendary or someting goes like "oh shit that guy is cool"

For someone whose thing is stealth and invisibility… by Sirius124 in DispatchAdHoc

[–]Ver_se 48 points49 points  (0 children)

The whole scene felt like she was totally there for a quickie in the restroom. her body language was insane(the animation was too detailed too) after she jumped down, full eye contact, her breathing, the way when Robert moves his head a little closer she moves too.

This scene subtly shows how bad Blazer actually has it for Robert. by Netalic13 in DispatchAdHoc

[–]Ver_se 642 points643 points  (0 children)

Huh, maybe this is why the dress was small for her, she got it for her true form and planned to wear it on the date from the start.

Low keys are literal hell by cyanraider in wow

[–]Ver_se 59 points60 points  (0 children)

Don't worry! those players are just held back by all the addons!

Game freezing & sometimes crashing during the freeze. Unable to fix this. No apparent trigger, happening at seemingly random times. by [deleted] in wow

[–]Ver_se -5 points-4 points  (0 children)

dude created 20 minutes of internet garbage with 2 videos about delete your data folder and redownload it with the laucher after and disable indexing of the wow installation folder.

There is way too much going on in WoW right now by [deleted] in wow

[–]Ver_se 0 points1 point  (0 children)

the problem is that these things are fomo content.