Welcome to the RaGEZONE - MMORPG development forums.

Realmlist problem

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 ...

Results 1 to 5 of 5
  1. #1
    Hardcore Member
    Rank
    Member
    Join Date
    Sep 2005
    Posts
    107
    Liked
    0

    Realmlist problem

    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.

  2. #2
    Old School GunZ Owner
    Rank
    Alpha Member
    Join Date
    Nov 2007
    Location
    Canada
    Posts
    2,075
    Liked
    234

    Re: Realmlist problem

    Quote Originally Posted by baever View Post
    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
    make sure you have the realmlist table set-up correctly in your realmd database

  3. #3
    Newbie
    Rank
    Member
    Join Date
    Jul 2010
    Posts
    4
    Liked
    0

    Re: Realmlist problem

    make sure you have whatever port your realmlist is listening from forwarded otherwise this error comes up.

  4. #4
    Lord of the Legion
    Rank
    Member +
    Join Date
    Jul 2005
    Location
    Santa Monica, C
    Posts
    422
    Liked
    21

    Re: Realmlist problem

    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:

    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)
    If that doesn't work, check your firewall, see if it's blocking the port, although it shouldn't be.
    Last edited by Darkicon; 16-05-11 at 08:14 PM.

  5. #5
    Registered
    Rank
    Member
    Join Date
    May 2011
    Posts
    17
    Liked
    0

    Re: Realmlist problem

    if u fixed it tell me how ?

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •