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
noob question about admin rights
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.
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.
The last method, which is the easiest is to use the command .setcmdlevel admin anbd target the intended person.
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
}
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
}