noob question about admin rights

Here you can post threads requesting help on the official POL Ultima Online Emulator Core 095. Note: Core 095 is no longer officially supported.
Post Reply
joho

noob question about admin rights

Post by joho »

How do i make a secondary admin account?
And how do i controll admin account rights?
Like if i notised that my admin can loose his rights, how do i make him admin again?

Thx
Yukiko
Distro Developer
Posts: 2826
Joined: Thu Feb 02, 2006 1:41 pm

Post by Yukiko »

There are several ways to give Admin access to a character. I'll show you the hardest ones first.

One is to add the line:

DefaultCmdLevel admin

to the account info in accounts.txt in the \pol\data directory. See the example below.This will give ALL characters created under that account Admin priviledges.

Code: Select all

Account
{
	Name	fred
	Password	flintstone
	Enabled	1
	Banned	0
	DefaultCmdLevel	admin
	UOExpansion	T2A
	CProp	%UCLang% sENU
	CProp	LastIP a1:a2:S9:127.0.0.1S5:Admin
	CProp	LastLogin i25190471
}
The other method is to add the line:

CmdLevel admin

to the characters info in the file pcs.txt found in \pol\data. This method makes hust that one character have admin priviledges. See below.

Code: Select all

Character
{
	Account	Wilma
	CharIdx	2
	Name	Wilma
	Serial	0x1bd04b
	ObjType	0x191
	Graphic	0x191
	Color	0x3ea
	X	5833
	Y	1234
	Z	0
	Facing	4
	CmdLevel	test
	TrueColor	0x3ea
	TrueObjtype	0x191
	Gender	1
	Strength	100
	Intelligence	100
	Dexterity	100
	Begging	50
	Camping	50
	Life	100
	Mana	100
	Stamina	30
}
The last method, which is the easiest is to use the command .setcmdlevel admin anbd target the intended person.
joho

Post by joho »

Thank you for your reply... i knew that was a noob question.. hihi
thx
Shiira
New User
Posts: 1
Joined: Thu Feb 08, 2007 6:04 pm

Post by Shiira »

"Reloading accounts.txt...Error reading configuration file data/accounts.txt: Didn't understand cmd level of 'admin' Element: Account, found on line 12"
SMJ
Grandmaster Poster
Posts: 113
Joined: Wed May 10, 2006 5:15 pm

Post by SMJ »

Change "admin" to "4".
Post Reply