PDA

View Full Version : 1017 error


x-scythe
06-14-2003, 05:23 PM
ok...i fixed my server not showin up prob. now when i try and log on my server i get a 1017 error. anyone know why?
please respond

x-scythe
06-14-2003, 06:12 PM
i have no missing files according to the patcher. i used guests sig but it gave no solution. i dont know wtf to do. PLEASE HELP!!
i dont know what wrong



~x-scythe~

x-scythe
06-14-2003, 07:18 PM
heres a list of all my stuff

db.ini

[Database]
host=localhost
user=slayer
password=korn
database=eq
compression=off

login server.ini

[LoginServer]
loginserver=eqlogin1.eqemu.net
loginserver2=eqlogin2.eqemu.net
loginport=5999
loginport2=5999
worldname=Red Dragon(testing)
worldaddress=66.91.186.2
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

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

boot5zon.bat

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


if you spot anything wronh please answer

~x-scythe~

wdrng
06-14-2003, 07:20 PM
Are you trying to play on your own personal server, or are you trying to run your own server but log in through EQemu's verification?

If you're trying to just connect and play locally, you'll need to add each minilogin account. To add the account in, run mysql.exe and type:
use eq;
then hit enter, after that you have to enter the accounts

INSERT INTO account SET name='acctname', password='acctpassword' status=status number;

ie. if your account name was bob and your password was here, and you wanted to have server OP privilages, you'd type:

INSERT INTO account SET name='bob', password='here', status=200;


Status Listings: 0=Normal, 10=PU, 80=Quest Troupe, 100=GM, 101=GM-Events, 150=LGM, and 200=ServerOP.

I was having the same problem untill I added my account to the MySQL database.

x-scythe
06-14-2003, 07:54 PM
thanks

wdrng
06-14-2003, 08:08 PM
No problem.

You posted your file info while I was replying though, so I just read it now. If you want to connect and play on your own (without logging into EQemu), you'll need to change the Loginserver, Loginserver2, and worldaddress in Login Server.ini all to localhost

x-scythe
06-14-2003, 09:27 PM
nah i wanna play with other peeps

i tried what you posted and it didnt work :?
i think i know the prob now, is there supposed to be a miniloginaccount.ini file? if so i dont have it :? my minilogin tells me it cant open this file.


~x-scythe~

wdrng
06-16-2003, 11:17 AM
Ya, sorry the info I was giving you was for if you're tring to set up your own world to mess around in locally.

Yep, you need that file. If it's not there you can just create it, it's called:
MiniLoginAccounts.ini

I might be wrong, but I don't think you have to use MiniLogin, unless you're only playing locally on your own PC.