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'; 
			
		 |