Thread: In need of Help
View Single Post
  #3  
Old 03-10-2004, 05:20 PM
D-Loading
Fire Beetle
 
Join Date: Feb 2004
Posts: 9
Default

Ok i got it to show my server but when i log on to it i get the 1017 error, i did the world adduser eqemu eqemu 200 but it told me couldn't open ./db.ini

I also went to mysql and added it from there and granted it.
I also made sure my firewall isn't on, is there something else i missed?

thanks

here's my info-- i'm running on window xp using minilogin.
db.ini

[Database]
host=155.42.83.173
user=eq
password=eq
database=eq
compression=off

loginserver.ini

[LoginServer]
loginserver=155.42.83.173
loginport=5999
worldname=the only
worldaddress=155.42.83.173
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=

[ChatChannelServer]

Boot5Zones.bat

@echo off

if NOT exist spells_us.txt goto NOSPELL

start zone . 155.42.83.173 7995 155.42.83.173
start zone . 155.42.83.173 7996 155.42.83.173
start zone . 155.42.83.173 7997 155.42.83.173
start zone . 155.42.83.173 7998 155.42.83.173
start zone . 155.42.83.173 7999 155.42.83.173
exit
cls

:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE

Miniloginaccounts.ini

155.42.83.173 eq eq
INSERT INTO account (id, name, charname, packencrypt, sharedplat, password, status, lsaccount_id, gmspeed, revoked) VALUES (1, 'eqemu', '', '', 0, 'eqemu', 250, NULL, 0, 0);
Reply With Quote