Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::Tutorials/Howto's

Archive::Tutorials/Howto's Archive area for Tutorials/Howto's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 03-27-2004, 05:31 AM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

Two things can be done here.. First I know it said to leave a space at the end of the last letter, but also note that after you press space, DONT press the enter key, as it will be read into the file as a newline character, which WILL cause 1017...

The other thing is to actually insert the account into the DB... There are two ways to do this... The first:
Open up a dos command and change directory to the directory that contains the world.exe file... Now type the following:
Code:
world adduser eqemu eqemu 200
Where the first eqemu is your intended username and the second is the intended password...

The second method is as follows:
Open up a dos command window and type the following:
Code:
cd c:/mysql/bin
mysql -u root mysql
USE eq;                     (assuming eq is the name of your DB)
INSERT INTO account SET name='eqemu', password='eqemu', status=200;
quit
Note that again eqemu is to be replaced with whatever your UN and PW are in your miniloginaccounts.ini file are... Hope this helps>>>>>>>>>

One more thing of note, you can change everything to localhost or 127.0.0.1 if you are running all the parts of the server from the same pc.. They dont even need to know the internal IP. They just need to know that it is on the same machine..
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 02:33 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3