• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Groups flags?

Nekiro

Legendary OT User
TFS Developer
Joined
Sep 7, 2015
Messages
2,758
Solutions
127
Reaction score
2,277
How do I calculate flags for groups in groups.xml ?

Code:
    <group id="1" name="player" flags="0" access="0" maxdepotitems="0" maxvipentries="0" />
    <group id="2" name="tutor" flags="16777216" access="1" maxdepotitems="0" maxvipentries="200" />
    <group id="3" name="sennior tutor" flags="29360128" access="1" maxdepotitems="0" maxvipentries="200" />
    <group id="4" name="gamemaster" flags="66567897594" access="1" maxdepotitems="0" maxvipentries="200" />
    <group id="5" name="community manager" flags="57171953819640" access="1" maxdepotitems="0" maxvipentries="200" />
    <group id="6" name="helper" flags="29360128" access="1" maxdepotitems="0" maxvipentries="200" />
 
Back
Top