Thread: GM status
View Single Post
  #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