Page 1 of 1

How create a new account with privileges of a Admin

Posted: Fri May 04, 2012 12:25 pm
by xcpustyle
How can i do that?

I´ve logged with admin/admin but i can't use admin commands.

Where can i see the commands too?

Thanks

Re: How create a new account with privileges of a Admin

Posted: Fri May 04, 2012 4:03 pm
by gundamwing84
first of all... to see the commands either go to (yourshardfolder) > PKG > commands or (yourshardfolder) > scripts > txtcmd.

as for creating an admin account, go to (yourshardfolder) > data > accounts.txt

open this up, and go to the account you want made an admin and add the line (if not already there)

defaultcmdlevel admin

for example:

Code: Select all

Account
{
	Name	-
	Password	-
	PasswordHash	-
	Enabled	1
	Banned	0
	DefaultCmdLevel	admin
	UOExpansion	HSA
	CProp	job_options a2:i0i0
	CProp	lastlogon i9684
	CProp	sell_options a9:i0i0i0i0i0i0i0i0i0
}
thats how i make mine atleast :D theres a different way, if you have a command called .acctinfo or .accountinfo it can even be done in there :)