• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua Making new god access.

Legoland

Legoland OT
Joined
Mar 3, 2013
Messages
75
Reaction score
4
Location
Sweden
Hello otland! <3

Code:
<groups>
    <group id="1" name="Player"/>
    <group id="2" name="Tutor" flags="16809984" customFlags="2" access="1" violationReasons="4" nameViolationFlags="2"/>
    <group id="3" name="Senior Tutor" flags="68736352256" customFlags="14" access="2" violationReasons="10" nameViolationFlags="2" statementViolationFlags="63" maxVips="200"/>
    <group id="4" name="Gamemaster" flags="3808558964575" customFlags="257215" access="3" violationReasons="19" nameViolationFlags="10" statementViolationFlags="69" depotLimit="3000" maxVips="300" outfit="75"/>
    <group id="5" name="Community Manager" flags="3845069447162" customFlags="2097151" access="5" violationReasons="23" nameViolationFlags="426" statementViolationFlags="469" depotLimit="5000" maxVips="500" outfit="266"/>
    <group id="6" name="God" flags="3845069447162" customFlags="2097151" access="5" violationReasons="23" nameViolationFlags="426" statementViolationFlags="469" depotLimit="5000" maxVips="500" outfit="75"/>
    <group id="7" name="Admin" flags="3845069447162" customFlags="2097151" access="5" violationReasons="23" nameViolationFlags="426" statementViolationFlags="469" depotLimit="50000" maxVips="5000" outfit="302"/>
</groups>

Group id: 7 named Admin is my own char so people will know im the owner of the server when they see me. But GODs can kick me if they wanted 2 and im the same as them just that i only got a different name. How do i create a group id with a higher class than god without downgrading them?

I simply want to be immune against cmd: /kick, /ban, /r and nobody should be able to drag or push me.
commands i want only working for myself is /mystatus (costume).

Can somebody help me and explain how i can create this?

Thank you for reading! :)
 
Change the access like mentioned above and check the flags for ones that look like "Can kick anyone", that may be a cause of your problem to.
 
@DestinationSer Thanks for answering but I dont want to change acess to 6 on my admin, i want to create a acess 7 like i wrote in my first post.
@dominique120 Ty for answer! How do i check my flags? :p
@Swiff should the flags be changed on CM and gods only? what does it change and what will happend to my new acess 7 admin?

@DestinationSer Thanks for response but I dont want to change acess to 6 on my admin, i want to have my acess id 7 in my admin and be "superior" to my lower staffs with special commands like i wrote in my first post if you scroll up and see for yourself.
@dominique120 Ty for response! How do i check my flags? :p
@Swiff Ty for response! should the flags be changed on CM and gods only? what does it change and what will happend to my new acess 7 admin?
 
Last edited by a moderator:
@DestinationSer Thanks for answering but I dont want to change acess to 6 on my admin, i want to create a acess 7 like i wrote in my first post.
@dominique120 Ty for answer! How do i check my flags? :p
@Swiff should the flags be changed on CM and gods only? what does it change and what will happend to my new acess 7 admin?

Add access 6 because players have access 0. Generate flags here
 

Similar threads

Back
Top