Page 1 of 1

Access Levels

Posted: Sun Feb 21, 2010 11:05 pm
by Altec
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:
L2JDP Revision Number:

Hello, Ive been sorting out access levels for my server and i want 3 different access levels. (2 ,3, 4)
but for some reason when i set it like -
Admin - 2,3,4
HeadGM - 3,4
GM - 4

i start getting errors in database console.
now when i move over to admin_command_access_rights and i set the access levels to this - (Examples)
admin_abnormal 3
admin_abnormal_menu 2
admin_accept_petition 4

i get errors all the time when i save it. basically what im trying to say is i want to set access levels to them 3.
and its confusing me. ive read http://www.l2jserver.com/wiki/How_to_se ... privileges but it just doesnt seem to work. ive folowed the steps. can anyone help please?
Thanks

Re: Access Levels

Posted: Wed Feb 24, 2010 6:17 pm
by Altec
would anyone be able to help me with this please

Re: Access Levels

Posted: Wed Feb 24, 2010 7:12 pm
by Notorious
Are you using ; or , as separator in "Childaccess" column in the "Accesslevels" table? It should be ;

Admin 1;2;3
Head GM 2;3
GM 3

Also, the IsGM needs to be set to 1 for each of the GM levels.

Go through the list of commands in "admin_command_access_rights" table and start by setting 3 to the ones only GM should be able to use. Then set 2 to the ones Head GM should be able to use, and he will also be able to use the commands the GM can use.
Finally set 1 to all the commands only Admin should be able to use, if it's not 1 already.

Re: Access Levels

Posted: Wed Feb 24, 2010 9:59 pm
by Altec
i was using ; but ive just set it everyone to 1, set most of the commands to 1, and ive set the powerful commands like shut - restart etc etc to 2, so admins are now 127, normal gm's are 1.
but thanks for help anyways.
(lock topic now thanks)

Re: Access Levels

Posted: Thu Feb 25, 2010 7:42 am
by denser
i think better way to do access rights not by child...more logicalto do like this:
admin_admin 1,2,3,4 - so groups with this ids can do this command.
it more flexible and without any stupid sorting in groups....