Quote:
Originally Posted by Plutonikz
Both my friend and I are getting 1017 errors. Can you elaborate on the steps a little more? 
|
It could be lots of different things, if this is your first server, follow the readme (my sig has a link to it) and make sure you can get a minilogin running. Understanding and knowing how to get your own server working first is key.
My only thought would be that you don't have the accounts setup correctly
Using MySQL you can check what accounts you have.
go to your mysql prompt (C:\mysql\bin\mysql.exe or wherever you put it)
type:
use eq
(should say "Database changed")
then type:
SELECT * FROM account; (copy that exactly or it wont work, even the ; )
it should display something similiar to this:
+----+-------+-----------+-------------+----------+--------+--------------+---------+
| id | name | charname | packencrypt | password | status | lsaccount_id | gmspeed |
+----+-------+-----------+-------------+----------+--------+--------------+---------+
| 1 | ME | Nira | | MYPASS | 200 | 0 | 0 |
| 2 | You | Divatesta | | Test | 200 | 1 | 0 |
+----+-------+-----------+-------------+----------+--------+--------------+---------+
now if you don't see any accounts then you must add some.
still from the mysql prompt type:
INSERT INTO account VALUES (#,'accountname','','','accountpass',200,#,0);
where the first # equals the id (it goes progressively, so 1 2 3 4 etc on up)
the second # equals the lsaccount_id (it goes progressively starting at 0, then 1 2 3 etc)
In the miniloginaccounts.ini make sure that the IP for each person corresponds to the accountname/accountpass.
AMEN! This probably doesn't make any sense to you, and don't think you should try setting this up unless you really need this type of server.
THIS IS UNSUPPORTED BY EQEMU
"We release eqemu with everything you need, if you don't understand it, don't bother" -Khuong