Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Database/World Building

Archive::Database/World Building Archive area for General Discussion's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 05-27-2003, 02:42 PM
The Omega Soldier
Fire Beetle
 
Join Date: May 2003
Posts: 25
Default What's command for adding accounts in DB?

I'm using latest mysql and I was wondering was the command for adding accounts into eqemu was, I think it looks something like this but i'm not sure:

mysql add account set name='name', password='pass', status=200;

if you can clarify i'd be very grateful, thanks

The Omega Soldier
Reply With Quote
  #2  
Old 05-27-2003, 07:10 PM
Mauritius
Sarnak
 
Join Date: Mar 2002
Location: Neriak
Posts: 61
Default

open a DOS window
change the path to your MYSQL/BIN directory
type mysql to start a mysql.exe session
type use eq, where eq is the name of your everquest database
type INSERT INTO account SET name='name', password='pass', status=200;
where name is the account name you wish to add and pass is the password. By giving them status=200 you'll give them "full control" to your world. Refer to the eqemu documentation for more information about that.
Reply With Quote
  #3  
Old 05-28-2003, 02:43 PM
The Omega Soldier
Fire Beetle
 
Join Date: May 2003
Posts: 25
Default

what happens if you get a duplicate entry for 'name' for key 2 error?
Reply With Quote
  #4  
Old 05-28-2003, 03:02 PM
DeletedUser
Fire Beetle
 
Join Date: Sep 2002
Posts: 0
Default

for 'name' and 'password' you insert the name and password.

If your doing this for minilogin just put the name and pass eqemu
Reply With Quote
  #5  
Old 05-30-2003, 04:31 AM
luvmyhonda
Sarnak
 
Join Date: May 2003
Location: Philadelphia, PA; Boston, MA
Posts: 30
Default

Can any of you tell me how to edit status once an account exists? Like if I wanted to change the status of an account from 100 to 0
Reply With Quote
  #6  
Old 05-30-2003, 05:53 AM
Merth
Dragon
 
Join Date: May 2003
Location: Seattle, WA
Posts: 609
Default

Quote:
Can any of you tell me how to edit status once an account exists? Like if I wanted to change the status of an account from 100 to 0
(1) If you are in game and have a high enough status, use #flag.

(2) Change the value directly in the account table (it's a separate field, not part of a blob)

(3) Check syntax on World.exe - it may have an option for updating this as well.
Reply With Quote
Reply


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 07:13 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