View Single Post
  #10  
Old 02-11-2018, 01:55 AM
revan553
Fire Beetle
 
Join Date: Feb 2018
Posts: 11
Default

Tried that but still no go :/

Updated world.log (pretty much the same thing)

Code:
[02-10-2018 :: 23:55:17] [World Server] Checking Database Conversions..
[02-10-2018 :: 23:55:17] [World Server] Loading variables..
[02-10-2018 :: 23:55:17] [World Server] Loading zones..
[02-10-2018 :: 23:55:17] [World Server] Clearing groups..
[02-10-2018 :: 23:55:17] [World Server] Clearing raids..
[02-10-2018 :: 23:55:17] [World Server] Clearing inventory snapshots..
[02-10-2018 :: 23:55:17] [World Server] Loading items..
[02-10-2018 :: 23:55:17] [World Server] Loading skill caps..
[02-10-2018 :: 23:55:17] [World Server] Loading guilds..
[02-10-2018 :: 23:55:17] [World Server] Loaded default rule set 'default'
[02-10-2018 :: 23:55:17] [World Server] Loading EQ time of day..
[02-10-2018 :: 23:55:17] [World Server] Loading launcher list..
[02-10-2018 :: 23:55:17] [World Server] Reboot zone modes OFF
[02-10-2018 :: 23:55:17] [World Server] Deleted 0 stale player corpses from database
[02-10-2018 :: 23:55:17] [World Server] Loading adventures...
[02-10-2018 :: 23:55:18] [World Server] Purging expired instances
[02-10-2018 :: 23:55:18] [World Server] Loading char create info...
[02-10-2018 :: 23:55:18] [World Server] Server (TCP) listener started.
[02-10-2018 :: 23:55:22] [World Server] New Launcher connection from 108265b2-3085-4ccc-b7cf-22f1cb92c3f3 at 127.0.0.1:49205
[02-10-2018 :: 23:55:22] [World Server] New UCS Server connection from 71481041-cb69-4f69-ac3f-c0db5b8c70d2 at 127.0.0.1:49207
[02-10-2018 :: 23:55:22] [World Server] New Query Server connection from c971299a-c99f-4857-ba5d-d1918cc55b00 at 127.0.0.1:49206
Updated eqemu_config.json with IP address changes.

Code:
{
	"server": {
		"zones": {
			"defaultstatus": "20",
			"ports": {
				"low": "7000",
				"high": "7100"
			}
		},
		"database": {
			"password": "abc123",
			"db": "peq",
			"host": "127.0.0.1",
			"port": "3306",
			"username": "root"
		},
		"world": {
			"shortname": "DW",
			"longname": "D's World",
			"address": "192.168.0.8",
			"localaddress": "192.168.0.8",
			"loginserver": {
				"password": "",
				"host": "192.168.0.8",
				"port": "5998",
				"account": ""
			},
			"tcp": {
				"port": "9000",
				"telnet": "disable",
				"ip": "192.168.0.8"
			},
			"key": "some long random string",
			"http": {
				"mimefile": "mime.types",
				"port": "9080",
				"enabled": "false"
			}
		},
		"mailserver": {
			"host": "192.168.0.8",
			"port": "7778"
		},
		"chatserver": {
			"host": "192.168.0.8",
			"port": "7778"
		},
		"qsdatabase": {
			"host": "127.0.0.1",
			"port": "3306",
			"username": "root",
			"password": "abc123",
			"db": "peq"
		}
	}
}
Didn't change anything in the login.ini

I'm wondering if maybe something has changed since the guide was written? Maybe it needs a newer version of MySql and/or perl? My programmer head is sitting here spinning trying to think of what could have changed
Reply With Quote