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

Tutors, "#c* Message"

ohman

Member
Joined
Oct 24, 2008
Messages
289
Reaction score
5
Location
Sweden
Hi! How can I do to make tutors use the "#c*" command?

This is my groups.xml

Code:
<?xml version="1.0" encoding="UTF-8"?>
<groups>
    <group id="1" name="Player"/>
    <group id="2" name="Tutor" flags="16809984" customFlags="2" access="1"/>
    <group id="3" name="Senior Tutor" flags="68736352256" customFlags="14" access="2" maxVips="200"/>
    <group id="4" name="Gamemaster" flags="3808558964575" customFlags="257215" access="3" depotLimit="3000" maxVips="300" outfit="75"/>
    <group id="5" name="Community Manager" flags="3840774348794" customFlags="781823" access="4" depotLimit="4000" maxVips="400" outfit="266"/>
    <group id="6" name="God" flags="57172457136122" customFlags="67108863" access="5" violationReasons="23" nameViolationFlags="426" statementViolationFlags="469" depotLimit="5000" maxVips="500" outfit="302"/>
</groups>

Thanks!
 
Talkactions.xml
Code:
<talkaction words="/c" access="1" log="yes" value="teleporthere.lua" event="script"/>
 
get one flag calculator and change this line:

Code:
flags="16809984" customFlags="2"
 
paste your flags number to flag calculator, enable CanTalkRedChannel flag and copy calc output to groups.xml file
 

Similar threads

Back
Top