• 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!

TFS 0.X Player groups and access

rudger

Active Member
Joined
Oct 1, 2010
Messages
253
Solutions
1
Reaction score
32
Location
The Netherlands
My character is group id = 5 and access = 4 but he can't use the talkactions where group is lower then 5.
He can't use this:

XML:
<talkaction log="yes" group="4" access="3" words="/a" event="script" value="teleporttiles.lua"/>

But he can use this:

XML:
<talkaction log="yes" group="5" access="4" words="/a" event="script" value="teleporttiles.lua"/>

Anyone knows why?

My groups:

XML:
<group id="4" access="3" name="Gamemaster" flags="57172457136122" customFlags="67108863" violationReasons="23" nameViolationFlags="426" statementViolationFlags="469"/>

XML:
<group id="5" access="4" name="God" flags="57171953819640" customFlags="6291455" violationReasons="23" nameViolationFlags="426" statementViolationFlags="469"/>
 
Back
Top