1.MiniLogin
Check you have a file called "
MiniLoginAccounts.ini" in your EQEmu folder. If no, create one, then enter the following code.
Be sure to enter a space af the end of the line code, or that wont work, btw, you can copy/paste, code is case sensitive.
Code:
localhost eqemu eqemu
2.Enabling account for world.exe
Run MSDOS prompt and type :
Code:
world adduser eqemu eqemu 200
2.my SQL Account Status
Run mySQL, open your EQ Database and enter :
Code:
INSERT INTO account SET name='eqemu', password='eqemu', status=200;
you can go check these links for more info :
http://www.eqemulator.net/forums/viewtopic.php?t=4526
http://www.eqemulator.net/forums/viewtopic.php?t=1021
Hope that will you.