Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 01-09-2007, 04:44 PM
trueeq
Fire Beetle
 
Join Date: Apr 2004
Posts: 3
Default GM status

I just recently created a server and i am completely new to mysql and perl, i have looked through the forums for hours and i can't figure out how to give my self GM status, can anyone help?
Reply With Quote
  #2  
Old 01-10-2007, 01:48 AM
John Adams
Demi-God
 
Join Date: Jul 2006
Posts: 1,552
Default

Try the Wiki.

http://www.eqemulator.net/wiki/wikka...kka=TextSearch

If you actually followed a Wiki guide, there's almost no way you could have missed the Account modification SQL statement found on this page:
http://www.eqemulator.net/wiki/wikka...indowsServer70

Code:
For minilogin -> To add users, while MySql is still open, type "insert into account (name,status, minilogin_ip) values('YOURUSERNAMEHERE',250,'127.0.0.1');" 127.0.0.1 is the local ip. If you are running the server on another machine, you will need to update this IP address with your own.
Reply With Quote
  #3  
Old 01-12-2007, 05:30 AM
Cripp's Avatar
Cripp
Discordant
 
Join Date: Oct 2003
Location: The Shire
Posts: 474
Default

Code:
UPDATE account SET status='255' WHERE name='accountname';
this is the MYSQL query to set your account to status 255 which is the highest.
make sure u change accountname to your account...
__________________
Nug Blazers - ServerOP / founder
^^comming... later!

www.nugblazers.com
Reply With Quote
  #4  
Old 01-12-2007, 07:51 AM
John Adams
Demi-God
 
Join Date: Jul 2006
Posts: 1,552
Default

Yeah, I'm not sure where '250' came from in the guides... that's what I use, and I assume I am god.
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 08:25 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