Code:
<!-- Loginserver information. -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account>root</account>
<password>megamanX</password>
</loginserver>
Remove your username and password here, just leave them blank.
Now run this command in mysql
Code:
set password for 'root'@'localhost' = OLD_PASSWORD('Newpassword');
Also, if you followed my guide, I forgot a step in the original guide so here it is.
Copy your spell_en.txt and spell_us.txt files out of your Everquest Directory to you EQEMU directory. This will fix a Zone.exe crash error.
substituting Newpassword for your password. Leave the ' marks in it also.