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

1 problem with groups /staffs ingame

Bogarts Panda

Banned User
Joined
Jan 11, 2013
Messages
132
Reaction score
1
Location
USA? SWEDEN? ENGLAND? PORN LAND? CANDY LAND?
Hey i have 1 senior tutor and 1 Tutor at my ot, and when they hunt they don't loot eqs from monster they loot nothing,

any help ? rep++ if you helped me here script of my groups

I just made some spaces at the groups so you guys can see a bit better so they don't sit toghter.

PHP:
<?xml version="1.0" encoding="UTF-8"?>
<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="1" violationReasons="10" nameViolationFlags="2" statementViolationFlags="63" maxVips="200"/>

	<group id="4" name="Gamemaster" flags="3808558964575" customFlags="2354367" access="3" violationReasons="19" nameViolationFlags="10" statementViolationFlags="69" depotLimit="3000" maxVips="300" outfit="75"/>

	<group id="5" name="Community Manager" flags="3845069447162" customFlags="4194303" access="4" ghostAccess="5" violationReasons="23" nameViolationFlags="42" statementViolationFlags="213" depotLimit="0" maxVips="0" outfit="266"/>

	<group id="6" name="Moderator" flags="3845069447162" customFlags="4194303" access="5" violationReasons="23" nameViolationFlags="426" statementViolationFlags="469" depotLimit="5000" maxVips="500" outfit="363"/>

	<group id="7" name="Administrator" flags="3845069447162" customFlags="4194303" access="6" violationReasons="23" nameViolationFlags="426" statementViolationFlags="469" depotLimit="5000" maxVips="500" outfit="302"/>
</groups>
 
Back
Top