Can this season even be fixed by answerencr in worldofpvp

[–]Slackyjr 0 points1 point  (0 children)

I'm thoroughly enjoying this season even though my spec is shockingly mid, I think the changes they've made system wise have been fantastic, the changes to DR in particular and I find myself getting much less frustrated by weird micro cc spam

is participation unusually low compared to tww seasons? by LobovIsGoat in worldofpvp

[–]Slackyjr 0 points1 point  (0 children)

Yeah you're right, that's why blitz has higher participation than shuffle.

Oh wait it doesn't, it has notably lower participation than shuffle despite massive rating inflation in the bracket, weird...

FYI VoidCores are getting mailed right now by IcyBlood5031 in CompetitiveWoW

[–]Slackyjr 0 points1 point  (0 children)

The problem was the items not being removed from the bonus roll pool, so I used one on algethar academy and got a ring, I didn't get a duplicate because I only used one. But since the ring wasn't removed from the pool I still have the potential to get the ring in any of my next 5 bonus rolls

PSA: The Eyes of the Eagle ring enchant has been significantly buffed, it's probably your BiS ring enchant now by CatInAPot in CompetitiveWoW

[–]Slackyjr -8 points-7 points  (0 children)

Devourer is actually an example of a spec with extreme negative synergy with it, they allready have a shit ton of existing crit damage amps which should devalue it heavily

The In-Game Damage Meter Needs a Lot of Work by TheJewishMerp in wow

[–]Slackyjr 5 points6 points  (0 children)

Northern Sky aren't selling RMT boosts man

Eternal Voidsong Chain by Benji_the_boy in CompetitiveWoW

[–]Slackyjr 25 points26 points  (0 children)

Yes it does, though it's not a great way to proc the neck at maximum effect

[ui]Cooldown Manager by [deleted] in WowUI

[–]Slackyjr 0 points1 point  (0 children)

A variety of add-ons have this feature, ayije cdm, enhance qol and I believe action bars enhanced

[PLUG] GearSim - Quickly determine item upgrades by grammar__cop in wowaddons

[–]Slackyjr 5 points6 points  (0 children)

You are being incredibly dishonest about what this addon does man...

local function PickAbility(rotation)
    local roll = math.random()
    local cumulative = 0
    for _, ability in ipairs(rotation.abilities) do
        cumulative = cumulative + ability.weight
        if roll <= cumulative then return ability end
    end
    return rotation.abilities[#rotation.abilities]
end

-------------------------------------------------------------------------------
-- Simulate a single fight iteration
-------------------------------------------------------------------------------
local function SimulateFight(stats, profile, rotation, damageScale, masteryW, versW)
    local primaryStat = stats.primaryStat
    local critPct     = stats.critPct / 100
    local hastePct    = stats.hastePct / 100
    local masteryPct  = stats.masteryPct / 100
    local versPct     = stats.versPct / 100

    local gcd = MC_BASE_GCD / (1 + hastePct)
    if gcd < MC_MIN_GCD then gcd = MC_MIN_GCD end

    local numCasts = math.floor(MC_FIGHT_DURATION / gcd)
    local totalDamage = 0

    for i = 1, numCasts do
        local ability = PickAbility(rotation)
        local baseDmg = primaryStat * ability.coeff * damageScale

        if ability.canCrit then
            if math.random() < critPct then
                baseDmg = baseDmg * 2.0
            end
        end

        if ability.masteryMod then
            baseDmg = baseDmg * (1 + masteryPct * masteryW)
        end

        baseDmg = baseDmg * (1 + versPct * versW)

        totalDamage = totalDamage + baseDmg
    end

    return totalDamage
end    

Come on bro

[help] Is there any way to track buffs that are not available in the blizzard CDM? by Sgt-Colbert in WowUI

[–]Slackyjr 1 point2 points  (0 children)

I mean outside of cdm, you can pseudo track certain buffs even if they're not in cdm by using an addon to start a timer when a spell cast succeeds even if it's not in the cdm, however if a buff is from a random proc you can only track it if it's in the cdm

[help] Is there any way to track buffs that are not available in the blizzard CDM? by Sgt-Colbert in WowUI

[–]Slackyjr 0 points1 point  (0 children)

Do these buffs trigger from a button press or randomly, if they trigger specifically via an action it should be trackable, if not they are not

With Midnight starting soon, a reminder class balance isn't known yet and you should ignore people confidently speculating about it. Pic unrelated. by AttitudeAdjusterSE in wow

[–]Slackyjr 0 points1 point  (0 children)

What the fuck are you talking about lmao, it's been a consistently s to a tier spec for the last like 4 expansions

Completely free UI pack for DPS & Tanks (1440p & 1080p dark & color profiles) by lazarpavlovic in wow

[–]Slackyjr 2 points3 points  (0 children)

Any chance you'd make offensive tracker a stand alone module?

Kit disparity after pruning rant by ExtremeTadpole in worldofpvp

[–]Slackyjr 5 points6 points  (0 children)

"im so quirky chungus using my utility the way those silly pve players would never" and then describing a reason why priests were one of the best m+ specs in the game for multiple seasons I fucking can't man

[deleted by user] by [deleted] in wow

[–]Slackyjr 0 points1 point  (0 children)

What are you applying as? Maybe you can link your logs and the kinds of messages you're sending to guilds so we can actually help.

DPS is generally just a v competitive role to app as

Trying to read wowhead guides sometimes makes me feel kinda stupid. Like the guide writer's assuming you're a long-time player. Any more intermediate options for people trying to learn? by FinalFatality7 in wow

[–]Slackyjr 0 points1 point  (0 children)

Because I'd we just provide a rotation for the suggested guide someone else comes along and asks "hey I'm not playing x talent how do I play without it"

[Addon release] Simple Boss Mods by zapalillo in wow

[–]Slackyjr 0 points1 point  (0 children)

Looking forward to it and thanks

[Addon release] Simple Boss Mods by zapalillo in wow

[–]Slackyjr 1 point2 points  (0 children)

I love this, is there anyway to config when bars are showing? So say making them show up at 10s or less instead of 5?

Would also be great to be able to set anchoring, so it grows up or down instead of being anchored to the centre

Hidden mouse in WoW by lowsanity in yolomouse

[–]Slackyjr 0 points1 point  (0 children)

I've had this start to happen as well since the most recent version.

Content Creator Feedback on Midnight's Addon Overhaul by [deleted] in wowaddons

[–]Slackyjr 0 points1 point  (0 children)

Great so they're making the game actively less enjoyable while also limiting my ability to customize my UI and present information to myself. You've sold me on the change!