Thread: Hi- Im a noob
View Single Post
  #4  
Old 02-04-2002, 08:40 AM
madborg
Banned
 
Join Date: Jan 2002
Posts: 322
Default

you have to change the status on your gm candidate character -- for right now that is eqemu. The status should be changed to 200.

Here is how you change all your names to super gms:

on command line: type 'mysql'

inside mysql program type:
Quote:
use eq ---or whatever the name of your db is
update account set status=200;
or for eqemu only
Quote:
update account set status=200 with name='eqemu';
Reply With Quote