View Single Post
  #2  
Old 04-23-2007, 04:10 PM
techguy84's Avatar
techguy84
Discordant
 
Join Date: Apr 2007
Location: Somewhere Safe
Posts: 453
Default

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.

Last edited by techguy84; 04-24-2007 at 12:40 AM..
Reply With Quote