|
|
|
 |
 |
 |
 |
|
 |
 |
|
 |
 |
|
 |
|
| Support::Windows Servers Support forum for Windows EQEMu users. |
 |
|
 |

05-02-2019, 05:07 PM
|
|
Fire Beetle
|
|
Join Date: Apr 2019
Posts: 22
|
|
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.
|
 |
|
 |

05-02-2019, 05:32 PM
|
 |
Demi-God
|
|
Join Date: Oct 2010
Posts: 1,332
|
|
Quote:
Originally Posted by Michelle-Bishop
I don't understand what I am doing wrong...
Code:
----------------------
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 <<<<<<<<<<<<<<<<<<<<<<<< 10.0.0.
auto_create_accounts = TRUE
|
As I mentioned before,
Quote:
Originally Posted by Huppy
In your login.ini the following 2 lines should look like this - (leave the "1" off the end of local_network IP)
listen_port = 5998
local_network = 127.0.0.
|
|
 |
|
 |

05-02-2019, 08:22 PM
|
|
Fire Beetle
|
|
Join Date: Apr 2019
Posts: 22
|
|
I did forget to do that. I just changed it now, tried both IP addresses without the 1 at end and still same issue.
Does the port need to be changed to 5999? I see on other guides it is.
[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 = 100.0.0
auto_create_accounts = TRUE
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"
}
}
}
}
[LoginServer]
Host=10.0.0.100:5998
|
 |
|
 |

05-02-2019, 09:08 PM
|
 |
Demi-God
|
|
Join Date: Oct 2010
Posts: 1,332
|
|
You're missing a period.
Quote:
Originally Posted by Michelle-Bishop
[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 = 100.0.0 <<<<<<<<<<<<<<<<<<<<<<<<<<<< PERIOD MISSING
auto_create_accounts = TRUE
|
|
| Thread Tools |
|
|
| Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 09:11 AM.
|
|
 |
|
 |
|
|
|
 |
|
 |
|
 |