#balance

1 messages ยท Page 122 of 1

inland arrow
#

god pull at the end

tender elbow
#

tyty

pallid bay
#

use trinket 1 if

Trinket1 isnt 
  spymasters_web imperfect_ascendancy_serum treacherous_transmitter soulletting_ruby
And
  If
    Trinket1 isnt on-use and we dont have 2 on-use trinkets and trinket2 cd is more than 20s OR fight remains is less than 20+20*(trinket is on-use and trinket2 cd is less than 25
    this will equal 1 if both are true else 0)
  Or
    generic trinket condition is true

actions+=/use_item,slot=trinket1,if=!trinket.1.is.spymasters_web&!trinket.1.is.imperfect_ascendancy_serum&!trinket.1.is.treacherous_transmitter&!trinket.1.is.soulletting_ruby&(variable.on_use_trinket!=1&variable.on_use_trinket!=3&trinket.2.cooldown.remains>20|fight_remains<(20+20*(trinket.2.has_use&trinket.2.cooldown.remains<25))|variable.generic_trinket_condition)

lucid olive
#

Generic trinket condition is pre_cd variable

#

smile

pallid bay
#

the other one dosnt make sense i think

craggy sonnet
#

hahahaha

pallid bay
#

Use trinket2 if

Trinket2 isnt 
  spymasters_web imperfect_ascendancy_serum treacherous_transmitter soulletting_ruby
And
  we dont have an on-use in trinket2?

actions+=/use_item,slot=trinket2,if=(variable.on_use_trinket<2&trinket.1.cooldown.remains>20|variable.on_use_trinket=3&trinket.1.cooldown.remains>20&(!hero_tree.keeper_of_the_grove|buff.harmony_of_the_grove.up|ceil((fight_remains-15)%trinket.2.cooldown.duration)>ceil((fight_remains-cooldown.force_of_nature.remains-15)%trinket.2.cooldown.duration))|fight_remains<(20+20*(trinket.1.has_use&trinket.1.cooldown.remains<25))|variable.generic_trinket_condition)```
craggy sonnet
#

for the trinket1 condition ..

    Trinket1 isnt on-use```
#

how does that work

pallid bay
#

these are the variables for on_use

actions.precombat+=/variable,name=on_use_trinket,value=0
actions.precombat+=/variable,name=on_use_trinket,op=add,value=trinket.1.has_use_buff
actions.precombat+=/variable,name=on_use_trinket,op=add,value=(trinket.2.has_use_buff)*2
#

basically

craggy sonnet
#

yea

pallid bay
#

first we set it to 0
then if trinket1 has a use_buff we add 1
if trinket 2 has a use buff we add 1*2 = 2

so:
trinket1 on-use trinket2 no use = 1
trinket1 on-use trinket2 on-use = 3
trinket1 no use trinket2 on-use = 2

#

actually we're only checking for has_use_buff

#

so we could have double on-use

craggy sonnet
#
variable.on_use_trinket!=1&variable.on_use_trinket!=3&trinket.2.cooldown.remains>20

this reads as use trinket1 if it is not an on-use

pallid bay
#

but 1 only does damage

loud kettle
#

has_use_damage is the counterpart

craggy sonnet
#

oh, thats for the dmg thing?

pallid bay
#

yea

craggy sonnet
#

ahhh

pallid bay
#

so we're checking if trinket is relevant for cds or not

#

otherwise we just use it

craggy sonnet
#

btw .. cant get anything similar to trinket.1.duration to work

pallid bay
#

idk if thats valid syntax

craggy sonnet
#

and cant find it in the wiki either

pallid bay
#

i think i looked it up earlier

loud kettle
#

what are you wanting

craggy sonnet
#

i want to know the buff duration of a trinket

#

because currently its generically sending 20s before end of fight

pallid bay
craggy sonnet
#

which messes with other end of fight stuff

pallid bay
#

i dont think thats available outside of specifying the buff

loud kettle
#

trinket.x.proc.any_dps.duration

pallid bay
#

sus

craggy sonnet
#

that works even if on-use?

loud kettle
#

should yea

#

I use it so surely I did my research

craggy sonnet
#

surely

craggy sonnet
#

whatever

#

fuck double on-use

pallid bay
#

some miracle text LOLW

craggy sonnet
#

the meaning has been lost over the ages

#

(didnt you guys cook this rather recently?)

pallid bay
#

nah this is some jundarer stuff

loud kettle
#

eyes glaze over and you are forced to accept the truth:
The writer of this line must have received a vision from the heavens themselves

pallid bay
#

he does magic but can be hard to follow

stone ocean
#

Grove update tomorrow ?

obsidian tapir
stone ocean
#

I can offer a selection of cloth from previous expansions

lofty depot
#

thats a good idea, the tcers can gatekeep it like the funny sim spreadsheet

#

thats big dollars

craggy sonnet
lofty depot
#

or like azor

#

holy

#

this is big

frigid stratus
#

I have officers in guild asking for BIS trinkets, ive looked around and it seems like, Astral Antenna and Arazs Ritual Forge is ahead for raiding, is this correct?

lofty depot
#

its bis for like every class

#

tell them to have fun with the dice roll

loud kettle
#

I'm sure your officers are tired of that response

pallid bay
#

i give up on explaining the trinket2 stuff

craggy sonnet
loud kettle
#

Go me

craggy sonnet
#

grrr .. does forge require some extra attention?

pallid bay
#

its basically checking if we can use the trinket and have it back for treants before fight ends otherwise we need to hold

craggy sonnet
#

because decaying

frigid stratus
#

Well its their fault for asking, WCYD - Ty anyway

pallid bay
craggy sonnet
#

but its end of fight only .. like cant be that big, no?

#

getting only 15s duration out of it instead of 30 sounds ass

pallid bay
#

well we burst quite a lot

#

so if u have cds

craggy sonnet
#

dont do this to me

pallid bay
#

its prob more value regardless

#

just do some
vary_combat_length=0
fixed_time=x
and try to reproduce your scenario

#

then test some stuff

loud kettle
#

do you have a way to track the progress towards cdr on control, does that even make sense as a question

#

Like if casting now will trigger 5s cdr etc

pallid bay
#

im not sure what you mean

loud kettle
#

So on pull, fon would be 30s cd right, so 15s reduction

pallid bay
craggy sonnet
loud kettle
#

Is there a way to fetch the 15s reduction prior to casting fon

#

In apl

pallid bay
#

talent.control_of_the_dream*15

craggy sonnet
#

tbh, i was just hoping that force_of_nature.cooldown gives the cd if you would use now

loud kettle
#

ok, but what if you've only held fon for 10s

craggy sonnet
pallid bay
craggy sonnet
#

me neither

loud kettle
#

I don't think so either

craggy sonnet
#

but i havent seen any workaround for it in the apl

#

so i just assumed

pallid bay
#

would be easy to check i guess

craggy sonnet
#

to not fall into that hole

drifting nova
#

wtf is initial spec

#

unspecced or

craggy sonnet
#

?

drifting nova
#

in the middle

craggy sonnet
#

maybe cant fetch the spec

#

idk what addon that is

drifting nova
#

it says initial

#

for all 3

#

selling boosts anyway

craggy sonnet
#

oh, then yea

#

lv 1

#

what addon is that tho?

loud kettle
#

Am I missing something

#

Mistweaver ?

#

Oh it just doesnt use icons ig

craggy sonnet
#

they have selected the role

#

but have no spec

loud kettle
#

All 3 of them dont show spec

craggy sonnet
#

cuz its a boost selling entry

pallid bay
#

always returns duration without control

craggy sonnet
#

gg

pallid bay
#

and remains returns actual remaining cd

loud kettle
#

Assumed as much

craggy sonnet
#

yea

pallid bay
#

do you care about that though

#

ig u do

loud kettle
#

Maybe if u ask gastank nicely he can add something for current control cdr

craggy sonnet
#

you do yea

#

you would wanna know if you can FoN and have it come back up at some certain time

pallid bay
#

could just set some silly variable to when it was last used

snow elm
#

For kotg after using 2x ca charges at start, do use the charges as they come back or wait for 2 charges to do double ca again? Assuming the fight is long enough to do it

drifting nova
loud kettle
drifting nova
#

premade group filter? with spec mode on

#

I think

boreal brook
#

As far as I can tell from my sims, we never want to run 2pc, 2pc.

Is that correct?

Even two myth pieces of new tier was simming worse than just keeping current 4pc on

loud kettle
#

Like if its 45s cd you can use at 1 min and lose no time, but if it was a 30s cd then you lost 15s

#

Even if you go back the last 2 times you can still be gibbed the same way

pallid bay
craggy sonnet
pallid bay
#

just delete the talent

drifting nova
#

am I dumb

#

where even is floodgate entrance

craggy sonnet
drifting nova
#

o thought it was undermine idk why

loud kettle
loud kettle
#

ok bad example make it 2:15 and 2:30

scenic mist
pallid bay
#

he actually did it correctly

primal mirage
craggy sonnet
loud kettle
#

It is

craggy sonnet
loud kettle
#

45s between uses could mean a 45s cd

#

It could also be a 30s cd

#

30s between use is always a 45s cd

#

But that wont work for 45

boreal brook
pallid bay
pallid bay
lofty depot
primal mirage
pallid bay
lofty depot
#

#learning

#

we outside with it

craggy sonnet
#

no?

loud kettle
#

Do you have a way to know when it came up again?

pallid bay
#

remains

loud kettle
boreal brook
#

You would have to always look at the two previous casts and have math to solve it

pallid bay
loud kettle
#

like a variable that holds time when there is 1s left?

pallid bay
#

like its entirely possible right but it would be some weirdge implementation

loud kettle
#

And then adds 1

#

To make it when it came up

pallid bay
craggy sonnet
#

which you can do immediately after using it

#

with cooldown.remains yea

loud kettle
#

That would spam update until you use

loud kettle
craggy sonnet
#

store timestamps when last gcd was FoN

#

current & current + cooldown.remains

loud kettle
#

I see

craggy sonnet
#

something like that

loud kettle
#

That would work yea, trying to think of when it would print the timestamp

#

Like it prints 1 gcd after but gcd is variable, probably close enough

craggy sonnet
#

if you actually do that in the spell implementation

#

you could do it immediately with the execution of the action

#

right?

#

override the default cooldown.duration variable

loud kettle
#

Ya, thats essentially what I was saying initially, give something the apl can use

pallid bay
#

it would probably make more sense to ask gas to add it to the implementation somehow

craggy sonnet
#

yea

#

so btw .. forge hates that end of fight thing

tame dome
#

anyone know how long for different numbers of targets they need to survive for you to use starfall rather than starsurge? For example, 2 seconds left alive on 5 mobs, still starsurge? 4 targets? 3? etc

drifting nova
#

is m0 bugged

#

3dungs and nothing

gilded arch
#

better nothing than 3 belts

drifting nova
#

wrong

boreal brook
#

And if they will live for 8s or longer you get full starfall value (if 3 targets will only live 4s, that's half value, and you just surge)

drifting nova
night owl
#

complete ๐Ÿ™‚

tame dome
obsidian jetty
tame dome
#

ah nice tyt

dense steeple
#

And a neck and something else

solemn idol
#

eesh

digital berry
dense steeple
#

Oh i got a ring too

#

I put on the neck only

drifting nova
#

fuck this, back to mop

#

a real game

dense steeple
#

LMAO

drifting nova
royal zenith
#

I think you should just quit wow

drifting nova
#

yeah you right, bad game

royal zenith
#

take the yapping in here with you..

drifting nova
#

you want this?

royal zenith
#

peace Prayge

drifting nova
#

wake me up when lfg actually gets expanded on

#

so I dont need to trudge through these cockwombles

dense steeple
#

I just build new pc. Sit steady at 100 fps no matter what so far ๐Ÿ™‚

#

And i didnt even upgrade gpu

maiden pasture
#

mogushan vaults is pog

drifting nova
#

I havent done it yet

#

only joined a guild like 2days ago

quiet drift
dense steeple
#

that is true, i think my game is max fps turned on

#

cause like i said it never moves

slender dragon
dense steeple
#

thats also out of the box no OC

quiet drift
#

Than WoW

#

ofc frame generation is gpu bound

dense steeple
#

i might OC my shit today tbh

#

cause why not

#

like I dont have expo or pbo enabled or anything

craggy sonnet
#

cause thats what expo does

dense steeple
#

correct

craggy sonnet
#

why

dense steeple
#

because my focus was getting my computer up and running asap

#

and now its up and i just havent done it yet

craggy sonnet
#

this is part of confirming the part is working

#

ok

#

im guessing you have a 9800x3d?

dense steeple
#

ye

craggy sonnet
#

dont think you get much out of it via pbo etc

dense steeple
#

and corsair dominator ram

craggy sonnet
#

so you can ofc

#

but you dont have to bother

dense steeple
#

is the Ryzen Master actually useful

#

(ive never used AMD cpu before)

quiet drift
#

Pretty sure those operate fine on themselves

#

Been a while since Ive cared

#

so could be oudated information

normal pilot
#

you genreally don't need to overclock the cpu

#

and if you were you'd do it via bios, not ryzen master

#

if you bought 4 sticks of ram tho that might be a problem if you get unlucky

dense steeple
#

4 sticks is fine with this particular mobo/ram set

normal pilot
#

it doesn't matter, it's cpu lottery

#

nobody can tell you if your cpu will handle 4 sticks at 6000mhz until you try

dense steeple
#

alright well lets turn on exp and find out then

jade flume
#

Man, watched some guides today for new raid

#

Nexus homie looks like a bangier boss

#

i hope its tuned well ๐Ÿ™

south sedge
#

Hey guys, is balance after buffs competitive in m+ ? Or still below everyone ?

wet thunder
#

Anyone knows if recent class changes are already implemented on PTR ?

normal pilot
#

they dont' pre-implement hotfixes on the ptr

lofty depot
#

(we werent below everyone before)

south sedge
#

I have a hunter and Druid, I usually do keys between 13 and 15, I donโ€™t know which one to choose.

lofty depot
#

you will be able to keys in those levels as either

#

play what u want

south sedge
stuck quartz
#

do we have any idea on where keeper and EC compare in M+ now?

round field
#

if ur not dk rogue or mage you wont compete

#

doesnt matter if you pick dh or druid

final patio
#

Quick question since KotG and EC is so close in dps does that mean we only play KotG on pure single target and switch to EC on cleave and AOE?

south sedge
round field
#

ok replace dh with hunter

south sedge
#

Hummm thatโ€™s sad hahahaha

lofty depot
south sedge
#

I care about damage numbers

lofty depot
#

u can do high damage on boomkin or hunter if uplay with worse people

south sedge
#

I know that is ridiculously but I like the competition

lofty depot
#

and as stated, anyone can do 15s

normal pilot
#

nothing wrong with wanting higher numbers

#

just play mage or dk

pallid bay
jade flume
#

Probably holy priest but we'll probably copy rwf homies and shiz

#

so if they dont have one its quick reroll

royal zenith
#

holy??

#

wtheckers

south sedge
royal zenith
#

by the time you can/will be doing 15's

#

you're a few weeks in

royal zenith
#

and you can reroll to a meta spec

lofty depot
south sedge
rich jewel
jade flume
#

I think we can barely afford 2 fdk tettleslul

#

had to have people actually boost dks or sth

#

since we had 0 alt dks i think

lofty depot
#

some people did kyveza in double my pulls

royal zenith
#

it's weird how little dk players there are

#

cause it's a good class

#

hey cory

pallid bay
south sedge
#

Is frost dk still meta or unholy is better after nerfs ?

normal pilot
#

the dk discord would know more about that

south sedge
#

True

dense steeple
#

Pc panic HUH

royal zenith
#

fdk

#

fwiw

rich jewel
royal zenith
#

supposedly really reallllyyy easy to play now

#

Dksune when?

lofty depot
royal zenith
#

im not a lore person

#

is ulduar a big thing

pallid bay
royal zenith
#

lfg

pallid bay
normal pilot
#

are they finally redoing all the tbc shit so we can fly over it

lofty depot
craggy sonnet
lofty depot
dense steeple
pallid bay
#

try turning it off and on again..

craggy sonnet
#

^^^

royal zenith
#

I only know them by name

#

and some weird questlines

dense steeple
#

Wont boot

#

Like all lights on

#

Mouse keyboard, internals of pc

lofty depot
dense steeple
#

No video

pallid bay
#

plug in to your motherboard instead, spam F5/F8 during boot

normal pilot
#

you just might've gotten unlucky in cpu lottery

#

you can try manually clocking at something lower than 6k and see if that'll train + boot

dense steeple
#

Oh it just fuckin booted as I turned it off

#

Son of a bit h

normal pilot
#

oh

pallid bay
#

gg impatient..

normal pilot
#

how long did you wait

#

ya ddr5 training can sometimes take a while

waxen fiber
dense steeple
#

It sat almost 5 minutes

normal pilot
#

ya that's nothing

#

let it sit for 15 before you start getting worried

dense steeple
#

I've never seen anything take that long

#

Okay we boot fine now

#

Had ne SWEATING

normal pilot
#

it's just ddr5 it can take a while the firs ttimeyou change memory settings

dense steeple
#

Neat

#

With great power comes great wait times

#

Or whatever Spiderman said

normal pilot
#

just run occt or something to check stability

#

or play games for a while then chekc event viewer for whea warnings

ocean swallow
#

are we bacdk on busness boys ? after the buffs ...

scenic mist
royal zenith
#

man

#

these questions gotta go!

#

a few more days Praygi

jaunty blaze
#

Bro thinks they will disappear

royal zenith
#

nah they won't

#

cause M+ exists

jaunty blaze
#

Minigamers...

lofty depot
royal zenith
#

actually I don't mind it that much

#

do question the importance of said questions, cause if you play at a decent level you already know

craggy sonnet
#

@pallid bay could you give me a sanity check..
playing around with 1:30 trinket (i hope this doesnt affect the Potent Enchantments choice node).
I have tried two sequences

  1. basically do the same as it does with 2min trinket, so send every 2nd convoke with double CA and waste trinket cd a bit
  2. only do the double CA in the opener and then just make sure to have CA with trinket and convoke, send the remaining with FoN (so that it lasts for the empowered surges)

if approach 1) is better with fixed combat length at 5min and approach 2) better with default length variance, then I dont even have to try never double sending, right?

craggy sonnet
#

did you apply the correct profile?

dense steeple
#

Idk man ill link the video to you i used. I followed it to the letter

pliant swallow
#

what ram do you have ?

normal pilot
#

i assume he bought 6200 ram

pliant swallow
#

cause 6200 is weird..

dense steeple
#

i think my ram is 6400

normal pilot
#

oh unlucky then

dense steeple
#

sec i cant remmeber

pliant swallow
#

xD

#

xmp profile is enabled cause its running at 6200

#

without xmp it would run like ass.

dense steeple
#

NO I LIED

#

caps lock

#

i got 6000

pliant swallow
#

sus why oc it then to 6200..

normal pilot
#

it's corsair

dense steeple
#

i hit enable bro i didnt touch anything else

pallid bay
normal pilot
#

could've been just a fucked up expo encoding

pliant swallow
#

oh god.

#

xD

#

id personally turn it down to 6000...

normal pilot
#

oh you bought cl36

ebon plover
#

chat

#

we are so back

#

these buffs are huge

normal pilot
#

yeah you should definitely drop to 6000 and get that CL lower instead

pliant swallow
#

What mobo you got.

normal pilot
#

you'll need to look at some manual overlcocking guides

dense steeple
#

x870-a

true viper
#

w theorycrafting today guys

pliant swallow
#

so rog

dense steeple
#

yeah sorry

pliant swallow
#

xD

dense steeple
#

i figured no one else had that naming convention

pliant swallow
#

i dont think they do ?

craggy sonnet
royal zenith
#

I dont like these sims

#

they are not 5.6mil

#

๐Ÿ˜ 

craggy sonnet
#

thats why i think i dont have to try the never double CA thing for 1:30

lofty depot
craggy sonnet
#

FFFFFF badge

#

no

#

shot

#

i wont

lofty depot
#

think its too ilvl

craggy sonnet
#

but yea, i have also not tried talent impact

normal pilot
#

badge is too underbudget

craggy sonnet
#

like idk if you would expect the potent enchantment choice node to change

pliant swallow
# dense steeple i figured no one else had that naming convention

In this video i will show you how you can change your system's RAM speed. I have Corsair Vengence RAM 3200 Mhz, Asus motherboard and Intel Processor. It is a quite straight forward process that requires you to select the XMP profile from your Asus BIOS.

At the end i will explain you a way to troubleshoot any problem that you might get into whi...

โ–ถ Play video
normal pilot
#

maybe if you had a dryad every 1m

pliant swallow
dense steeple
#

I might qctually be good hold tight

craggy sonnet
pallid bay
craggy sonnet
#

unless you wanna overclock your infinity fabric

dense steeple
#

Would dropping it to 5800 for safety be okay or make it unstable

craggy sonnet
#

you want 6000

normal pilot
#

6k is fine if you're booting at 6200 with 4x sticks

craggy sonnet
#

that matches it to the infinity fabric

ebon plover
#

is keeper actually good for m+ now?

normal pilot
#

prolly not nobody's done m+ to know for sure check back in a patch

ebon plover
#

hrmm...

craggy sonnet
#

if you go just 200mhz higher, you would usually want to also overclock infinity fabric to match .. its only beneficial to just go up in ram freq if you can get significantly higher .. like these 7.2ghz kits

royal zenith
#

nah. you craft infinity fabric with 200mhz with a work order

errant canyon
#

are we saved with the new buffs or still doo doo in m+?

royal zenith
#

who knows

#

according to Yoda's latest tierlist it was A+

#

do with that info what you like

craggy sonnet
craggy sonnet
#

cloak progression type shit

lofty depot
#

"we" dont care about m+ here

tranquil plank
lofty depot
#

tell that to dk, rogue, mage

craggy sonnet
lofty depot
#

and pala

dense steeple
#

i lied what i did didnt work

#

idk how to lower this shit

craggy sonnet
#

would be kinda weird if the on board xmp profile was different than advertised

normal pilot
#

i've had too many cases of corsair shitting their expo/xmp coding to trust them

bold ingot
#

Hey, can anyone tell me what are their average dps in single target on dummys please ?

normal pilot
#

you can sim your character with training dummy on raidbots and get a very very rough estimate

royal zenith
#

most people sim around 3.4mil atm, with all buffs

normal pilot
#

you just need to make sure you're not in war mode or near a pvp dummy area in-game

bold ingot
#

Okay guys thanks

bold ingot
royal zenith
#

yes

scarlet tapir
royal zenith
#

but

bold ingot
#

Sadge

royal zenith
#

only if you sim 2mil

pliant swallow
#

xD

lofty depot
royal zenith
#

do a dummy target sim and compare it to your own damage

normal pilot
#

dummy dps is pointless anyways

#

go log a fight

royal zenith
#

yeah it is

normal pilot
#

you're wasting time on a dummy

bold ingot
normal pilot
#

log a real fight and post it and if ppl are aroudn they'll tell you where you're going wrong

lofty depot
#

ooooo i forgot with the buffs, wrong opener is so back

#

LFG

dense steeple
drifting nova
#

its almost always higher than packing

lofty depot
#

my sweet summer child

#

i was a fiendddddddddddddddd

#

in df

#

oh thats not even that many

royal zenith
#

he means he gets to scout logs for wrong openers

#

cause it will actually matter again

lofty depot
#

back then our tier gave a free spender when entering eclipse, and on pull u would still wrath wrath and people wouldnt use surge/starfall before ca/inc

craggy sonnet
#

you will be so back

#

wrong opener all day long

drifting nova
#

send air support

craggy sonnet
#

also, has anyone seen logs from other specs .. is forge similarly crazy for them?

#

gotta look at double passive

#

but its like 150k diff

dense steeple
#

arctic

dense steeple
#

whats the right opener now

lofty depot
#

well the big thing is gonna be people using trees 2 globals into ca

craggy sonnet
lofty depot
#

and then saving asp for the ca

#

i dont see 2 questions

loud kettle
#

i imagine similar situation

lofty depot
#

dks use it and they dont like 2m trinkets

loud kettle
#

like yea its really good for other specs, but not druid good

lofty depot
#

so ill just assume everyone use it

#

gotta be a trinket pass surely

#

buff soleash

loud kettle
#

this is my character

#

with new tier naturally

craggy sonnet
#

for what we have now its like 3% better than lily

exotic perch
#

araz is a crazy trinket man

lofty depot
#

i wonder if its not good for arcane

loud kettle
exotic perch
#

truee

cloud plover
#

smile.

scarlet tapir
#

just loot it on first vault

royal zenith
#

which healer doesn't want it?

scarlet tapir
#

lmao

#

i got spymasters first vault and it lasted whole tier

#

just do the same for this one

lofty depot
#

yea arcane players might not want araz

#

hm

#

they might just prefer passives

drifting nova
#

any nerd speakers

craggy sonnet
#

i mean, i know thats is good for most. but just wondering if it is that much better than the 2nd option

drifting nova
lofty depot
#

second option being priory?

#

or lily

#

it might be druid good for rogue

craggy sonnet
#

lily

dense steeple
#

oh shit im an idiot

craggy sonnet
#

i havent actually tried priory

dense steeple
#

i was like man why is my frames only 100

#

(i had vsync on)

craggy sonnet
#

thats fine tbh

dense steeple
#

i have 350 fps

craggy sonnet
#

you dont need 350 fps tho

dense steeple
#

minimum now

craggy sonnet
#

and fps crashing

orchid leaf
craggy sonnet
#

is gonna feel much worse

#

than stable 100

loud kettle
#

number must go up

dense steeple
#

big number

loud kettle
#

wouldnt expect you to understand...

dense steeple
#

big feelz

#

i wonder if i max settings and turn vsync back on i will still stable 100

royal zenith
#

vsync

#

100 fps

dense steeple
#

idk man

drifting nova
#

dont they know you can directly invite

#

..

craggy sonnet
#

also 350fps sounds like a lot, is that with upscaling?

drifting nova
#

wasted fps, the eye cant see above 26

orchid leaf
dense steeple
#

no that was at my pre upgrade settings

#

hearthing to dorn on ultra sec

dense steeple
#

||my hearth is set to org on this alt standby||

drifting nova
#

like making 3 left turns instead of a right

dense steeple
#

in dorn on ultra

craggy sonnet
lofty depot
#

for us or

#

i havent simmed funny ivlls for trinkets

craggy sonnet
#

for us max ilvl stuff

loud kettle
#

What about normal araz VS myth lily?

craggy sonnet
#

what is normal ilvl?

loud kettle
#

704

lofty depot
#

shoudl test heroic araz vs myth lily too

pallid bay
#

lily is kinda just bound to suck

loud kettle
#

heroic will gap

pallid bay
#

when cap is based on sp

craggy sonnet
#

i dont have to

lofty depot
#

ye

craggy sonnet
#

normal is alr better

lofty depot
#

lol

loud kettle
#

ya i assumed normal was better

#

Its the same for cat

dry compass
craggy sonnet
#

its not even close

dense steeple
#

pick better servers idk

lucid olive
dry compass
#

There are no servers in snow mexico ๐Ÿฅฒ

craggy sonnet
#

araz normal >1% better than signet or lily myth

loud kettle
#

Oh yea it probably is better for u because of that stupid cap

dense steeple
#

which server closest? are you on that one

meager storm
#

i heard they are making it 15x after rwf

dry compass
#

Chicago datacenters are closest I think

loud kettle
#

God that cap is so stupid

meager storm
dry compass
#

I'm generally on 60-70 ping

vital hound
dry compass
#

Which isn't terrible but definitely noticable

vital hound
craggy sonnet
#

surely we are the "best" spec for araz

meager storm
#

no

#

everything to locks

dry compass
#

No way

dense steeple
#

yeah 60-70 is noticable

loud kettle
#

yea i fear cat is nr.2

vital hound
#

3x locks

dense steeple
#

cant imagine. but yeah im also on chicago servers

#

2 states away

dry compass
#

Even if araz is biggest % upg for us, not being a locked in roster slot and being so far behind overall I doubt we end up as prio

craggy sonnet
#

not saying we are gonna get prio

#

just thats its the biggest upg compared to the next alternative for us

normal pilot
#

just dinar it ez

craggy sonnet
#

truu

pallid bay
#

i dont think we're that far behind top specs or?

craggy sonnet
#

in what?

lucid olive
#

2k dps behind is already doomed

lucid olive
craggy sonnet
#

..

#

araz value or overall sim dps or ingame

lucid olive
#

last 2 bosses have dmg amp phases NODDERS

#

the sim does 41m Starsurge crits

pallid bay
normal pilot
#

how long is the amp phase

lofty depot
pallid bay
normal pilot
#

hm unlucky it's that long

#

shorter it is the less other specs could compete with kotg

cloud rain
#

Is Boomy looking good this patch?

pallid bay
lofty depot
#

gonna have to prep ca into, double surge at the start of it

frosty slate
#

its looking v boomie

lofty depot
#

hm

normal pilot
#

if it's 15s idk if you'd prept that early

pallid bay
drifting nova
#

how is flames radiance still bugged 4years later wtf

lofty depot
#

save trees for 2nd ca

#

big

vital hound
#

couple a %

pallid bay
dense steeple
#

this the guy who killed mumble

obsidian jetty
#

but depends how much HP that mofo has on mythic

craggy sonnet
pallid bay
glossy jungle
dense steeple
#

^

potent cargo
#

I swear someones got the wrong codec

glossy jungle
#

Ahh yep. 10 boosts sounds good

potent cargo
#

true actually all the employed people dont raid in honestly anymore right

#

have to assume all the replacements are welfare recipients

#

cant afford no nitro

dense steeple
#

i pay 2 accounts of nitro each month

glossy jungle
#

we have a few more neets now. Guilds social value went down

dense steeple
#

mr moneybags

potent cargo
#

feet?

glossy jungle
#

brother autocorrect relax

potent cargo
#

auto correct follows patterns that's why bigger always autocorrects for me

glossy jungle
#

What to?

dense steeple
#

to tigger cause he likes winnie the pooh

potent cargo
#

yep

#

went to disney in japan i went on the pooh ride and it changed my life

potent cargo
#

boosts in oce bucks are expensive man

vital hound
#

im payin nz rupees

#

im getting fucked

potent cargo
#

i had to buy a wow sub last week

glossy jungle
#

Why pay for 10 boosts when you can pay for a mumble server at a fraction of the cost. Performs better, sounds better, normalises audio better

potent cargo
#

bc i didnt have any tokens

#

and its like fucking

#

$24?

#

I remember when it was $15

#

absolute joke

glossy jungle
#

Tarrifed buddy unlucky

dense steeple
#

its still 15

#

||in freedom land||

obsidian jetty
#

discord randomly makes ppl loud one day, quiet the next

lucid olive
#

get fuckd

vital hound
glossy jungle
vital hound
lofty depot
jade flume
#

tuning in to hate watch

velvet sky
#

Is balance a good spec for heroic raiding?

lofty depot
#

u can clear the heroic raid with any class

jade flume
#

but should u

velvet sky
#

I could go in without armor too, but i think you know what I was asking. I'll be more specific though. Relative to other dps specs, where is balance likely to be this season in raid?

obsidian jetty
#

๐Ÿ”ฎ

#

it says meta/10

dense steeple
#

heroic raiding is can your guys do mechanics

#

mythic raiding is can your guys do mechanics while also pushing crazy numbers

jade flume
#

Its most likely gonna be somewhere mid to low-mid like always

#

but we'll see once people start pampn when raid is out

#

it will not be the omega blaster spec though

velvet sky
potent cargo
#

for heroic it doesn't matter lolk

#

is still the point there

dense steeple
#

he didnt like that answer tho

potent cargo
#

if you enjoy boomy play boomy yk

jade flume
#

Ye but people dont wanna play something optimal only because they have to

#

some people just want to do big dam because its fun

#

it doesnt have to matter

lofty depot
#

I can play boomkin against heroic raiders and blast

#

Just play gooder and u'll do gooder

potent cargo
#

yer its polarising

#

my boomy was 640 ilvl

crisp topaz
#

For heroic raids odds are that you will do more damage if you're just better at pressing your buttons than your comrades, so anything will do well

potent cargo
#

out dpsing 670s

#

like do these ppl even have hands

velvet sky
#

Mechanics arent an issue. I'll manage those just fine on any spec. I just wanted to know how balance was in raid compared to other ranged based off the testing so far.

dense steeple
#

metrics are goofy at varying ilvls like that

obsidian jetty
dense steeple
#

no one will know how it performs for everyone at example 704 ilvl

obsidian jetty
#

because they did all the testing in 3 weeks, then balanced all the classes with no extra testing

potent cargo
#

last minute boomy buff we're blasting dw about it

#

sims are sandbagged

#

we're actually gonna top

obsidian jetty
#

so all we have to go off of is sims, which won't really replicate any raid boss unless you specifically craft all 8 bosses fight style and make apls around them (no one will do that)

crisp topaz
obsidian jetty
#

keeper rn is pretty burst heavy, which this raid favors burst, heroic also favors burst

#

so boomy should be decent

#

but it's just all a guess rn

lofty depot
obsidian jetty
#

atleast for me

potent cargo
#

thats the vibe bro

obsidian jetty
#

raiding on tuesday is just bait

#

1 tier we tried, raid was bugged, we wasted like an hour of raid, next tier server didn't up come til like 2hrs into raid time, after that we just said fuck raiding day 1

#

just move that to monday/sunday

potent cargo
#

ye

#

raid bugged, servers lagging like fucking mad

calm ibex
#

Tuesday raiding is always fucked

#

Since like wod

potent cargo
#

oce servers literally take a dump

calm ibex
#

Remember when my guild was one of the only guilds in back in hellfire citadel

#

Someone streaming had like 10k views when they only did like 10 normally

lofty depot
#

Gotta remember who to watch raid day

#

Forget who day raids

craggy sonnet
#

melee mechanics, right?

lofty depot
lofty depot
#

But he might be mage prison again

frigid rover
#

What class you streaming kyvezza on tonight arc?

meager storm
#

If you cannot defeat Kyveza, do not bother showing up to raid. This boss is a baseline mechanics check. If you cannot handle mechanics while maintaining a strong DPS or HPS rotation, you will only drag the group down on the harder fights ahead.

This is not optional. This is not "just a warm-up boss." This is the fight that tells us whether you can balance your gameplay fundamentals aka: awareness, movement, uptime, and performance but all at once. If you fail here, you will fail later.

If you can't be bothered to put in the hours to grind this fight, you are disrespecting the other players on this roster who are putting in the work. This is a preparatory fight for a multi-week raid, and it requires commitment. If you can't commit now, you won't commit later.

And before anyone even thinks about saying, "my class isn't designed for this encounter" fucking save it. I've seen hundreds of Chinese VODs of Kyveza beaten on every single spec and every single hero talent combination possible. The fight is beatable. The capability exists. The only difference between them and you is execution and effort.

So here's the bottom line: Beat Kyveza before raid night, or don't show up.

#

what is this pasta man

lofty depot
#

lock in

vital hound
#

buddy of mine plays a diff toon in heroic raid every week

#

and just presses the icons he thinks look cool

#

bro doesnt even have meters, he couldn't give a fuck

meager storm
#

rwf comp leaked

#

dont tell anyone

drifting nova
#

wheres the warrior

lofty depot
#

prot dummy

drifting nova
#

no the real warrior

craggy sonnet
drifting nova
#

tanks dont count

lofty depot
#

neither do fury/arms

craggy sonnet
#

too bad prot is the best warr

drifting nova
vital hound
loud kettle
#

yea

drifting nova
#

arms is

lofty depot
#

not real

vital hound
celest narwhal
#

r we gonna be able to buy Terh stats

#

from the vault tokens

#

or am i insane

vital hound
iron chasm
celest narwhal
#

welll im glad im crazy then

#

swore i read an article about it

#

may be confusing it with the one letting the omni tokens from the last boss give u a chance at them

lofty depot
#

think the tokens from demenisus

craggy sonnet
#

yea

#

you do not buy the item itself anymore but the tier token

#

so that it may roll terts

pseudo grove
#

Blb

calm ibex
#

Does anyone have the doc that shows how strong every tier set is

meager storm
#

outdated

#

doesnt have kotg with real numbers

calm ibex
#

๐Ÿ˜ญ

#

Iโ€™m dev next tier sadly anyways

calm ibex
#

Feral is better so Iโ€™m stuck dev

lofty depot
calm ibex
#

One day I will return

timber pine
#

Any recommendations for specs for Ky'veza?

meager storm
#

feral is not better what

lofty depot
#

shh

meager storm
#

they sim like 20k more

lofty depot
#

let them

#

LET THEM

meager storm
calm ibex
#

Link me shit

lofty depot
calm ibex
#

Please

lofty depot
#

i will not leak

potent cargo
hollow mist
true viper
#

gg

hollow mist
#

gg

potent cargo
#

how many attempts did thingy take

meager storm
#

big

lofty depot
#

WTF

true viper
#

Oopsies

lofty depot
#

killing kyveza without stream adds 50 pulls

#

also was harder before

#

look at this guy with this line

meager storm
hollow mist
#

rezz ICant

meager storm
#

gamz cope

#

people saw my 17 pulls and started to do sub 50 what can i say

#

man of the people

lofty timber
#

Is keepers still for raiding this season?

meager storm
#

yes

vital hound
#

like i wish i had that mental

#

cause bro clears heroic every week, needs on everything and is chilling

#

has a significantly better time playing the game than the rest of us

lucid olive
#

brann healing increased..

wild dune
#

did they buff brann

lucid olive
#

who knows.. thats what zorthas said

meager storm
vital hound
#

i got like 80% on my first attempt

#

thought it was gonna be the easiest shit of my life

#

ragequit after 20 having made 0 prog

meager storm
#

get back

lofty depot
#

always forget

meager storm
#

kyveza is calling sheep

vital hound
#

wage cage

#

gonna give it a hiss tonight

meager storm
hollow mist
vital hound
hollow mist
rotund sparrow
#

Thought I'm a decent player, Kyveza taught me otherwise

jade flume
meager storm
lofty depot
#

they might not have a shadow player if goop sang are aug

#

imagine

#

aug bad surely

craggy sonnet
#

idk, i think dev better than aug?

vital hound
#

Dev is huge

#

Big dam

glossy jungle
#

Aug is big dam when its buffing big dam... DeathKnight

lofty depot
#

thats my bis

vital hound
wintry umbra
#

anyone know if tettles comments on max's ranking vid were before or after the buff that sounds like move kotg back ahead

drifting nova
#

yes

meager storm
#

it was before buffs

lofty depot
wintry umbra
lofty depot
#

it was pretty doomer before the buffs

hollow mist
#

pvp main only

calm ibex
#

๐Ÿ˜ญ

dense steeple
#

I wanna get on kyveza for the memes but I have whee buff for tuesday

calm ibex
#

Oh shit I should do that too

#

What time does the dmf close

#

Hope I get home in time

lofty depot
calm ibex
#

NOIIII

#

Brb crying

dense steeple
#

Rekt

#

A buddy of mine is renown 10

#

Im jealous

calm ibex
#

How wtf Iโ€™m 8

lofty depot
#

not locked in

calm ibex
#

True

meager storm
#

if u are not 10

#

u are a pleb

lucid olive
#

if you are 10

#

you're a nolife sweaty tryhard

#

and should log off

meager storm
craggy sonnet
#

hmmm

#

how do you 10 tho

#

abusers?

delicate perch
dense steeple
#

Do karesh on like 7 charas

craggy sonnet
#

oh you get the contract rep on every char?

dense steeple
#

Its acc wide

craggy sonnet
#

or whats the deal with mult chars

dense steeple
#

And karesh wqs give more than 15 ob alts

craggy sonnet
#

uhh

#

so its not the contract?

#

i thought WQs also give credit accountwide

dense steeple
#

Its both

#

But also reg wqs don't give rep on alts for karesh

craggy sonnet
#

im so confused

#

what gives rep on alts

dense steeple
#

Just karesh and undermine

elder remnant
#

anyone here done an extra 2x m0s?

calm ibex
#

I have

craggy sonnet
#

so its bugged

dense steeple
#

Likeif you do a skyflying wq. With contract you get 15 rep

#

Then on alt you dont get it

#

But in karesh you get rep for both main and alt with contract

craggy sonnet
#

sounds like a bug, ye?

dense steeple
#

Idk

elder remnant
#

why would you do the extra m0s for champ track

calm ibex
#

Tier

delicate perch
#

how is that conversation still going KEKWHands

vital hound
#

holy fuck

calm ibex
#

Hm?

vital hound
#

how is it so confusing

elder remnant
vital hound
#

that doing doing 2x m0 is good

delicate perch
#

yep (not doin em lol) (I lied)

vital hound
#

yea they're a waste of time (i did them) (on two boomkins) (and an evoker)

elder remnant
#

why can't you guys let me have FUN

#

with the randoms that aren't in here 24/7

calm ibex
#

I got baited? Noooo

elder remnant
#

anyone get their mythic slot rng from kyveza yet?

meager storm
craggy sonnet
#

i c

obsidian jetty
drifting nova
inland glacier
#

is fury of elune decent now?

elder remnant
lucid olive
elder remnant
lofty depot
elder remnant
#

expect chaos tomorrow ๐Ÿ™‚

lucid olive
#

since the only myth track items from the delve vault pool is tier youre basically guaranteed myth track tier from killing kyveza

lofty depot
lucid olive
lofty depot
#

we were using it because of cap requirement