PDA

View Full Version : Question


Caskin
11-18-2005, 03:09 PM
I have my server up and running fine, i want to add 2 accounts but not have any special privileges cept for using #zone.
I used this line to make my login account i have now but have gm abilities.

Could anyone help me out or tell me where i can find some info?


insert into account (name,status, minilogin_ip) values('edgar1898',250,'127.0.0.1');

Sakrateri
11-18-2005, 10:32 PM
in your LoginServer.ini file make default status 0 and in your addon.ini make all commands above 0 except zone , or whichever ones you want available. Those file are found in your eqemu folder.

Caskin
11-19-2005, 02:16 AM
ok, thanks for the help.