[Help] Trinity Realm loop getting server live menu

User Tag List

Results 1 to 10 of 10
  1. #1
    griim's Avatar Member
    Reputation
    4
    Join Date
    Jun 2008
    Posts
    146
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Help] Trinity Realm loop getting server live

    Hi there came back to mangos /trinity even tho i still run a arcemu based server

    Anyway tried runing Trinitycore 1 version 2.4.3

    Code:
    ##########################################
    # Trinity Core realmd configuration file #
    ##########################################
    ConfVersion=2007062001
    
    ###################################################################################################################
    # REALMD SETTINGS
    #
    #    LoginDatabaseInfo
    #        Database connection settings for the realm server.
    #        Default: hostname;port;username;password;database
    #                 .;somenumber;username;password;database - use named pipes at Windows
    #                       Named pipes: mySQL required adding "enable-named-pipe" to [mysqld] section my.ini
    #                 .;/path/to/unix_socket;username;password;database - use Unix sockets at Unix/Linux
    #                       Unix sockets: experimental, not tested
    #
    #    LogsDir
    #         Logs directory setting.
    #         Important: Logs dir must exists, or all logs be disable
    #         Default: "" - no log directory prefix, if used log names isn't absolute path then logs will be 
    #                       stored in current directory for run program.
    #
    #    MaxPingTime
    #         Settings for maximum database-ping interval (minutes between pings)
    #
    #    RealmServerPort
    #         Default RealmServerPort
    #
    #    BindIP
    #         Bind Realm Server to IP/hostname
    #
    #    PidFile
    #        Realmd daemon PID file
    #        Default: ""             - do not create PID file
    #                 "./realmd.pid" - create PID file (recommended name)
    #
    #    LogLevel
    #        Server console level of logging
    #        0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
    #        Default: 0
    #
    #    LogTime
    #        Include time in server console output [hh:mm:ss]
    #        Default: 0 (no time)
    #                 1 (print time)
    #
    #    LogFile
    #        Logfile name
    #        Default: "realmd.log"
    #                 "" - empty name disable creating log file
    #
    #    LogTimestamp
    #        Logfile with timestamp of server start in name
    #        Default: 0 - no timestamp in name
    #                 1 - add timestamp in name in form Logname_YYYY-MM-DD_HH-MM-SS.Ext for Logname.Ext
    #
    #    LogFileLevel
    #        Server file level of logging
    #        0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
    #        Default: 0
    #
    #    LogColors
    #        Color for messages (format "normal_color details_color debug_color error_color)
    #        Colors: 0 - BLACK, 1 - RED, 2 - GREEN,  3 - BROWN, 4 - BLUE, 5 - MAGENTA, 6 -  CYAN, 7 - GREY,
    #                8 - YELLOW, 9 - LRED, 10 - LGREEN, 11 - LBLUE, 12 - LMAGENTA, 13 - LCYAN, 14 - WHITE
    #        Default: "" - none colors
    #                 "13 7 11 9" - for example :)
    #
    #    UseProcessors
    #        Used processors mask for multi-processors system (Used only at Windows)
    #        Default: 0 (selected by OS)
    #                 number (bitmask value of selected processors)
    #
    #    ProcessPriority
    #        Process proirity setting (Used only at Windows)
    #        Default: 1 (HIGH)
    #                 0 (Normal)
    #
    #    RealmsStateUpdateDelay
    #        Realm list Update up delay (updated at realm list request if delay expired).
    #        Default: 20 
    #                 0  (Disabled)
    #
    #    WrongPass.MaxCount
    #        Number of login attemps with wrong password before the account or IP is banned
    #        Default: 0  (Never ban)
    #
    #    WrongPass.BanTime
    #        Duration of the ban in seconds (0 means permanent ban)
    #        Default: 600
    #
    #    WrongPass.BanType
    #        Ban the IP or account on which login is attempted
    #        Default: 0 (Ban IP)
    #                 1 (Ban Account)
    #
    ###################################################################################################################
    
    LoginDatabaseInfo = "xxxxxxxxx;3306;root;xxxxx;login"
    LogsDir = ""
    MaxPingTime = 30
    RealmServerPort = 3724
    BindIP = "0.0.0.0.0"
    PidFile = ""
    LogLevel = 0
    LogTime = 0
    LogFile = "realmd.log"
    LogTimestamp = 0
    LogFileLevel = 0
    LogColors = ""
    UseProcessors = 0
    ProcessPriority = 1
    RealmsStateUpdateDelay = 20
    WrongPass.MaxCount = 0
    WrongPass.BanTime = 600
    WrongPass.BanType = 0


    The info before login database was 127.0.0.1 people could connect to server then but would get stuck on realm list , a friend of mine told me to edit the login address to my external ip which i did but this is the issue i got screenshot is above.
    Last edited by griim; 02-20-2010 at 05:54 PM.

    [Help] Trinity Realm loop getting server live
  2. #2
    Kirry's Avatar Private
    Reputation
    1
    Join Date
    Feb 2010
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It seems you missunderstood your friend

    You have to be goin' into the realm-databse (at MySQL) and setup the realmlist-table.
    The is an entry with the connectiondatas (IP, PORT, s.o.) for your realm.
    Now you have to replace the 127.0.0.1 with your external IP.

    The MySQLconnection should be at 127.0.0.1.

    Greetz GiR-Zippo

  3. #3
    griim's Avatar Member
    Reputation
    4
    Join Date
    Jun 2008
    Posts
    146
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol i havn't mis understood i had all the info already changed as stated above "People could connect" but would get stuck on the realmlist.

    This was after messing around the login info was kept as 127.0.0.1 realmlist was my external ip could login fine players would login realm would pop up but thats as far as they could get , yet i could login fine.


    A friend of mine calibur from Pretbc.com (admin) of it told me to change the info in the configs to my external ip so i did, thats the error that came up.
    Last edited by griim; 02-21-2010 at 06:51 PM.

  4. #4
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Typically you only need to set the realm to your external IP, and config the database to recognize this.




  5. #5
    griim's Avatar Member
    Reputation
    4
    Join Date
    Jun 2008
    Posts
    146
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the configs in database are set to my external ip for logon realm d and world connect the realmlist in table is also the external ip .If i change the ips in configs to external tho i get the error as posted in my 1st post the realmd would give that error.If i leave the configs set as 127.0.0.1 people can connect but the realm would just loop , yet i can login fine.

  6. #6
    lunarpac's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by griim View Post
    the configs in database are set to my external ip for logon realm d and world connect the realmlist in table is also the external ip .If i change the ips in configs to external tho i get the error as posted in my 1st post the realmd would give that error.If i leave the configs set as 127.0.0.1 people can connect but the realm would just loop , yet i can login fine.
    The thing is, if you set your IP in the realmd/realmlist to 127.0.0.1, that means only a user connecting from the same machine as the core will be able to successfully connect. So I find it surprising that, when you set your IP that way, others can connect?

    All IPs pointing towards the database, i.e in the TrinityRealm.conf and TrinityCore.conf should be 127.0.0.1 if you keep your MySQL server on the same machine as the core. The realmd/realmlist generally should be set to your external ip/dns to allow external connections (for LAN you set it up using the LAN IP).

    EDIT: To clarify:
    MySQL database connections (TrinityCore.conf/TrinityRealm.conf): 127.0.0.1
    Realm/server connections (realmdb/realmlist): LAN or external IP


    // Lunar

  7. #7
    griim's Avatar Member
    Reputation
    4
    Join Date
    Jun 2008
    Posts
    146
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay Lunar

    Listen ive tried that configs before were set as 127.0.0.1 realmd database was set as external ip as you said.

    Players would login and get stuck on realm loop ,thats why i thought it could be the configs but obviously not so i have no real idea what the issue is.

  8. #8
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think your ports persoanlly aren't fully forwarded, either that or something in your configs are wrong.




  9. #9
    griim's Avatar Member
    Reputation
    4
    Join Date
    Jun 2008
    Posts
    146
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Technically if my ports were not fully forwarded i wouldn't be able to run a arcemu server? i run one tho Tbc wow Fatal vengeance and that works fine >.<.Just not mangos based emus.

  10. #10
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im not sure but they might use different ports, they should state in the configs which ones are used.




Similar Threads

  1. [Question] [Trinity Core Issue] Server start, issue getting it live. LF for 6.2.3 core, not RPck
    By Legionaccounteu in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 11-14-2016, 12:40 AM
  2. Cant get server live(I know there are 100 topics of this)
    By xenos76 in forum WoW EMU Questions & Requests
    Replies: 6
    Last Post: 08-25-2008, 09:44 AM
  3. [Ascent] Need help getting my server live
    By krish in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 05-17-2008, 10:29 AM
  4. [Help] Why do i get server lag???
    By flop159 in forum World of Warcraft Emulator Servers
    Replies: 21
    Last Post: 04-21-2008, 06:57 PM
  5. Help! I can't get my server started anymore (Antrix)
    By Losheau in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 09-17-2007, 07:17 PM
All times are GMT -5. The time now is 03:05 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search