Hey there =) I used the code:
	Code:
	INSERT INTO variables (varname, value, information) VALUES ('LoginType', 'Minilogin', 'Set this to Minilogin to login using a minilogin server ');
 
	Code:
	alter table account add minilogin_ip varchar(32) not null;
 
	Code:
	insert into account (name,status, minilogin_ip) values('ACCOUNT_NAME_HERE',200,'127.0.0.1');
 and im pretty sure my first attempt I didnt get any errors. Yet I get the 1017 and my server is locked.
here is what I get in my world.exe box:
	Code:
	Connected to LoginServer: newlogin1.eqemulator.net:5994
65735 New client from ip: 68.217.134.200 port 2876
Account Attempting to be created:shanxi 0
Error in CreateAccount query 'INSERT INTO account SET name='shanxi', status=0, l
saccount_id=64382;' #1062: Duplicate entry /shanxi', duplicate name?
Bad/expired session key: 64382
Removing client from ip:68.217.134.200 port:2876
 Here is how I entered the code:
	Code:
	insert into account (name,status, minilogin_ip) values('shanxi',200,'68.217.134.200');
 No idea why my world server kicks back to me that i am status=0 and duplicate. *shrug*