Hello, I'm using the trinity core and set it up and it starts up perfectly.
But when I try to login i come to the "Realm selection window" and no realms shows up. Anyone knows how I could fix this?
I've just set it up for localhost
Thanks
This is a discussion on Realmlist problem within the WoW Mangos forums, part of the World of Warcraft category; Hello, I'm using the trinity core and set it up and it starts up perfectly. But when I try to ...
Hello, I'm using the trinity core and set it up and it starts up perfectly.
But when I try to login i come to the "Realm selection window" and no realms shows up. Anyone knows how I could fix this?
I've just set it up for localhost
Thanks
Last edited by baever; 28-03-10 at 05:46 PM.
make sure you have whatever port your realmlist is listening from forwarded otherwise this error comes up.
When you run realmd.exe, do you see "Added realm "MaNGOS"" in the console? If not, use your DB manager and open up the realmd database and open the realmlist table and see if there's anything there. If not, run this query:
If that doesn't work, check your firewall, see if it's blocking the port, although it shouldn't be.Code:INSERT INTO `realmlist` (`id`, `name`, `address`, `port`, `icon`, `realmflags`, `timezone`, `allowedSecurityLevel`, `population`, `realmbuilds`) VALUES (1, MaNGOS, 127.0.0.1, 8085, 1, 0, 1, 0, 0)
Last edited by Darkicon; 16-05-11 at 08:14 PM.
if u fixed it tell me how ?