How create a new account with privileges of a Admin

Open discussion forum. For topics that do not fit anywhere else.
Post Reply
xcpustyle
New User
Posts: 17
Joined: Fri Apr 27, 2012 5:55 pm

How create a new account with privileges of a Admin

Post 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
gundamwing84
Grandmaster Poster
Posts: 178
Joined: Tue Sep 08, 2009 1:57 am

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

Post 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 :)
Post Reply