Firstly set ALL your sql.conf files to 127.0.0.1 instead of your local ip.
Then add 2 records to realm_list. 1 record with your LOCAL IP and one with your INTERNET IP.
Are you sure you followed my guide? :P
Printable View
:/ in my sql.conf files i have got "localhost"...and ill try to change it to 127.0.0.1 ...and one question: do i REALLY HAVE TO do 2 realms?? internet and lan?? ...
tThx for help, checking new configs
Greets
Hehe...i added in realm_list new serv, sth like: id 2 , ip 80.54.5.***, status 3 (like lan serv)...and i try to connect, and it doesnt connects ... what could that be?? i changed only sql.conf files, and added new ip only in realm_list...not in worldserver_list... please help, i think it's much closer to run emu on my comp xD...
Greetz
and it will change this problem , i mean this with "exiting due to error in main thread" ??...hope so...checking...
Thx & Greetz
and ihave got one question: is it all right if i have got about 20-30 errors like "failed creating GO from DB...skipping" ??...i tried to figure what could that be, but i'm too n00b for it xD...
Greets :)
CiachoPL
Fyck...i set like this:
Sql conf files - 127.0.0.1
WS, RS and LS : the same ip, ports like 3306, 3734 and 3725, in realmlist.wtf i set my external ip (from site) and it doesn't connects for few secs, so i tried to do it with my ip from cmd>ipconfig, and it still does the error...:/
Mate I have already said at my guide what configs you need to do. Although I admit that I forgot to mention which IP the LAN players should use.
Use your LOCAL IP to connect to your server at your LAN. That means put your LOCAL IP to your realmlist.wtf. The router redirects the traffic from the Internet sockets to the local address but not from the local sockets. So use your LOCAL IP to connect to your LOCAL Server. Your friends from the internet need to use your INTERNET IP.
As for the ports configuration forward THESE AND ONLY THESE PORTS to your LOCAL IP :
TCP 3724, TCP 3725, TCP 4200
Now set the status to 1 on both servers in realm_list and you will be able to play. And yes this is the only way to make a server internet enabled(you can also use loopback adapter but it doesnt work if you want to connect more than 1 computers locally) until the kobold devs fix the NAT stuff.
The errors you get with object creation are normal for the moment.
Hey Cobra, just wanted to let you know, I reinstalled Wow and the database... it worked, man! It's so beautiful now :] Only some quests aren't working now but I guess there's a way to fix them. So, thanks again for da help, man.
Hmmm...but listen: is this error, in "Exiting due to error in main thread" is connected with ip's?? and: my local ip is 192.168.16.** , yes?? i found it in CMD>IPCONFIG...and, if i translated your text well (i'm polish xD) , you say that i will use my local ip...so i don't need another realm (for my external ip, from sites which check it ) ....and even if i need, i added to realmlist in sql, try to connect to my ex ip, and it doesn't connects...ehh, why do i have to have so much complications?? i did everything step after step, and it should work perfectly....i wonder where tha fyck this error comes from....
Ok, ill change some settings, and see ...thanks for help
Greetz
PS. And i forgot... i don't want to have an internet server...i want to play alone, only me, no more people...
Yeah, and consequently I'd like to know if there is any topic/place concerning repairing quests (e.g. Consecrated Letter - paladin's quest)? Or is there and sql file with corrected quests? I couldn't find any at this forum.
Hehe...for what?? first...i don't have msn ...second...what will u do if i will enable remote desktop and assistance?? third...and at last: if i even will want to do this, i don't know how xD...lol...if i know what it is about, it's like u can manage my comp from your comp...and i don't want to do this xD...lol...sry...but what can i do in this situation, with these errors??...
Greets...
I dont seem to have kenny's repack, is there a place i can download it?
OK...i know what this was...i had port 3306 in ws :/...i got pissed, so i deleted kobold, and started to do it again.,..and it works !! :):) X)
Greets
Im off
My Kobold doesn't work. I set all the conf files to my local ip 192.168.1.*, and set my realm_list to have the two tables, one for local and one for internet, and set the status to 1. I also set the worldlist or whatever to 192.168.1.*? Should I set the realm_list for internet to my DNS? When I connect to lan play it works but when I try and connect to the internet one it is red but online and then it says logging in to game and then takes me back to the realmlist?
Off your firewall?
Turn off my firewall?
Yea, turn it off...
Firewall is off and ports are forwarded?
Forward the ports in the Router. Turn off the firewall, coz it's blocking you to connect.
The ports are forwarded in the router and my only firewall is the router firewall.
###############################################################################
#
# World Server Configuration file
#
# Contains: World Server configuration
#
###############################################################################
# Network interface and port for WORLD server to listen at.
# MUST BE SET ALWAYS
#
WorldServerListenIp = 192.168.1.*
WorldServerPort = 4200
# Message of the Day. Displayed at worldlogin for every user.
Motd = "Welcome to |cffff6060Happy Kobold Slayer|r testing server. Please report all found problems to developers."
# Distance a Player can "see" other objects and receive updates from them.
# Measured in number of Cells around Player. Number of Cells will change CPU load
# of your server (1 - low CPU load, 2 - medium CPU load, 3 - high CPU load)
#
CellsVisual = 2
# Enable World periodic integrity checks, this may help to lower memory usage, improve Latency
# WorldIntegrityCheckInterval sets time in miliseconds ( 1 sec = 1000 msec ) how often such
# routine will be called ( recommended not often that 1 hour as may increase Latency
# on several seconds while called, then latency will normalise )
# WorldIntegrityCheck Options: (yes - no, 1 - 0)
# WorldIntegrityCheck Dafault: no
# WorldIntegrityCheckInterval Default: 1 hour 15 minutes, or 4500000 msec
#
WorldIntegrityCheck = yes
WorldIntegrityCheckInterval = 4500000
# Set Weather change interval in miliseconds ( 1 sec = 1000 msec )
# Default: every 1 hour, or 3600000 msec
#
WeatherChangeInterval = 3600000
# Server Name displayed to all Players who login to server
# (uncommented by default)
#
#ServerName = "Game Server v.1.0"
# Change to (de, ru,...) the following line to allow server loading lang_XX.txt file
# and replacing text entries from lang_default.txt with their translated versions.
#
Language = default
# Announce GM entrance into server (yes - no, 1 - 0)
#
AnnounceGM = yes
# What kinds of messages don't you what to see?
# Example:
# 1. Uncomment next line to turn off logging to file
# HideLogFile = Fatal Error Warning Information Scripts Verbose Debug
# 2. Uncomment next line to turn off detailed logging to console
# HideLogConsole = Information Scripts Verbose Debug
# What sources of messages do you want to ignore?
# Example:
# 1. Uncomment next lines to turn off messages from ZThread and Sockets libs
# FileLogBlackList = ZThread Sockets
# ConsoleLogBlackList = ZThread Sockets
FileLogBlackList =
ConsoleLogBlackList =
CreateLogFile = 1
#--- END ---
###############################################################################
#
# Login Server Configuration file
#
# Contains: Base login server settings, list of realms and their types
#
###############################################################################
# Network interface and port for LOGIN server to listen at.
# Default: 0.0.0.0 (all interfaces) port 3724
#
LoginServerListenIp = 192.168.1.*
LoginServerPort = 3724
# Set up your default realm name here, server will add this single realm to the list.
# Realm IP must be accessible by end user, you can setup port forwarding there to
# actual world server IP and port if your network setup needs.
# DefaultRealmName = "some name"
# DefaultRealmAddr = address of realm - for advanced usage only (default = WorldServerListenIp)
# DefaultRealmPort = port for realm - for advanced usage only (default = WorldServerPort)
#
# Type of realm("Normal", "PvP")
# Default: "Normal"
DefaultRealmName = Kobold Test Realm
DefaultRealmAddr = 192.168.1.*
DefaultRealmPort = 3725
DefaultRealmType = "Normal"
# What kinds of messages don't you what to see?
# Example:
# 1. Uncomment next line to turn off logging to file
# HideLogFile = Fatal Error Warning Information Scripts Verbose Debug
# 2. Uncomment next line to turn off detailed logging to console
# HideLogConsole = Information Scripts Verbose Debug
# What sources of messages do you want to ignore?
# Example:
# 1. Uncomment next lines to turn off messages from ZThread and Sockets libs
# FileLogBlackList = ZThread Sockets
# ConsoleLogBlackList = ZThread Sockets
FileLogBlackList =
ConsoleLogBlackList =
CreateLogFile = 1
#--- END ---
###############################################################################
#
# Realm Server Configuration file - Make one for each realm
#
# Contains: Realm specific settings - listen host, port, realm type, limits
#
###############################################################################
# Network interface and port for Realm server to listen at.
# Default: 0.0.0.0 (all interfaces) port 3725
#
# RealmConnectAddress = 192.168.1.*
RealmServerListenIp = 192.168.1.*
RealmServerPort = 3725
# Type of realm("Normal", "PvP")
# Default: "Normal"
RealmType = "PvP"
# Maximum number of players on the realm. Excluding GM's
# Default: 50
#
RealmPlayerLimit = 50
# Should realm server log all world packets in world.log file?
# Default: 0, change to yes or true or 1 to enable
LogWorld = 0
# What kinds of messages don't you what to see?
# Example:
# 1. Uncomment next line to turn off logging to file
# HideLogFile = Fatal Error Warning Information Scripts Verbose Debug
# 2. Uncomment next line to turn off detailed logging to console
# HideLogConsole = Information Scripts Verbose Debug
# What sources of messages do you want to ignore?
# Example:
# 1. Uncomment next lines to turn off messages from ZThread and Sockets libs
# FileLogBlackList = ZThread Sockets
# ConsoleLogBlackList = ZThread Sockets
FileLogBlackList =
ConsoleLogBlackList =
CreateLogFile = 1
#--- END ---
Heres the conf files. Also in phpmyadmin the lan realm_list keeps changing back to 0 after I change it to 1. Internet realm_list stays the same?
You can't connect to your server using your INTERNET IP.
That's why we set up the 2 records in my SQL.
In addition be sure that the table named worldserver_list has ONLY your LOCAL IP.
Your INTERNET IP will be used by the INTERNET users once they are trying to connect to your server.
Your LOCAL IP will be used by your LOCAL users once they are trying to connect to your server. So since you are a LOCAL user you can only connect using your LOCAL IP.
What I am saying is other people cannot connect to the internet ip which is a dns (wow.servegame.com). I will host the sql databses on my site and see if that works.