What Am I Doing Wrong
What am I doing wrong,or not doing?
I have installed Cave Dudes Server Pack installer 4.0 This is my eqemu config: <?xml version="1.0"> <server> <world> <shortname>Knight</shortname> <longname>Black Rock Knights</longname> <!-- Sets the shared key used by zone/launcher to connect to world --> <key>some long random string</key> <!-- Enable and set the port for the HTTP service. --> <http port="9080" enabled="true" mimefile="mime.types" /> </world> <!-- Database configuration, replaces db.ini. --> <database> <host>localhost</host> <port>3306</port> <username>eq</username> <password>XXXXX</password> <db>peq</db> </database> </server> I clicked on Run EQEmu I am in a DOS window labled C:\EQEmu\eqlauch.exe It Reads [Debug] Starting Log: log/eqe_debug_2444.log [Debug] [LAUNCHER__INIT] Loading server configuration.. [Debug] [NET__WORLD] WorldConnection connect: Connecting to server 127.0.01 :9000 failed: TCPConnection::Connect<>: connect<> failed. Error: 10061 [Debug] [LAUNCHER__ERROR] worldserver.Connect<> FAILED! Will retry. [Debug] [LAUNCHER__INIT] Starting main loop |
[code]
[Debug] [NET__WORLD] WorldConnection connect: Connecting to server 127.0.01 That should be 127.0.0.1, not 127.0.01 |
You are correct that line reads
[Debug] [NET__WORLD] WorldConnection connect: Connecting to server 127.0.0.1 I missed typed it. On here. |
Your eqemu.config is missing the part in RED:
Code:
<?xml version="1.0"> Code:
### --- This file tells world.exe what loginserver to connect to. |
Code:
<address>Serving Machines IP</address> Code:
<!-- <address>Serving Machines IP</address> --> Code:
<address>my.dynip.com</address> Code:
<address>192.168.0.100</address> The only good reason for using the localhost ip (127.0.0.1) would be for the database, as it would help protect it somewhat if you only gave 127.0.0.1 access permission. Code:
<database> |
I have no ideal on why it is working, but it is working with the ornginal stuff. Promlem I am now having is that I can not figure out how to make a GM. Everytime I try. I mess it up and my server wont allow people on.
Someone please tell me how to do it, as if I have no ideal what anything it. LOL because I really dont. INfomation I believe you will need: We will call the account I want to give GM access to Coffee The GM account will be on Another PC. If I can only give it to one Charator then we will make his name Lineboss I have no ideal on how to get into my database. I tried a few download programs people have said and ended up crashing the server were noone could get on. |
Install Navicat and configure it for your database. Then open it and open your accounts table. You will see your account there if you have logged into your server with it. Then, simply change the "status" field there to 250 and exit EQ and restart it for the changes to take effect.
|
How do I configure it to my database?
|
Quote:
Connection Name: (can be anything you want) Hostname/Ip Address:localhost Port:3306 Username:root Password: (same one used in Instance Setup) -- Test the connection to make sure you can connect to your DB. Under connections click {whatever connection name you set} Then you'll see your database >> peq |
Quote:
Depending on how you configured your firewall/router, it's possible everyone logging into your server is seen as 127.0.0.1, and gets sent to your account; when in GM mode, they might get bumped for that. This may or may not be your problem, but if you plan to have a successful public server (Mini or Public), you need to crop out the details. If you're playing home alone, then this is ok. It's better to have a 'standalone' server and play from another client (if you're really serious about this). |
Quote:
ID, Name Charname Sharedplat, password So what do I change to 250? I tried the ID and it doesnt appear to do anything. Nevermind I kept messing with it, and now it gives more options |
All times are GMT -4. The time now is 08:37 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.