Jump to content
  • 0

Question

Posted

Hello guys do you know how to configure access level on a char ? I mean there is an option to make your self admin right but how i can make someone GM example Event gm ? with less rights than me ? 

5 answers to this question

Recommended Posts

  • 0
Posted

Hello guys do you know how to configure access level on a char ? I mean there is an option to make your self admin right but how i can make someone GM example Event gm ? with less rights than me ? 

just check access level table on your database

(1, 'Master Access', '0099FF', 1, '0099FF', 0, 1, 1, 1, 1, 1, 1, 1, 1, 1),
(2, 'Head GM', '00FFFF', 1, '00FFFF', 0, 1, 1, 1, 1, 1, 1, 1, 1, 1),
(3, 'Event GM', '00FFFF', 1, '00FFFF', 0, 1, 1, 1, 0, 1, 0, 0, 0, 0),
(4, 'Support GM', '00FFFF', 1, '00FFFF', 0, 1, 0, 1, 0, 1, 0, 0, 0, 0),
(5, 'General GM', '00FFFF', 1, '00FFFF', 0, 1, 0, 1, 0, 1, 0, 0, 0, 0),
(6, 'Test GM', 'FFFFFF', 1, 'FFFFFF', 0, 0, 0, 1, 0, 1, 0, 0, 0, 0);

1 Admin,2 Head GM,3 Event GM,4 Support GM,5 General GM,6 Test GM

Guest
This topic is now closed to further replies.


×
×
  • Create New...