INGAME which realm am I logged into?

HI when I am ingame, the only way to know which realm I logged into, is to log out and back in. I’d love to find a command e.g. /realm to find out which server I am on. I named all my alts across servers the same name :stuck_out_tongue: and none of them show their realm name. I can guess if I know which server we are merged with as mergees have -servername after their char name but otherwise it’s log out and back in.
I’ll take an addon that does the same thing if there is no native solution. Thanks ! PS I did search in forums and Google but no luck…xxx (not sure this is the right subforum but it seemed the best one).

5 Likes

Realy isnt a way ingame aside from changing realms from the character select scree and being in a party im not realy sure of a way.

Just pay attention before you select “Enter World”? It has the realm name right there on the character selection screen.

3 Likes

As a goldmaker with quite a few alts I understand how this can be a problem. To get the name of the current realm you’re logged into you can use this macro
/dump GetRealmName()
To get the names of all the realms connected to yours, that you can trade and guild with, use this macro
/run local realms=GetAutoCompleteRealms() s="" if(realms[1]) then s="\nConnected Realms:" for k, v in pairs(realms) do s=s.."\n"..v end else s="Your realm is not connected." end print(s)

31 Likes

Use the Altoholic addon. It tells you which realm your characters are on.

2 Likes

Comments like these and the “pay attention” one aren’t constructive on the CS forums when there is a valid in-game solution to the problem. We don’t know what may be happening on the other side of the keyboard, so it’s best to avoid the GD snarkiness and stick to providing help where able.

12 Likes

An ignorant comment. TBIs can cause problems with short-term memory. It is not always possible to “strengthen” it. Even concussions can impact it.

6 Likes

I know this may be a late response but, yes there is a way. You would have to look into the Chat channel setting which is the speaker button on the left side of the chat window. Find you name on the list and it should show you the realm.

5 Likes

Late response is correct anything older then a few weeks let alone a yearis never a good idea to necrobetter to leave alone.

2 Likes