#wow-help

1 messages Β· Page 221 of 1

prime elbow
#

well, like i said, often you dont, but sometimes you do. its fickly

#

specially with long macros

#

the one i posted most def needs it, cus else its stuck on either ? or the last icon

neon cedar
#

i'm curious which situations would need it though, i asked hoping for an example. I could switch to a monk and check that one myself

#

i wonder if it's because it's using multiple /casts

tired holly
#

Which situations would need what?
Basically I'm looking to use this for a tank Paladin, to use Judgment whenever I want, but with the same button use Hand of Reckoning (a taunt) to taunt adds/other mobs away from my teammates in dungeons

prime elbow
#

nah, not only. i think its when you dont use the same conditions on multiple casts

tired holly
#

And so I can use the same keyboard key, just with a modifier. Then I don't have to assign tons of keys to all the abilities I need to use

prime elbow
#

ah i see

#

you had a extra space in the macro.

#

i think thats why the conditions failed

tired holly
#

#showtooltip
/use [@mouseover,harm,nodead,mod:shift] Hand of Reckoning; [@mouseover,harm,nodead] Judgment

Where is there an extra space?

prime elbow
#

cleaned the macro up a bit:

#showtooltip
/use [@mouseover][harm,nodead,mod]Hand of Reckoning;[nomod]Judgment
neon cedar
#

i believe that's different behaviour

prime elbow
#

it was in the first one you posted

neon cedar
#

huh?

#

oh

#

the target specifications affect the same conditional that they're in, so they should be together

tired holly
#

Hm tha t way only Hand of Reckoning works

prime elbow
#

yeah, they are still using the same condition, just different mod

neon cedar
#

otherwise i think that says cast at mouseover, then ignores the rest

prime elbow
#

ah yeah, good point

#
#showtooltip
/use [@mouseover][harm,nodead][mod]Hand of Reckoning;[harm,nodead][nomod]Judgment

try this

forest lilyBOT
prime elbow
#

bleh

#

it should use the same target condition at least

neon cedar
#

posted as an image to bypass the bot

#

it's interpreted as set1 or set2

jaunty geyser
neon cedar
#

whereas the contents of each set, separated by commas, are condition AND condition AND condition (target selection being slighly different)

keen pewter
jaunty geyser
#

@keen pewter cant buy character boost thru web shop

keen pewter
#

πŸ€”

prime elbow
keen pewter
#

discord don't lagpls

#

@jaunty geyser

neon cedar
#

@prime elbow is that a website?

prime elbow
#

@neon cedar yeah

jaunty geyser
#

@keen pewter try it, says you have to do it in game

keen pewter
#

............... that's so silly blizzard

#

istg

tired holly
#

OK and instead of just "mod" I guess I type "mod:shift" if I want to use shift as the mod key?

prime elbow
#

if you wanna specify it, then yes. i just use normal mod cus then it works on any modifier key

neon cedar
#

i would also leave out all of the conditions on Judgement (assuming you want it to fallback to your target)

#

otherwise you'll get silent errors in certain conditions, especially if you try to modify it later

#

it's better to let it try to cast a harmful ability on a friendly target than to silently fail and leave no reason

prime elbow
#

unless you use the mod im using, which blocks those said errors by default πŸ˜„

tired holly
#

OK still not working properly. When I don't actually mouse over an enemy target, it switches spells no problem. If I do, only Hand of Reckoning works...

neon cedar
#

oh yeah, forgot you do still want the mouseover judgment sometimes

#

/use [@mouseover,harm,nodead,mod:shift] Hand of Reckoning; [@mouseover,harm,nodead][] Judgment

#

love how stringing it all together makes the bot give up 🀣

prime elbow
#

well, you left out a extra [] πŸ˜„

neon cedar
#

no i didn't

#

IIRC [] is identical to the spell's behaviour when you don't use a macro btw

tired holly
#

FINALLY!
/use [@mouseover,harm,nodead,mod:shift] Hand of Reckoning; [@mouseover,harm,nodead][] Judgment

Works the way I want!

prime elbow
#

well, i meant for the bot to pickup. Β―_(ツ)_/Β―

neon cedar
#

@prime elbow #showtooltip /cast [talent:4/3,noexists][@cursor,talent:4/3]Ring of Peace; [talent:4/2,exists]Song of Chi-Ji; [harm] Leg Sweep

forest lilyBOT
neon cedar
#

does that do the same things

prime elbow
#

nope, it stops the icon from updating

#

just shows a ? mark

neon cedar
#

in which scenario

prime elbow
#

any

#

just shows ? all the time

#

even with #showtooltip

short frost
#

mine work well like that

prime elbow
#

or well

neon cedar
prime elbow
#

it only shows the first

#

this one however

#

works as intended

#
#showtooltip
/cast [harm,exists]Leg Sweep;[talent:4/3][@cursor]Ring of Peace;[talent:4/2,harm,exists]Song of Chi-Ji
forest lilyBOT
short frost
#

lmao

prime elbow
#

key 6 and z

short frost
#

quite interesting

#

since I dont use mouseover I actually have dedicated buttons for attacks and instead use targettarget macros for these

prime elbow
#

my 6 macro is this:

#showtooltip
/castsequence [spec:3,talent:3/2]reset=20 Fist of the White Tiger,Touch of Death
/cast [spec:2,help]Life Cocoon;Touch of Death
neon cedar
#

your first version casts ring of peace where your cursor is if you have a target, though πŸ‘€

#

i think it was a matter of needing #showtooltip because you had a macro trying to cast a spell on the cursor that you migth not have, essentially skipping it as far a spell selection, but not icon selection

#

but complex priorities get tricky

prime elbow
#

yeah, i think mostly because 2 of them are talents and 1 isnt

neon cedar
#

no

pallid fulcrum
#

anyone know if the retail catch up mechanics in the game already? i swapped covenants 2 days ago and i've only been able to get to renown 4. a friend of mine told me that he received a renown token at the end of a heroic dungeon but i've done maybe 10 of them now and none have dropped (not sure if this is the right channel)

prime elbow
#

actually, i notice now that cursor doesnt actually gets triggered

tired holly
#

Thanks for the help btw @neon cedar @prime elbow

neon cedar
#

it's because of /cast donthavethisspellrightnow /cast spellidohave

#

which is fine if it works, but seems to be why you needed #showtooltip

prime elbow
#

which is what the talent condition is there for. so it switches automatically based on the talents i do have

neon cedar
#

i know

#

but that only fixes the spell selection, not the icon selection

prime elbow
#

it does both. at least when its triggered.

neon cedar
#

my intent was to figure out why the icon wasn't automatically picking right

prime elbow
#

i cant remember now which form of the macro that it wasnt working correctly on, but it wasnt because of that

random latch
#

Can someone help me figure this macro out?

#showtooltip
/cast [@mouseover, exists][@player] Holy Shock

won't cast when I mouse over a name in the party frame or over my own portrait but I feel like it should...

forest lilyBOT
neon cedar
#

nice match, bot

#

can we nominate that?

random latch
#

Hmm

neon cedar
#

reminds me though, i meant to work on my paladin's holy shock macro

random latch
#

It's only holy shock

#

I have flash of light and everything else set up the same way

#

And it all works fine, just holy shock for some reason

neon cedar
#

are you using the Blizzard frames or addons?

random latch
#

Bliz frames

neon cedar
#

are you on the character right now?

random latch
#

All addons disabled still nothing

#

yeah

neon cedar
#

do you get an error message?

random latch
#

Nope

#

Just, nothing happens

#

What I'm expecting is to get healed when I mouse over my portrait and click the macro

#

oh well Β―_(ツ)_/Β―

neon cedar
#

that's what i expect too πŸ€”

#

what happens if you temporarily replace exists with help?

#
/use [@player,mod:alt][@mouseover,exists,nodead][] Holy Shock```
this is what my old paladin has
random latch
#

No dice

#

I changed it to just /cast Holy Shock And it won't cast if I'm hovering over the portrait

neon cedar
#

😫

random latch
#

Word of glory works fine

neon cedar
#

does my old macro work?

random latch
#

Nah, same issue

#

Seems that holy shock just doesn't want to play nice with the portrait

neon cedar
#

you can target yourself and cast, right?

random latch
#

Yeah

#

That's fine

#

And if my mouse is just hovering around it's not problem

#

but when the mouse is over the party frame or my character portrait the ability won't cast

neon cedar
#

i have no idea, maybe your game is bugged?

#

you could try a repair

random latch
#

I'll give that a shot

sick wind
#

At level 60, am I only able to do shadowlands dungeons? On the group finder, only heroic shadowlands dungeons show up .

fathom ingot
#

Well you can always start a group at any other non-Shadowlands raid/dungeon

#

and just walk into the portal but LFG is locked to Shadowlands content once you unlock it I believe

sick wind
#

so id have to travel to them?

molten kernel
#

hey folks... just made this post in the forum, but thought I'd post here in case anyone might have a better answer quicker

sick wind
#

maybe try abandoning and regetting it? sometimes that makes bugged quests work fo rme

molten kernel
#

abandoning Venthyr and doing it all over again?... I don't have any active quests, so

#

can't just abandon >.<

sick wind
#

not the whole thing, sorry thought you meant an active quest

molten kernel
#

nope- sorry!!

#

I tried to open a ticket with Blizz but all they told me to do was submit a bug and troll the forums basically, haha.

sick wind
#

ah mb for not reading thoroughly lol

molten kernel
#

all g

hexed vine
#

Might be a noob question but i've got skinning as a profession but none of the things (like goresnouts) in frostfire ridge are saying they're skinnable

#

I have the skinning knife

sick wind
#

only certain creatures are skinnable

deft whale
#

can someone help me, I'm drooling over how cool the mag'har orcs are and am desperate to unlock this race. However I'm unsure on what to do to start the ready for war achievement (horde)

sick wind
#

says " Ready for War requires players to complete the 8.0 Horde War Campaign. '

austere otter
#

Hey y'all, im trying to attack magda, I clicked the sinstone I had for her but I still can't attack :/ I didnt see anything on wowhead

sick wind
#

if its bugged id just abandon and redo the quest

austere otter
#

i figured it out... I had an extra action button i was blind to

tight elbow
tight juniper
#

I'm a returning player (after quite a few years of not playing), and I just finished the quest where I ended up at the Throne of Tides Dungeon ... I don't see any other quests (can't solo the dugenon) where do I go now?

tight elbow
limber condor
#

Just paid for game time

#

Do I really need to wait some time

true ingot
#

@limber condor Error Code If your character is locked, it is most likely connected to a payment issue. Please check the status of your payment on your Order History page and consult below based on the status.

limber condor
#

@true ingot Thanks mate.. Do you know how long it usually takes?

true ingot
#

"Your payment is in progress and the character will be locked from play until it is complete. If your order is stuck in this status for more than 24 hours, contact us for assistance."

#

Some times 1.

#

sometimes more?

limber condor
#

Thanks.. it's just dumb.. I just bought game time to move this character to my main B.Net account.

#

Looks like I won't get to play this weekend :/

winged loom
#

so if i need to grind out Thunderbluff rep, can i wear a tabard and spam current dungeons?

keen pewter
#

Also
"The city tabards actually have some hidden restrictions. They city tabards won't work in the Burning Crusade dungeons and won't work in the early Wrath of the Lich King dungeons. The tabard will start working again once you start doing the level 80 wrath of the lich king dungeons. "

#

So my best bet is to try it?

winged loom
#

i watched a video that you can grind Main City rep at the Mechanar

#

ima try it but thats so far away hahah

keen pewter
#

City reputation are rather quick to get anyways

winged loom
#

about to level a tauren for the heritage armor so i figured id check to see wha ti could do for exalted quick

#

ALSO, if i have a 22 druid already, if i leveled him to 50 would that count towards the heritage or does it have to be a fresh toon

keen pewter
#

IIIIIIIIIIIIIIIIIIIIIIIII'm not sure

#

I've played the same druid since 2010 lol

#

I did get the heritage armour though

#

So maybe that answers your question?

lavish sun
#

people, i've been out of wow since Legion... i'm comming back now on a new account... i'm mainly a solo player... what classes are good for solo? want a dps class, looking for something with good single target damage and sustain.

neon cedar
#

i have a character eligible for it that was created long before heritage armor was added

manic flower
#

If I want to switch legendary slots but not ranks, do I need additional soul ash? Or just the new base item + missives?

winged loom
#

are heirloom castings literally a 1 time use? like i spend x amount of thousands to upgrade each piece to 50?

manic flower
#

Yeah they're a gold sink

#

They're ridiculously expensive for the value you get out of them now

winged loom
#

yeesh

manic flower
#

Not very worth imo

#

Especially with all the gear rewards you can get from quests and the dungeon finder

winged loom
#

also, did they just remove the flat exp gain you get?

#

now its just a rested buff set?

odd horizon
#

Can anyone here offer me some resto shaman help? πŸ™

odd horizon
#

What legendary should I go for

#

I'm getting a little overwhelmed 😭

pallid fulcrum
#

Why cant I start a new campaign when I talk to chromie?

#

All she is says the ice crown is trouble it doesent let me do any of the expansion campagins

mystic oxide
#

for disc pve, does it matter if i go staff vs 1h?

keen pewter
#

Afaik 1h or 2h are equalized now?

mystic oxide
#

lvl 60

#

just deciding what i wanna buy with honor points

pallid fulcrum
#

question

#

what's the difference between directX12 and 11 legacy ?

#

like when I turn on 12 my ram is being eaten away

winged loom
#

12 is for newer gpus otherwise dont bother

#

theres more nuance to it but thats the jist

pallid fulcrum
#

I have RTX 2070 super

winged loom
#

then use it unless your rams an issue

pallid fulcrum
#

damn

#

I don't understand why when Im playing wow and watching stuff on edge and speaking on discord my rams usage is at 11GB out of 16

neon cedar
#

because you only have 16 GB πŸ€”

keen pewter
#

WOW uses quite a bit of ram to keep everything loaded iirc

#

And I guess dx12 favours ram over gpu usage due efficiency idk

pallid fulcrum
#

how much ram does wow use ?

#

@keen pewter

keen pewter
#

You said 11GB, no?

pallid fulcrum
#

yeah but how much does your's say when you play wow

keen pewter
#

Like 4GB fresh?

pallid fulcrum
#

O_o

#

why mine uses so much 😭

keen pewter
#

btw keep in mind windows uses like 1/4 of your total ram

lyric kettle
#

what ilvl to run mythic 0 dungeons?

neon cedar
pallid fulcrum
#

Hey , quick question , where's the content about the burning crusade ? To select vanilla dungeons on chromie campaing i have to chose the cataclysm , is burning crusade part of the vanilla ?

keen pewter
#

No

winged loom
#

at what level do you unlock 'queue random dungeons' now

keen pewter
#

Isn't that in like any level?

winged loom
#

thought so

#

but im leveling a toon fresh

#

ffor the first time in like 8 years

#

and i dont have that option

austere otter
#

you have to like level 15

keen pewter
#

Yeah, like always

#

You need talent spec afterall! XD

winged loom
#

true

#

its been so long

#

and everythingsd so new

errant moth
#

(I just got here so not sure if this is the right place to ask)

Really need help from a blacksmith in Velen to help make me Foundations of Courage

#

I can tip 10k gold

cobalt venture
#

Is this the right place to ask a question about in-game issues that the GMs told me they can't fix? xD

austere otter
#

Jiyu, have you tried asking in trade?

#

and Quinn, what's the problem ?

errant moth
#

Yes nobody could help me

cobalt venture
#

Contacted Blizzard about it and their response was "Check WoWhead or try to load your game without any add-ons". Unfortunately so long as this persists I won't get the achievement for fully completing my covenant campaign and any rewards/cosmetics that might be tied to that later on. They followed up by telling me they couldn't do anything in regard to achievement progress or quests.

Anyone have a suggestion? Or should I just switch covenants before I fall too far behind? Blizz doesn't seem to want to do anything about this.

errant moth
#

Also if someone can tell me if it’s possible to solo Dragon Soul at level 50 that’d help a lot

austere otter
#

what's the actual problem? Are you not able to progress your campaign Quinn ?

Hopefully a blacksmith will be around Jiyu, and I'm not sure about dragon soul

errant moth
#

Thanks anyway ^^

cobalt venture
#

The problem is that I won't get the achievement in the end, which could unfortunately deprive me of any gear or cosmetics (or whatever else they may or may not add) down the line. I can't fully complete my covenant campaign even though i am, in fact, progressing.

mystic oxide
cobalt venture
#

I'm just worried about kinda saying "it's fine now" and then later on down the line after weeks and weeks of renown leveling, I suddenly can't do or achieve something. Call it a preemptive concern lmao

errant moth
#

Is there a wow discord specifically for Area 52?

restive stump
#

So I know MM Hunters are kinda insane right now, but how are BM Hunters, they're balanced rn right?

neon cedar
#

@cobalt venture what does /script print(C_QuestLog.IsQuestFlaggedCompleted(57904)) show?

cobalt venture
#

One sec.

#

true

keen pewter
neon cedar
#

and i assume you've logged off and back since getting it

#

both of you i guess XD

cobalt venture
#

Me? Repeatedly. I'm already done with chapter 2 and 3 as well.

neon cedar
#

that's the quest at the end of that criterion segment πŸ˜•

#

/script print(C_QuestLog.IsQuestFlaggedCompleted(62795))
how about this

cobalt venture
#

true

#

It's really weird.

neon cedar
cobalt venture
#

I switched from Necrolords to Kyrian, so I skipped the intro quest.

neon cedar
#

i know that's quite a list but if you want to, hover over each quest in that part of the list and grab the number in the link

cobalt venture
#

I've found that his particular issue is very prominent after switching covenants.

neon cedar
#

hopefully they'll figure out an automatic fix if multiple people are getting it

#

since you do have the last quest flagged as done

cobalt venture
#

I'd hope so. I'm sorely debating just switching to Venthyr now before I progress too far.

#

They are better for arms anyway...but I'm so attached to my Steward πŸ˜›

neon cedar
#

then Venthyr might just get stuck the same way

cobalt venture
#

It might, but this time I probably wouldn't skip the first questline.

#

Juuuust to be safe.

jovial pier
#

I want to make greens to level enchanting, what does that mean? Anything learned thats green gives more exp than the white?

neon cedar
#

is the skip you're referring to the "i know my way around" dialog option i noticed on NPCs on my alt?

#

i have not switched covenants on my characters

jovial pier
#

oh do whites not give exp, is that it?

cobalt venture
#

Correct @neon cedar. That's what I did.

neon cedar
#

i'll avoid that option on alts for a while then XD

heady viper
#

can you get loot from lfr raids more than once a week

pallid fulcrum
#

Are their any classes not worth picking?

heady viper
pallid fulcrum
#

well i just started and idk what to play i usually play DPS but im not liking rouge

heady viper
#

ah I'm a rogue and I love it

#

but I started out as a warrior

#

it's pretty easy to play for beginners because there aren't that many "complex" mechanics

#

and 2/3 warrior specs are for dps

pallid fulcrum
#

are there more dps like classes or is it just those two

true ingot
#

all classes have DPS specs.

heady viper
#

^

keen pewter
#

huh. That's true

pallid fulcrum
#

ok

heady viper
#

I'm using the NPC in pandaria to solo old raids with lfr

#

and idk if I can get loot from a raid using this method more than once a week

neon cedar
#

probably not

heady viper
#

oh well

#

:c

keen pewter
#

But you can do LFR+Other difficulties

#

One LFR, One of any other diff

neon cedar
#

also other characters have their own lockouts

heady viper
#

ah okay good to know, thanks

pallid fulcrum
#

hi can someone help i m new to this game

vapid mist
#

Hi i collected all the anima crystals in bastion and went to Hephaesius to craft The Crystal Mallet of Heralds but when i just clicked and crafted it i died and when i came back the mallet was not there and i cannot craft the mallet again can someone help me with this?

mystic oxide
#

will companions heal on their own?

true ingot
#

slowly yes

keen pewter
#

very slowly

polar wasp
#

Just have healer troops

tawny dew
#

Is demonology a viable spec for pushing mythics? If not, what’s the β€œbest” one?

compact charm
#

Hey guys, im looking for an addon similar to Dialogkey, its outdated and have found nothing to replace it with (Dialogkey allows using spacebar and 1-9 keys for npc options)

polar wasp
timid granite
#

are addons buggy rn due to shadowlands just being released or is it on my end ?

#

omnicc size scaling doesnt work at all and losecontrole isnt even appearing ingame , ive installed them in the right direction and enabled out of date addons

polar wasp
#

If the addon page doesnt show updated for 9.0.2 then yes its addons buggy

#

Outofdate addons may not.work at all sometimes

timid granite
#

losecontrole is for 9.0.2 and wont even appear ingame for me

#

omnicc is 9.0.2 too

#

hence why i thought it might be on my end

polar wasp
#

Then its on your end

timid granite
#

any ideas how i could fix it ? ive installed them in the right direction and installed the proper version

#

all i can think of is reinstalling wow and no high hopes on that anyway

polar wasp
#

We cant provide addon help here 😰

timid granite
#

alright 😒

neon cedar
#

usually if an addon doesn't work, hasn't been updated, and no one else has commented on a fix or forked it, then your options are find a different addon, go without it, or learn lua πŸ˜›

timid granite
#

ehh i can live without addons

#

only addons i'd use are skada cause im a dpswhor and i like losecontrol for proper cc chains in pvp and thats it

#

i'll just sit it out and wait for them to update the addons ig , since i doubt the problem is on my side

pallid fulcrum
#

which class is best pick for dps?

true ingot
#

which ever one you like best

pallid fulcrum
#

Friends, is there a warrior discord?

surreal whale
#

which covenant i should pick for Arena as Retribution?

pallid fulcrum
#

I think Kyrian is best for ret

#

You should try out all abilities in Oribos

torn topaz
#

How does chromie time work exactly?

#

Do I need an existing level 50 to use it?

keen pewter
#

yes

#

Exactly that

coral rampart
#

once you have 50 and you unlock your chromie time you can pick any expansion on your new alt

torn topaz
#

So why is it that without a fresh 50 I can still go to chromie and pick an expansion

#

Despite only having a level 45 on this realm

#

Is it a level 50 on any realm opens her up?

coral rampart
#

yes

torn topaz
#

Like, is it account bound

#

o shit

coral rampart
#

its just a measure by blizz for new accounts

#

to replay bfa and get on with story

#

instead of being force fed all expansions with nothing but 5-10 levels in it

keen pewter
#

Blizzard wants newcommers to play bfa instead of other expansions because it has the most streamlined questing experience

pallid fulcrum
#

hello, is it possible to send gold to a different character on the same realm whilst on a free trial? im trying to get enough gold for token

short frost
#

no

pallid fulcrum
#

ok thanks

short frost
#

the free trial has a gold cap

pallid fulcrum
#

998

short frost
#

and no access to the mail system

pallid fulcrum
#

damn, im enjoying this questline but if i had a few level 1s or whatever, kept the gold flowing i could eventually get a token

#

thank you

#

any recommendations on what to spend the gold on then

short frost
#

keep it - youi will want to have it if you ever get a sub to learn flying

karmic hedge
#

have a tricky question. If i overcap renown will it show up after it unlocks?

keen pewter
#

You can't overcap renown

karmic hedge
#

just did

keen pewter
#

You can't though

#

You just think you did

karmic hedge
#

did the campaing at renown 5 that awarded me with 6 and did the replenish for 1 additional renown

#

6 is the cap

#

so i have 1 renown floathing

short frost
#

I guess you just got confused

#

and where at 4 or sth.

#

the cap is not that the game caps you at 6 - the cap is cuz the game doesn't offer any options to go past 6

#

so if there was a way to go to 7 the cap would be 7

heady viper
#

how do I get lockpicking (60)

#

I'm a rogue

keen pewter
#

It's on your spellbook

#

Lvl=ur lvl

heady viper
#

okay

compact charm
#

I just died in Torghast, first death and i cant release.. anyone who has experienced this and know a fix?
I heard something about a ress macro that can be used but cant find any

polar wasp
#

Wdym you cant release

short frost
#

try /reload or restart the game

prime elbow
#

@compact charm you mean this?
/run RepopMe()

compact charm
#

Yes thank you

#

that fixed it πŸ™‚

short frost
#

what?

#

the repop?

prime elbow
#

it can happen sometimes, that the window to release spirit is gone.

short frost
#

funny xD

compact charm
#

yea both options were greyed out πŸ˜›

short frost
#

lmao

compact charm
#

i have queue on my server right now so didint wanna restart either

short frost
#

if you alt+f4 and reconnect within 20s you usually byass the queue (at least for your server)

prime elbow
#

yeah, that script just forcefully releases your spirit if it fails for whatever reason

compact charm
#

ive gotten into queue even if i open a new wow so my account gets logged out as the new one gets in

short frost
#

yeah that's normal

compact charm
#

rather not risk it now with a 2 k queue πŸ˜›

short frost
#

you don't just connect again while you're in :p

karmic hedge
#

@short frost again nope.

#

threads already has the catchup mechanism

#

so it gave 1 more as it seems

#

im a simple man and i admit if im retarded

#

but not this time

sand jasper
#

So I log into my main in Elysian Hold today and where I yesterday had 70 fps, I now have 40. The game just suddenly decided to drop my average fps by ~30% without me changing anything.
Maybe it's a weather effect or something?

short frost
#

Yep. Or anything else in your vicinity.

limber condor
#

When did Blizzard remove live chat?

short frost
#

with corona lockdowns i guess

limber condor
#

So frustrating to wait for a reply..

#

I can't play before they fix my problem

short frost
#

bummer

gloomy marsh
#

is it normal to E a bird on the ground and all of a sudden u are teleported to the sky and u fall and die?

#

as a rogue of course

#

or was i just unlucky

hollow temple
#

hey can anyone help me to earn the achievment "pride of kul tiras" for this questline i need to do 3 more dungeons, but i cant queue for them in dungeon finder cuz my char is lvl 52 and in shadowlands

#

and cant switch to other timeline

cobalt flint
#

Reach level 60, gear up a bit, and then you can do them solo.

warped jungle
#

Having a brain fart what do I need to do to get this

old zinc
#

A lot of rated pvp

warped jungle
#

Do I need to win or just play a lot

polar wasp
#

i think its wins

#

you basically need to get the gladiator/elite set

#

i think the tile is sinful gladiator

tight elbow
polar wasp
#

i dont do pvp but yes it is the pvp mount

tight elbow
polar wasp
tight elbow
#

No, you said the set

old zinc
#

But to get the set you'll have had to have earned the ranking

#

Thus

tight elbow
#

πŸ™„

pallid fulcrum
#

When you just wanna kill the lick king but you get distracted by a the mobs πŸ˜‚πŸ˜‚πŸ˜‚πŸ˜‚

heady viper
#

what's the biggest bag you can get this season?

#

I heard you get it from tailoring

pallid fulcrum
#

32 slots

heady viper
#

what's it called

pallid fulcrum
#

You could get a 34 during the prepatch event

#

I think... Uhh

heady viper
#

yeah I got the 34 one on my warrior but not my rogue :c

pallid fulcrum
#

Tidespray Bag or something

#

I have no idea

heady viper
#

embroidered tidespray?

pallid fulcrum
#

I think so yea

heady viper
#

k ty

pallid fulcrum
#

I still have my 30 slots Legion ones

prime elbow
pallid fulcrum
#

That's from Shadowlands. Legion and BfA have 32 slots already

#

And cheaper, I think

heady viper
#

now I just need a tailor

#

I'm going for the 30 slot bag

#

basically the same one but not embroidered

cobalt flint
pallid fulcrum
#

πŸ€·β€β™€οΈ

tight elbow
heady viper
#

ty

wooden willow
flint bay
#

how long till I can choose a covenant? I am doing Securing Sinfall right now

prime elbow
#

on your main? after youve completed the normal campaign, and gets sent to oribos, you can choose there

short frost
#

1st time playing SL you get it at 60

#

2nd and later at 48

flint bay
#

@short frost I have been 60 for a while now, I have no idea where to choose it and the game didnt alert me or tell me that i can choose a covenant

short frost
#

you also need to finish the main campaign quest line

long sedge
flint bay
#

how long is that?

short frost
#

a few hours at most

flint bay
#

I have been on this for days

#

does it end in Revendreth?

fresh plover
#

quick question, if i have a toon and i want to raid with it, do i need to play the whole story again ?

short frost
#

no

#

but some stuff you might want is locked behind story stuff

frosty jasper
#

When do you unlock flying in Zandalar?

fresh plover
short frost
#

like covenants xD

fresh plover
#

sucks... so no alts ig xd

short frost
#

there will be catchups for alts in the future

lavish sun
#

people, i've been out of wow since Legion... i'm comming back now on a new account... i'm mainly a solo player... what classes are good for solo? want a dps class, looking for something with good single target damage and sustain.

heady viper
#

are there soulshapes that last longer than 12 seconds in non-rest areas

polar wasp
#

they dont change the duration

heady viper
#

okay

novel perch
#

hey. Can conduits drop in mythic even if a character is locked?

kindred vortex
#

guys to drop the shroom in Ardenweald, do I need any pre-requisite quest or so? I am 60, killed about 300-400 but nothing dropped 😦

heady viper
#

who's my trainee

polar wasp
#

go to maldraxxus,the trainee will spawn on its own

#

as soon as you land

prime elbow
#

and it depends which one is your covenant

lavish sun
#

people, which class is the best for a SOLO PLAYER (focused not only on shadowlands content, but also soloing old raids): Shadowpriest, Paladin, Hunter or Warlock?

old zinc
#

Once for Ardenweald I didn't have one show up at all and I still got credit

heady viper
#

okay, ty

raw hazel
#

Hi I just bought a subscription but the account says the transaction is pending, and I still have a freee account. How long does it take for payment for a sub to be processed pls ?

short frost
#

can be anything between instant and 3 days

raw hazel
#

Arf that's quite a spread

pallid fulcrum
#

Is there a way to get on top right other than with a guy that u pay to fly ?

polar wasp
#

what

pallid fulcrum
#

@raw hazel log out and back on regularly to refresh it just to be sure

#

@pallid fulcrum walking

polar wasp
#

you mean "fort elyseen",that's the kyrian covenant hub

pallid fulcrum
#

its litteraly void

#

Oh wait

#

Yeah that's the Kyrian covenant area

polar wasp
pallid fulcrum
#

i am kyrian

#

Do you not have enough money for a flight master? You can go kill a couple of mobs and sell the stuff they drop

#

I do, i just asked if there is another way than that

#

because u r litteraly right next to it but u can't reach it

polar wasp
pallid fulcrum
#

for real ?

#

thx bro i don't have eyes

#

You can also use the Kyrian gateway network

autumn elk
#

So I have an addon issue with my Left Click...somehow a spell got attacked to it, and I can’t unbind it? I have assigned the spell to something else, disabled Clique but I cannot get Left Click to a mouse over target??

pallid fulcrum
#

wtf

#

i just dropped 2 items for 1250

#

gold if i sell them

#

how to make money ?

tight elbow
#

Put them on the Auction house

pallid fulcrum
#

where do i find this house

tight elbow
#

What faction?

pallid fulcrum
#

bad guys

tight elbow
#

There are none. Which Faction?

pallid fulcrum
#

Its the bad guys

#

i mean the other team than the alliance

tight elbow
#

We have no bad guy faction

#

So you're Horde?

pallid fulcrum
#

oh yeah i didn't knew it's the same name in french and in english my bad

tight elbow
#

x3

#

But yeah, the Horde aren't bad guys

pallid fulcrum
#

where should i go to learn economy

#

i need the thing that allow you to collect items without getting out from it

#

the farming guy

#

its mechanic or smthing

#

golem ___

tight elbow
pallid fulcrum
#

is there anywhere else i can get it ?

tight elbow
#

Get what?

pallid fulcrum
#

to the auction house

#

i mean there is only at orgrimmar

tight elbow
#

There is one in Wrath Dalaran

pallid fulcrum
#

how to get the celest golem

#

and how to farm money

tight elbow
#

Clest golem?

polar wasp
#

the Sky golem mount

#

the one that allows you to herb while mounted

pallid fulcrum
#

yes

#

yes

tight elbow
#

You can buy it on the auction house

pallid fulcrum
#

ty for understanding my bad english

prime elbow
#

cough up 100k gold and its yours.... at least i think thats how much it goes on the ah

pallid fulcrum
#

i have 11k gold thanks to quests but now

polar wasp
#

you should really find someone that speaks your native language just fyi

polar wasp
#

pogchamp

pallid fulcrum
#

i just don't have the terms

prime elbow
pallid fulcrum
#

how to farm gold then

prime elbow
#

youre gonna have to do your own research or ask in the tsm discord

tight elbow
#

There are tons of videos on youtube about gold farming

pallid fulcrum
#

outdated

#

or for pros

#

i have nothing

tight elbow
#

Outdated?

pallid fulcrum
#

uh yeh

tight elbow
#

No

#

Tons of videos

pallid fulcrum
#

none for bezginners

tight elbow
#

Any farm can be done. Especially for beginners

pallid fulcrum
#

what farm

tight elbow
#

Look at the videos xD

prime elbow
#

and if goldfarming was so easy, the economy would a be a whole lot more destroyed than what it already is.

pallid fulcrum
#

why is it destroyed

tight elbow
prime elbow
#

That's not what he is asking tho.

tight elbow
#

He is asking for a farm

#

Without any specifics

#

So who'se to say what he really wants?

left forge
#

Hey guys, I wanted to ask... is it worth to change covenant today ? I will be one soulbind behind everyone ...

#

(3 renon)

delicate elm
#

I've had some peeps complain about my dps... Im relatively new to the game and don't wanna be a burden so I made a lil video showing me opening burst dps and then mana save. Any criticism and or/ help would be amazing {Arcane Mage}.

thick cove
#

If I choose threads of fate will it skip me over the joining ceremony questlines? For example, night fae theater. Or can you do it when you hit 60?

gaunt ibex
#

hey quick question- with a race change can you change your gender or no

gaunt ibex
#

alright, thank you

tight elbow
gaunt ibex
#

oh wait srsly

#

thats so cool

lofty cosmos
#

Hey guys, im gonna start a new char on shadowlands. i played a bit of the classic but got into shadowlands through vids/streams... whats the best class for pvp/pve im liking rogue alot is it worth it?

dry pollen
#

Rogue sub is broken rn xD insanely good

#

There's no top tier class tbf just go with flow what feels good for u and then get better at it

pallid fulcrum
#

All classes are viable

pseudo kestrel
#

so i just bought the shadows land expansion and the character boost wont show up and its been 10-20 mins, ik i bought the one with the boost ive checked multiple times. any ideas on how to get it to show up?

pallid fulcrum
#

Play what you like most

#

@pseudo kestrel it can take an hour to three days for the account status to upgrade. Log completely out and back in occasionally to refresh it

#

Also make sure you don't use a boost on something you haven't leveled before

pseudo kestrel
#

wtf but i can play shadowlands i just gotta wait for the boost?

dry pollen
#

Ye

austere otter
#

levelling doesn't take very long anymore, and it can be useful for learning how to play a spec

gaunt ibex
#

its every week you can clear a old raid after clearing it once right?

molten agate
#

does enchanters still have illusional enchants like in WoD?

west drum
#

did they change the BMAH?

#

cant speak to goya

tight elbow
#

You have to be lvl 50

#

@west drum

molten agate
#

does enchanters still have illusional enchants like in WoD?

short frost
#

well they still do have them from wod

thick cove
#

had to do a little quest to o pen it

lavish sun
#

So, i'm coming back to wow, and after some research i'm trying to choose between hunter or ret paladin...
i'm looking for something with good dps (don't need to be the best dps, just good enough), and self heals..
how good is Ret Paladin self heals?
and how good is hunter self heals? through leech ...?

final latch
#

I hit level 50 and i suddenly cant use chromie

#

she doesnt appear on the map

cobalt flint
#

It's intended. She is only usable by players level 10-49

final latch
#

for fucks sake

cobalt flint
#

Why did you need her?

final latch
#

to dungeon find

#

ive a few quests that need me to complete legion dungeons

cobalt flint
#

Then you need to go to the entrance yourself and solo them (you might want to gear up a bit first just to be sure).

final latch
#

i dont think i can solo a level 45 dungeon at level 50

cobalt flint
#

With good gear you probably can.

final latch
#

if you say so

autumn imp
#

any addons for making quest text larger in the default pane? I have trouble reading that small font.

cobalt flint
#

I don't know any addons that do that, but have you considered fiddling with the UI scale option?

warm sky
#

Hi guys. In the shadow priest guide for the legendaries the author writes "Unfortunately, our strongest legendary is only available from the raid, so you'll have to make due with farming Torghast if you don't want to wait." Does this mean the legendary power can be obtained from torghast instead of just from the raid?

true ingot
#

there are other powers

#

IE: [Talbadar's Stratagem]

forest lilyBOT
warm sky
#

Okay then he means to get that one instead.

true ingot
#

pretty much

outer coral
#

is there a guide that shows bis armour?

pallid fulcrum
#

Where to I get a rune vessel

#

As well as a runecarver memory

true ingot
outer coral
#

ty

strong rain
#

hey is there an addon that shows all side quests in SL on the worldmap ? i wanna clear everything πŸ™‚

glossy cargo
#

is this where we ask ppl for help with bosses

tawny dew
#

@strong rain btwquests is what I use to find all the side quests and stuff. Makes it really easy to get the sojourner achievements

glossy cargo
#

can someone help me with the guardian of the rites quest

strong rain
#

@tawny dew okay yeah sadly it doesnt show then on the map.. ill think were was one in bfa that did that 😦

west rock
#

im new to wow can someone teach me how to play please

autumn imp
#

any addosn for pet battles that auto pick my pets for me?

quick quest
#

I'm fairly new to WoW, I just got one of my characters to Lvl 51. For some reason now whenever I try to Queue for a random dungeon on the finder it only shows one dungeon "The Necrotic Wake" on the Specific Dungeons tab and the random dungeons tab is no longer an option on the dropdown slider. Anyone know what might be causing this?

tight elbow
#

Thats intended

#

You have to make it to the other zones to actually unlock the other dungeons

quick quest
#

Is it forcing me to do shadowlands content?

tight elbow
#

Yes

tawny dew
#

@strong rain use /btwquests and if you have the shadowlands add on you can click a quest line and the first quest in it and it’ll automatically mark it on your map with a pin

strong rain
#

@autumn imp rematch does select them for you.. but you need to add teams before

quick quest
#

Kinda sucks but I guess it's whatever. I was doing the Kul Tiras questlines and I'm at the part to do the dungeons as the finale, so I was confused why I couldnt select it

young prairie
#

remind me pls. i can farm torhgast until memory (legendary thing) dropped? no cd for it?

vast eagle
#

whats our current renown cap

tight elbow
#

6

flint bramble
#

Is it possible to join someone who is half way through a Torghast run?

high path
#

whats the diffrence between dungeon and raid?

short frost
#

dungeon is for 5

#

raid is from 10 to 40

high path
#

ty

pallid fulcrum
#

im stuck in place falling in shadowlands

#

i have tried everything

true ingot
#

Open up support through the Mini menu ? Button

#

scroll down on the screen for Character stuck

pallid fulcrum
#

yeah that shit service dont work

#

what a waste of money

polar wasp
pallid fulcrum
#

it is though

#

should i really be made to wait for there shit servace to work

#

it wont even let me die

polar wasp
#

If you are falling,you will eventually die and be able to release spirit

pallid fulcrum
#

Im not falling

#

im just stuck

polar wasp
#

So you are stuck in place,under the map

#

And there is no movement at all

pallid fulcrum
#

yup

polar wasp
#

Hm,the fact you are under the world itself would be a red flag of unintended behavior,and generally when people get under the map they start falling

#

But if you truly are stuck as in,no moving at all and cant use abilities and cant use items

pallid fulcrum
#

i can use them they just dont to anything

#

i cant spell

polar wasp
#

Then cant you just cast your hearthstone?

pallid fulcrum
#

nope

prime elbow
#

i dont know if its still possible, but the /unstuck command used to be able to kill you if your hs was on cooldown or not usable.

pallid fulcrum
#

yeah that dont work

#

Rip

polar wasp
#

I think they could have moved it to the button

#

This is a 1 in a billion case of it happening,for how unfortunate it is

pallid fulcrum
#

i know

#

it sucksss

polar wasp
#

Only solution we can suggest is having a blizzard gm move your character

prime elbow
#

have you tried this:
/click HelpFrameStuckStuck

pallid fulcrum
#

that does not work

#

its all broken

prime elbow
#

hmm

polar wasp
#

I have fallen under the map twice or 3 times i think, but i was always falling

pallid fulcrum
#

yeah man idk

#

thx for helping me

#

even blizzard failed to do that

prime elbow
#

yeah, thats all i can find. the other solution is what has already been suggested, in the help section

pallid fulcrum
#

that does not work

#

it said my issue is reloved when it clearly not

prime elbow
#

yeah, seems like the only other solution is to contact a gm

pallid fulcrum
#

how

#

how tf am i supposed to get out of this

short frost
#

you can retry the help thing until it works

#

the only other option as Daj correctly states to open a ticket

#

oh and another option

wooden pollen
#

Happened to me recently... had to have gm reset me... took a few mins.

short frost
#

find 2 friends that summon you

#

@pallid fulcrum

high path
#

where can i find players to help me with a dungeon?

prime elbow
#

either use the ingame lfg tool or ask in any of the lfg channels

winged pewter
#

so... i was doing this quest and it wouldn't turn in so i relogged...
and now it loads in and then immediately crashes. anyone else have this issue? ; ;

#

retail wow btw

short frost
#

small indie company

#

see if you can disable all addons

pallid fulcrum
#

@short frost what do you mean by that

#

what is a summon

short frost
pallid fulcrum
#

ok

short frost
#

it will teleport you to their position

#

so you'll need 2 friends, join a party with them and have them summon you

deft kraken
#

I'm trying to incoporate a trinket on use with an ability with similar CD

#

it does not seeem to work, this is what I have

#

#showtooltip dark Transformation /cast dark transformation /use 13

prime elbow
#

dont need to specify tooltip name when you only have 1 spell on it

deft kraken
#

I removed it still doesnt work

prime elbow
#

???

#

what?

#

you where asking about the macro

#

and you only need to shift-click said ability from the spellbook into the macro to instantly type it out

deft kraken
#

/cast dark transformation /use Overwhelming Power Crystal

prime elbow
#

why do you insist of not doing what i told you to?

#
#showtooltip
/cast Dark Transformation
/use 13
#

there did it for you

deft kraken
#

I ddidnt really understand what u were saying sorry

#

thanks it worked I just forgot to drag the created macro and was using the old one

prime elbow
#

...

#

not sure why you didnt just edit the macro you had...

limber summit
#

Is there a way to do old expac quests at my current level?

prime elbow
#

if you have a lvl 50 on your account, then yes, via chromie. if not, no.

limber summit
#

okay cool thank you

weak mica
#

so the arcway dungeon is locked for me and im lvl 49. Can anyone explain to me why or if i need to do something

cobalt flint
#

@weak mica I think you need to do some Suramat quests first.

weak mica
#

yea ive been doing them

#

the quest i have tell me to go to the dugeon

#

i can walk into thye dungeon but theres no way i can solo it

prime elbow
#

if you mean for lfd, not possible unless you are on the legion timeline

weak mica
#

im on legion timeline

#

i just cant queue cause it says im not high lvl enough

cobalt flint
#

@weak mica Have you checked the heroic tab?

prime elbow
#

so, what does it say in the list?

short frost
#

maybe high ilvl

cobalt flint
#

It should tell you what item level you need. You need to get it, while also not reaching level 49 if you want to queue. Alternatively, reach reach max level, get good equipment, and you should be able to solo it.

prime elbow
#

or what you need to unlock it, like a quest or achivement

loud trout
#

okay im ngl i just have always heard about wow and been intrigued with RPGs and finally decided to try it out and i may make the jump but idk i just dont know where to begin

weak mica
#

You can only queue for Court of Stars and Arcway if you are EXACTLY level 45 and NOT in Chromie Time. Just found this online 😦

blissful zephyr
#

never ever played wow before. so whats the best way to pick my main? ive played many hours of ESO so that being said I kinda got the feel for what i want but theres just so many characters idk which to pick? Played alot of Necros and Nightblades in ESO

weak mica
#

honestly just decide if you want to be a ,elee or ranged

#

*melee

#

warlock is fun

blissful zephyr
#

@weak mica hmm

weak mica
#

every class is pretty fun in its own way

blissful zephyr
#

hows the worgen

weak mica
#

i mean for me at least i really dont pay too much attention to what race i am

#

others can tell you a more beneficial reasoning for choosing a race

#

i just play a race that looks cool. ex Blood Elf

blissful zephyr
#

lol ight

#

thank you!

loud trout
#

would i end up okay if i just choose what i think would be cool rather then doing a ton of in depth research

#

or is it almost a must do thing

#

to really think about the character before i create it

blissful zephyr
#

idk im used to ESO

weak mica
#

i would say experiment with every class

blissful zephyr
#

where they have there own benefits

weak mica
#

when you start a character choose to start on exiles reach

loud trout
#

okay

weak mica
#

you can hit lvl 10 within an hour and choose what spec youll be

loud trout
#

got it thx man πŸ˜„

weak mica
#

thats what i did

loud trout
#

hopefully ill get hooked xD

weak mica
#

you will

#

it addicting

blissful zephyr
#

right click for traits bahah

#

@loud trout ^^

buoyant marlin
#

Hey guys, can one of you tell me under which name / setting the following bar is running? It's a bit annoying in the middle πŸ˜„

prime elbow
#

looks like any buffbar

ancient raft
#

Hey, is it possible for a new player to get token for the next month in his first month ?

prime elbow
#

if you know how to farm and how to play the ah, then yes, its possible. not likely, but...

loud trout
#

if you already have a membership is it reasonable to grind out next months token in that month>

ancient raft
#

well we are a group of four but we do not have any game knowledge, yet we are online all day long

prime elbow
#

yeah, you gotta know where and how to farm to get enough money for a token. its possible, but not likely, because of the amount of work and knowledge for a new player.

gaunt ibex
#

with a lvl 50 character boost is it still possible to do the BOA storyline?

prime elbow
#

you mean bfa?

gaunt ibex
#

ye

prime elbow
#

i mean, you could.... but it wouldnt do anything

#

better to do it on a alt while lvling

gaunt ibex
#

how do u start it, the guy in org doesnt have the beginning quest for my friend

ancient raft
#

@prime elbow A guy advised me to be an herbalist/miner and added that you can get enough money by that way, eventually.
Comparing this to what you said, it seems risky to start as nobody is willing to buy for 2nd month if we can't get enough gold ( 13€ is 125β‚Ί :/ )

prime elbow
#

did he go through the starting area and went on the city tour?

gaunt ibex
#

o i dont think so

prime elbow
#

@ancient raft unless you do get to lvl 60 before your time is up, i dont see that happening. cus old mats arent worth that much

jolly cliff
#

can i skip eye of azshara dungeon?

#

its not in the dungeon finder too so i cant find any players to help me with the dungeon

gaunt ibex
#

i hate how most legacy dungeons arent in dungeon finder now haha

ancient raft
#

@prime elbow "Leveling a character in World of Warcraft just isn’t what it used to be. While it can easily take a new player over 100 hours to reach level 60 in World of Warcraft Classic, modern WoW expansions have reduced the average leveling time to less than 20 hours." i ve read that on a website, do you agree with that ? if its true then we can reach 60lvl in three days and after that there will be 27 days to get enough money?

jolly cliff
gaunt ibex
#

find friends to do it with u i guess

#

idrk

jolly cliff
gaunt ibex
#

i just came back from a long break myself

#

all of this is super new to me

prime elbow
#

1-50 in about a day of ingame playtime, yes. 50-60 in about 4-6 hours, roughly. but this is numbers with people that have lvld up with countless alts and have exp pots, heirlooms etc etc

#

new players does not have that luxury

sweet plank
#

The Maw Question:
I have level 5 Eye of the Jailer, the debuff that reduces all reputation increases with Ve'Nari by 100%
I have 8 quests to turn in to him, will all those turn-ins net me zero rep? Or is that debuff just for anything i finish from now on?

prime elbow
#

either way, you do not go into the game with the expectation of being able to pay for a token with gold on your first month.

ancient raft
#

thats bad news for me then, thank you for your replies though, you probably saved us from wasting money, we probably won't take the risk

prime elbow
#

you either have to get extremely lucky with drops (and even then its miniscule) or have done enough research to know exactly how the ah works and are prepared to farm your ass off

sweet plank
#

Answered my own question with dangerous experimentation. Even with the level 5 Eye of the Jailer debuff that states all reputation and stygia gains will be reduced to zero, they do not apply to Quest Turn-ins, you still get full rep gain and stygia reward.

short frost
#

@ancient raft you're smart - most people dont do research like this and end up being really angry

#

πŸ˜„

prime elbow
#

Yeah, you gotta have a mindset of a farmer to be able to do it month after month

#

or be good enough to be able to sell mythic boosts

ancient raft
#

I see, then maybe in future we will be able to join this community. Again thank you for your replies, you saved us from a huge tiring outcome.

dapper night
#

how do i see all the mythics ive locked

short frost
#

social windows - raid tab - lockouts

dapper night
#

ty

onyx nest
#

World quests and ally quest isn’t working for men

#

Me

prime elbow
#

what do you mean "arent working"?

#

they dont show up or..?

onyx nest
#

They did but I tried to complete the quest

warped jungle
#

how many legendaries can we have equipt at one time?

prime elbow
#

probably timed out then. they are on a set schedule and when that time is over, it despawns/turns off.

onyx nest
#

They must be bugged

prime elbow
onyx nest
#

I’m going to uninstall the game and install the game

fathom ingot
#

I suppose you have to kill for that quest. Are you killing the correct mobs @onyx nest

onyx nest
#

Yes

fathom ingot
#

Have you relogged?

onyx nest
#

Yup still not working

fathom ingot
#

I found this comment that may be helpful (regarding the quest)

#

note: if you are doing the War campaign quests - for example A Brilliant Distraction (Horde) then you cannot do this WQ. you need to finish those first.

prime elbow
fathom ingot
#

Looking at your quest log, I assume you're still in the middle of War Campaign @onyx nest

onyx nest
#

I kill them but the quest isn’t working

fathom ingot
#

No like do you have any quests that belong in the War Campaign

#

if you do, you can't do this world quest at all

tight elbow
#

@onyx nest Are you in a raid group?

prime elbow
#

yeah, if im not mistaken, that area is phased

onyx nest
#

Yes

fathom ingot
#

Oh lol

tight elbow
#

Thats why

fathom ingot
#

raid group don't let you get quest XP

onyx nest
#

Oh I see

prime elbow
#

wel

#

yeah

onyx nest
#

Thank you for the help

tight elbow
#

Np

prime elbow
#

you cant do normal or world quests in a raid grouop

fathom ingot
#

that completely went over my head

prime elbow
#

never have

onyx nest
#

Oh I didn’t know that

prime elbow
#

should normally say

fathom ingot
#

Yeah when you join one in open world, it says something like you're in a raid group so you wont get quest xp

cobalt flint
#

@onyx nest Only quests specifically marked as raid quests can be completed in a raid group. The vast majority of them can only be done solo or in a group of no more than five people.

outer coral
#

if a tank has lower scored gear than the dpsers, will they lose aggro?

keen pewter
#

Lower scored gear?

outer coral
#

lower ilvl

keen pewter
#

Are we in wotlk? xD

outer coral
#

just got the game last week

keen pewter
#

They will lose aggro most of the time regardless vs some specs due burst aoe dps and the way it iterates with covenants

#

"most of the times"

#

losing aggro is now fairly common is what I meant to say

outer coral
#

ah

#

might aswell turn into a dpser

keen pewter
#

nah dw too much about it

outer coral
#

cause i tried tanking & it was pure aids

fathom ingot
#

ilvl shouldn't matter as much though

keen pewter
#

you have taunt

outer coral
#

i only have 1 taunt.. (i think)

fathom ingot
#

Tanking takes time to learn but if you don't like the tank playstyle then go for dps (or healer)

keen pewter
#

tanking is easy just mitigate and aggro and avoid having the mobs face the group

outer coral
#

ive been running necrotic wake & was losing aggro on every mob

keen pewter
#

necrotic wake is a particularly hard tank dungeon to begin with

#

What class are you?

#

Paladin?

outer coral
#

protection pala

keen pewter
#

yeah so you have confregate or whatever, the floor thing

#

Then the boomerang shield

#

and then with holy power you have the shield aoe too, melee cleave

#

IDK if there're more aoe for paladin, haven't maxed mine

outer coral
#

i got the kyrian covenant ability which is basically another shield throw

keen pewter
#

Do you have Details! ?

outer coral
#

yeah

keen pewter
#

Try and see if there's a big dps burst when you suddenly lose aggro

outer coral
#

there probably was, the dpsers were going ham

shy zenith
#

Hello, maybe someone here can help me:
I am currently stuck on the Kyrian campaign and cannot continue. Questlog tells me to "Earn Renown 5 to continue the campaign" but I have no quest to earn said renown ... I went to Oribus, the kyrian sanctum and relogged ...no quest...

#

any tips? or hints ?

keen pewter
#

well if nobody dies there's no fault then Q_Q

#

Or rather, ||Q_Q||

outer coral
analog tartan
#

I can't get into the mage tower via the teleported at the top and can't get into shadowlands. I don't think I have a quest that could keep me from using the portal and I'm getting pretty annoyed. Can anyone help?

keen pewter
#

relog?

analog tartan
#

I've done that twice now, does nothing.

#

I honestly don't understand what's wrong

prime elbow
#

@shy zenith thats not a bug, thats intended

#

time gated, just like everyone else

#

have to wait until next week to earn more

shy zenith
#

Wait. but I should still be able to get to renown 6? or not

#

@prime elbow

prime elbow
#

did you do up to renown 3 last week?

shy zenith
#

No, but a some friends of mine didnt either and got to 6

prime elbow
#

he did

#

you cannot earn more than 3 per week for the first few months

shy zenith
#

seriously?

#

ok thanks

#

Starting in week one of Shadowlands, only three levels of Renown are available per character each week. However, if you fall behind from week to week there is a catch-up mechanic already in place. If you miss Renown one week you can still earn it by completing dungeons, raid, PvP, and Callings until you catch up to the current level cap.

#

im confused. shouldn't i have the catch up mechanic?

prime elbow
#

no idea, havent heard about that

#
World of Warcraft Forums

I’m stuck at renown 4, have done 2 callings and 8 dungeons since reset but still stuck at 4 renown. Is the catch up system bugged, or just extremely RNG for some reason? There was no clear indication about how to catch up, I’ve had to take people’s word for it that you can β€œget it from dungeons” but that doesn’t seem to be true for me. Can this ...

#

yeah i was gonna say

#

the catchup mechanic is for alts, not main

#

if you are behind on main, you are always behind everyone else

shy zenith
#

its an alt Im on unfortunatelya

#

weird. thanks anyway

prime elbow
#

and what rank is your main on?

solid knot
#

is there something u can purchase to prevent the assassin from pursuing u in torghast?

pallid fulcrum
#

Is there a Kyrian here that has reached a high point in the Path of Ascension

balmy kelp
#

question, does leveling in threads of fate give more xp when lvling with battlegrounds compared to lvling the normal way? because i want to lvl with battlegrounds but the xp is horrible while following the campagain

#

just wondering if its faster when i active threads of fate

glossy cargo
#

would anyone be willing to help me in a quest

mossy cairn
#

hello

#

im a brand new wow player (priest) with a friend. Just started playing today and was hoping to find anyone willing to teach us

pallid fulcrum
#

hey! @mossy cairn if you ever need an extra person hit me up πŸ™‚

graceful fern
#

im having problems with downloading the Blizzard app

#

can anyone help me about that?

#

tyia

pallid fulcrum
#

hey im a new player and wondering how to do alot of stuff if you teach me ill pay you dm me

pallid fulcrum
true ingot
#

should ask for that to get pinned

gaunt ibex
#

Anyone know if the quest Cry thunder! in legion is broken

#

it keeps kicking me off the dragon at 146/150 god kings minions killed

pallid fulcrum
#

help

gaunt ibex
#

Hey guys how do you turn off/uninstall mods from wow

#

with twitch switching to overwolf i dont really want to go ahead and have them anymore- besides they are screwing with my quests

#

and i dont really know if overwolf is actually safe or not because ive seen some very sketchy things on it

dark acorn
prime elbow
#

that's not addon, thats the default blizzard frames

pallid fulcrum
#

that is regular wow unit frames

#

@dark acorn go to interface

#

then take a look at Raid Profiles

prime elbow
#

@gaunt ibex just because they are switching client, doesnt mean they are switching host.

#

that doesnt change

gaunt ibex
#

but it doesnt let me do anything from twitch anymore

prime elbow
#

because its discontinued.

pallid fulcrum
#

delete twitch @gaunt ibex

#

and if addons will still be on your wow folder

gaunt ibex
#

ah so i cant actually get rid of them all unless i delete twitch? and if i reinstall twitch will it come back?

pallid fulcrum
#

no u can

prime elbow
#

and the overwolf thing is just being overblown by bad press, its nowhere as nearly as bad as people claim that they are, they just dont know what overwolf is, so they flat out reject it.

pallid fulcrum
#

just go to twitch > wow and right click addon > delete

gaunt ibex
#

i only get the thing about new home for cursed forge tho

#

unless im supposed to go elsewhere

pallid fulcrum
#

screen shot

gaunt ibex
pallid fulcrum
#

yeah , then delete twitch

prime elbow
#

the client gets switched, thats about it. everything else is basically the same.

pallid fulcrum
#

it's useless now

#

curse is does the same thing :/

#

it will probably detect your addons once you install curse

#

and update them if not updated

gaunt ibex
#

do i need to install an app for overwolf or is it just a site

pallid fulcrum
#

wait a sec imma help

prime elbow
#

you have alternatives, but yes, you need overwolf to be able to use the app

pallid fulcrum
#

just download this

gaunt ibex
#

so overwolf is 100% safe? i saw a few things saying that theyve been known to download malaware onto computers