I don't understand what I am doing wrong...
Here's my eqemu config
------------------
Code:
"server" : {
"chatserver" : {
"host" : "10.0.0.100",
"port" : "7778"
},
"database" : {
"db" : "peq",
"host" : "127.0.0.1",
"password" : "eqemu",
"port" : "3306",
"username" : "root"
},
"directories" : {
"logs" : "logs/",
"lua_modules" : "lua_modules/",
"maps" : "maps/",
"patches" : "./",
"plugins" : "plugins/",
"quests" : "quests/",
"shared_memory" : "shared/"
},
"mailserver" : {
"host" : "10.0.0.100",
"port" : "7778"
},
"qsdatabase" : {
"db" : "peq",
"host" : "127.0.0.1",
"password" : "eqemu",
"port" : "3306",
"username" : "root"
},
"world" : {
"http" : {
"enabled" : "false",
"mimefile" : "mime.types",
"port" : "9080"
},
"key" : "jSx0rDQnhBlY72zPJEABOErxZI1ZEBz",
"localaddress" : "10.0.0.100",
"locked" : "false",
"loginserver" : {
"account" : "",
"host" : "10.0.0.100",
"legacy" : "0",
"password" : "",
"port" : "5998"
},
"longname" : "Kera's Server",
"shortname" : "keraserver",
"tcp" : {
"ip" : "127.0.0.1",
"port" : "9000",
"telnet" : "disable"
}
},
"zones" : {
"defaultstatus" : "0",
"ports" : {
"high" : "7400",
"low" : "7000"
}
}
}
}
----------------------
Here's the login.ini
-----------------------
[options]
unregistered_allowed = TRUE
reject_duplicate_servers = FALSE
trace = TRUE
world_trace = FALSE
dump_packets_in = FALSE
dump_packets_out = FALSE
listen_port = 5998
local_network = 10.0.0.100
auto_create_accounts = TRUE
-----------------
Here's the eqhost file
---------------------
[LoginServer]
Host=10.0.0.100:5998
-----------------------
I am able to log in the game with the original one I had, but only when I host the game when it shows up Online and not when it shows just my server at the select screen.
-------------------
Code:
{
"server" : {
"chatserver" : {
"host" : "",
"port" : "7778"
},
"database" : {
"db" : "peq",
"host" : "localhost",
"password" : "eqemu",
"port" : "3306",
"username" : "root"
},
"mailserver" : {
"host" : "",
"port" : "7778"
},
"qsdatabase" : {
"db" : "peq",
"host" : "localhost",
"password" : "eqemu",
"port" : "3306",
"username" : "root"
},
"webinterface" : {
"port" : "9081"
},
"world" : {
"http" : {
"enabled" : "true",
"mimefile" : "mime.types",
"port" : "9080"
},
"key" : "jSx0rDQnhBlY72zPJEABOErxZI1ZEBz",
"loginserver1" : {
"account" : "",
"host" : "login.eqemulator.net",
"legacy" : "1",
"password" : "",
"port" : "5998"
},
"loginserver2" : {
"account" : "",
"host" : "10.0.0.100",
"password" : "",
"port" : "5998"
},
"longname" : "Kera's Server",
"shortname" : "Kera's Serv",
"tcp" : {
"ip" : "127.0.0.1",
"port" : "9001"
},
"telnet" : {
"enabled" : "true",
"ip" : "0.0.0.0",
"port" : "9000"
}
},
"zones" : {
"defaultstatus" : "0",
"ports" : {
"high" : "7400",
"low" : "7000"
}
}
}
}
----------------
I've been also switching things out one by one, but I guess I'm just terribad at this. I am hosting the server here on my laptop, and also playing the game on the same machine as well. As of now, I don't care if others can connect to the server or not, but I'd like to at least play for now.