Forums WoW Modding Discussion Miscellaneous [Archive] hey guys some help needed been at this for a few days now

[Archive] hey guys some help needed been at this for a few days now

[Archive] hey guys some help needed been at this for a few days now

rektbyfaith
Administrator
0
11-04-2025, 05:15 PM
#1
Archived author: wowgasm521 • Posted: 2025-11-04T18:15:04.012129
Original source

so ive been trying to make my own server for the longest time, and I finally am almost there, however everything running great, but I'm stuck on connected then stuck on realm list and goes back and forth can anyone help me with this simple fix. ive changed my bind IP to my ip address and change relamlist aswell, but then it says unable to connect, HEELLLLP

ealmServerPort = 3724

#

#

# BindIP

# Description: Bind auth server to IP/hostname

# Default: "127.0.0.1" - (Bind to all IPs on the system)

BindIP = "127.0.0.1"

#

# PidFile

# Description: Auth server PID file.

# Example: "./authserver.pid" - (Enabled)

# Default: "127.0.0.1" - (Disabled)

PidFile = ""

#

# UseProcessors

# Description: Processors mask for Windows based multi-processor systems.

# Default: 0 - (Selected by OS)

# 1+ - (Bit mask value of selected processors)

UseProcessors = 0

#

# ProcessPriority

# Description: Process priority setting for Windows based systems.

# Default: 1 - (High)

# 0 - (Normal)

ProcessPriority = 1

#

# RealmsStateUpdateDelay

# Description: Time (in seconds) between realm list updates.

# Default: 20 - (Enabled)

# 0 - (Disabled)

RealmsStateUpdateDelay = 20

#

# WrongPass.MaxCount

# Description: Number of login attemps with wrong password before the account or IP will be

# banned.

# Default: 0 - (Disabled)

# 1+ - (Enabled)

WrongPass.MaxCount = 0

#

# WrongPass.BanTime

# Description: Time (in seconds) for banning account or IP for invalid login attempts.

# Default: 600 - (10 minutes)

# 0 - (Permanent ban)

WrongPass.BanTime = 600

#

# WrongPass.BanType

# Description: Ban type for invalid login attempts.

# Default: 0 - (Ban IP)

# 1 - (Ban Account)

World server : below

LogsDir

# Description: Logs directory setting.

# Important: LogsDir needs to be quoted, as the string might contain space characters.

# Logs directory must exists, or log file creation will be disabled.

# Default: "" - (Log files will be stored in the current path)

LogsDir = "logs"

#

# LoginDatabaseInfo

# WorldDatabaseInfo

# CharacterDatabaseInfo

# Description: Database connection settings for the world server.

# Example: "hostname;port;username;password;database"

# ".;somenumber;username;password;database" - (Use named pipes on Windows

# "enable-named-pipe" to [mysqld]

# section my.ini)

# ".;/path/to/unix_socket;username;password;database" - (use Unix sockets on

# Unix/Linux)

# Default: "127.0.0.1;3306;root;ascent;auth" - (LoginDatabaseInfo)

# "127.0.0.1;3306;root;ascent;emucoachw" - (WorldDatabaseInfo)

# "127.0.0.1;3306;root;ascent;characters" - (CharacterDatabaseInfo)

LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;auth"

WorldDatabaseInfo = "127.0.0.1;3306;root;ascent;emucoachw"

CharacterDatabaseInfo = "127.0.0.1;3306;root;ascent;characters"

#

# LoginDatabase.WorkerThreads

# WorldDatabase.WorkerThreads

# CharacterDatabase.WorkerThreads

# Description: The amount of worker threads spawned to handle asynchronous (delayed) MySQL

# statements. Each worker thread is mirrored with its own connection to the

# MySQL server and their own thread on the MySQL server.

# Default: 1 - (LoginDatabase.WorkerThreads)

# 1 - (WorldDatabase.WorkerThreads)

# 1 - (CharacterDatabase.WorkerThreads)

LoginDatabase.WorkerThreads = 1

WorldDatabase.WorkerThreads = 1

CharacterDatabase.WorkerThreads = 1

HomepageDatabase.WorkerThreads = 2

#

# LoginDatabase.SynchThreads

# WorldDatabase.SynchThreads

# CharacterDatabase.SynchThreads

# Description: The amount of MySQL connections spawned to handle.

# Default: 1 - (LoginDatabase.WorkerThreads)

# 1 - (WorldDatabase.WorkerThreads)

# 2 - (CharacterDatabase.WorkerThreads)

LoginDatabase.SynchThreads = 1

WorldDatabase.SynchThreads = 1

CharacterDatabase.SynchThreads = 2

HomepageDatabase.SynchThreads = 2

#

# MaxPingTime

# Description: Time (in minutes) between database pings.

# Default: 30

MaxPingTime = 30

#

# WorldServerPort

# Description: TCP port to reach the world server.

# Default: 8085

WorldServerPort = 8085

#

# BindIP

# Description: Bind world server to IP/hostname

# Default: "127.0.0.1" - (Bind to all IPs on the system)

BindIP = "127.0.0.1"
rektbyfaith
11-04-2025, 05:15 PM #1

Archived author: wowgasm521 • Posted: 2025-11-04T18:15:04.012129
Original source

so ive been trying to make my own server for the longest time, and I finally am almost there, however everything running great, but I'm stuck on connected then stuck on realm list and goes back and forth can anyone help me with this simple fix. ive changed my bind IP to my ip address and change relamlist aswell, but then it says unable to connect, HEELLLLP

ealmServerPort = 3724

#

#

# BindIP

# Description: Bind auth server to IP/hostname

# Default: "127.0.0.1" - (Bind to all IPs on the system)

BindIP = "127.0.0.1"

#

# PidFile

# Description: Auth server PID file.

# Example: "./authserver.pid" - (Enabled)

# Default: "127.0.0.1" - (Disabled)

PidFile = ""

#

# UseProcessors

# Description: Processors mask for Windows based multi-processor systems.

# Default: 0 - (Selected by OS)

# 1+ - (Bit mask value of selected processors)

UseProcessors = 0

#

# ProcessPriority

# Description: Process priority setting for Windows based systems.

# Default: 1 - (High)

# 0 - (Normal)

ProcessPriority = 1

#

# RealmsStateUpdateDelay

# Description: Time (in seconds) between realm list updates.

# Default: 20 - (Enabled)

# 0 - (Disabled)

RealmsStateUpdateDelay = 20

#

# WrongPass.MaxCount

# Description: Number of login attemps with wrong password before the account or IP will be

# banned.

# Default: 0 - (Disabled)

# 1+ - (Enabled)

WrongPass.MaxCount = 0

#

# WrongPass.BanTime

# Description: Time (in seconds) for banning account or IP for invalid login attempts.

# Default: 600 - (10 minutes)

# 0 - (Permanent ban)

WrongPass.BanTime = 600

#

# WrongPass.BanType

# Description: Ban type for invalid login attempts.

# Default: 0 - (Ban IP)

# 1 - (Ban Account)

World server : below

LogsDir

# Description: Logs directory setting.

# Important: LogsDir needs to be quoted, as the string might contain space characters.

# Logs directory must exists, or log file creation will be disabled.

# Default: "" - (Log files will be stored in the current path)

LogsDir = "logs"

#

# LoginDatabaseInfo

# WorldDatabaseInfo

# CharacterDatabaseInfo

# Description: Database connection settings for the world server.

# Example: "hostname;port;username;password;database"

# ".;somenumber;username;password;database" - (Use named pipes on Windows

# "enable-named-pipe" to [mysqld]

# section my.ini)

# ".;/path/to/unix_socket;username;password;database" - (use Unix sockets on

# Unix/Linux)

# Default: "127.0.0.1;3306;root;ascent;auth" - (LoginDatabaseInfo)

# "127.0.0.1;3306;root;ascent;emucoachw" - (WorldDatabaseInfo)

# "127.0.0.1;3306;root;ascent;characters" - (CharacterDatabaseInfo)

LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;auth"

WorldDatabaseInfo = "127.0.0.1;3306;root;ascent;emucoachw"

CharacterDatabaseInfo = "127.0.0.1;3306;root;ascent;characters"

#

# LoginDatabase.WorkerThreads

# WorldDatabase.WorkerThreads

# CharacterDatabase.WorkerThreads

# Description: The amount of worker threads spawned to handle asynchronous (delayed) MySQL

# statements. Each worker thread is mirrored with its own connection to the

# MySQL server and their own thread on the MySQL server.

# Default: 1 - (LoginDatabase.WorkerThreads)

# 1 - (WorldDatabase.WorkerThreads)

# 1 - (CharacterDatabase.WorkerThreads)

LoginDatabase.WorkerThreads = 1

WorldDatabase.WorkerThreads = 1

CharacterDatabase.WorkerThreads = 1

HomepageDatabase.WorkerThreads = 2

#

# LoginDatabase.SynchThreads

# WorldDatabase.SynchThreads

# CharacterDatabase.SynchThreads

# Description: The amount of MySQL connections spawned to handle.

# Default: 1 - (LoginDatabase.WorkerThreads)

# 1 - (WorldDatabase.WorkerThreads)

# 2 - (CharacterDatabase.WorkerThreads)

LoginDatabase.SynchThreads = 1

WorldDatabase.SynchThreads = 1

CharacterDatabase.SynchThreads = 2

HomepageDatabase.SynchThreads = 2

#

# MaxPingTime

# Description: Time (in minutes) between database pings.

# Default: 30

MaxPingTime = 30

#

# WorldServerPort

# Description: TCP port to reach the world server.

# Default: 8085

WorldServerPort = 8085

#

# BindIP

# Description: Bind world server to IP/hostname

# Default: "127.0.0.1" - (Bind to all IPs on the system)

BindIP = "127.0.0.1"

rektbyfaith
Administrator
0
11-04-2025, 05:15 PM
#2
Archived author: wowgasm521 • Posted: 2025-11-04T18:15:04.012129
Original source

Based on the config info you supplied I am assuming you are running the server on the same PC as the client. 127.0.0.1 is the local loopback address on the PC.

Did you change the IP in the realmlist.wtf file in the client directory to point to the ip you have assigned to the server? Either 127.0.0.1 or if you changed the bind IP in the config to you LAN IP address.

Example: set realmlist 127.0.0.1

I see you mentioned realmlist but was not sure if you were talking about the file of the auth DB table for realmlist.
rektbyfaith
11-04-2025, 05:15 PM #2

Archived author: wowgasm521 • Posted: 2025-11-04T18:15:04.012129
Original source

Based on the config info you supplied I am assuming you are running the server on the same PC as the client. 127.0.0.1 is the local loopback address on the PC.

Did you change the IP in the realmlist.wtf file in the client directory to point to the ip you have assigned to the server? Either 127.0.0.1 or if you changed the bind IP in the config to you LAN IP address.

Example: set realmlist 127.0.0.1

I see you mentioned realmlist but was not sure if you were talking about the file of the auth DB table for realmlist.

rektbyfaith
Administrator
0
11-04-2025, 05:15 PM
#3
Archived author: wowgasm521 • Posted: 2025-11-04T18:15:04.012129
Original source

hey bro I'm doing everything the way it should be could you please add me on skype? I'm getting really frustrated I cant figure out ho to just log in my server. I would rlly appreciate ur help man
rektbyfaith
11-04-2025, 05:15 PM #3

Archived author: wowgasm521 • Posted: 2025-11-04T18:15:04.012129
Original source

hey bro I'm doing everything the way it should be could you please add me on skype? I'm getting really frustrated I cant figure out ho to just log in my server. I would rlly appreciate ur help man

rektbyfaith
Administrator
0
11-04-2025, 05:15 PM
#4
Archived author: wowgasm521 • Posted: 2025-11-04T18:15:04.012129
Original source

I am closing this thread, as this is the exact same thing, posted twice.

I posted some ways to fix the error, along with a link that should fix the problem.

To save everyone's time, here is the link that should help you:

http://www.emucoach.com/showthread.php?1...HOW-TO-FIX

If you still want to get in contact with mastermind, send him a private message (After trying the link I posted).
rektbyfaith
11-04-2025, 05:15 PM #4

Archived author: wowgasm521 • Posted: 2025-11-04T18:15:04.012129
Original source

I am closing this thread, as this is the exact same thing, posted twice.

I posted some ways to fix the error, along with a link that should fix the problem.

To save everyone's time, here is the link that should help you:

http://www.emucoach.com/showthread.php?1...HOW-TO-FIX

If you still want to get in contact with mastermind, send him a private message (After trying the link I posted).

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)