• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Realmlist

uDev

Illustrious Member
Can someone please provide me informations where is located realmlist.wtf or what needs to be edited to be able to play private servers in classic wow, tbc, cata and mop? I want to update my Realm Keeper to works for all expansions :)
 

slp13at420

Mad Scientist
for mine (English us) its here :C:\World of Warcraft_3.3.5a\Data\enUS

Code:
rem set realmlist blackwolfsden.com
rem set realmlist 127.0.0.1
set realmlist fire-wow.net
rem set realmlist blah.wow.com
the 'rem' turns the line into a remark and then gets ignored and passed over. so line 3 is the site your wow will log into since it does not have a 'rem' at the beginning.
you should only have 1 site without the 'rem' at a time.
or just keep it simple and just edit the site address if your only planning of playing only one custom server.
Code:
set realmlist flat-wow.net
 
Last edited:

Tommy

Founder
MOP doesn't have a realmlist. You need a patched WoW executable.

The path below is, I believe WotLK and Cataclysm. Not sure about TBC. However, I think classic is in a different spot because the realmlist wasn't always in the locale folder (as far as I can remember.)
"World of Warcraft_3.3.5a\Data\enUS"
 

Tommy

Founder
Isnt MOP in WTF/config.wtf

There is a set realmlist in that file, however, I'm pretty certain it isn't being used since its value is 127.0.0.1. You'll still need to patch the WoW executable regardless.
 

Hyperion

Founder
There is a set realmlist in that file, however, I'm pretty certain it isn't being used since its value is 127.0.0.1. You'll still need to patch the WoW executable regardless.

Funny because it reads from the cVar first before anywhere else.. so adding "set realmList whatever" in Config.wtf should work. I remember
this whole thing being brought up when MOP first released and can't remember how it was exactly done (without a modded executable)
 
Top