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

Windows Help with groups

freak15

Professional Hoster
Joined
Dec 31, 2008
Messages
356
Reaction score
2
Location
Sweden
hello ive got my ot running today finally and i went into groups on phpmyadmin and i can se group 1 player group 2 tutor group 3 god

I made myself god but i can execute spells

here is the commands

Code:
<?xml version="1.0" encoding="UTF-8"?>
<commands>
	<command cmd="/b" group="2" acctype="5"/>
	<command cmd="/i" group="2" acctype="5"/>
	<command cmd="/n" group="2" acctype="5"/>
	<command cmd="/reload" group="1" acctype="5"/>
	<command cmd="/s" group="2" acctype="5"/>
	<command cmd="/openserver" group="1" acctype="5"/>
	<command cmd="/closeserver" group="1" acctype="5"/>
	<command cmd="/ghost" group="2" acctype="5"/>
	<command cmd="/owner" group="2" acctype="5"/>
	<command cmd="/goto" group="2" acctype="4"/>
	<command cmd="/a" group="2" acctype="5"/>
	<command cmd="/c" group="2" acctype="4"/>
	<command cmd="/m" group="2" acctype="5"/>
	<command cmd="/summon" group="2" acctype="5"/>
	<command cmd="/kick" group="1" acctype="4"/>
	<command cmd="/B" group="1" acctype="4"/>
	<command cmd="/q" group="2" acctype="4"/>
	<command cmd="/info" group="1" acctype="4"/>
	<command cmd="/gethouse" group="2" acctype="4"/>
	<command cmd="/t" group="2" acctype="4"/>
	<command cmd="/up" group="2" acctype="5"/>
	<command cmd="/down" group="2" acctype="5"/>
	<command cmd="/newtype" group="2" acctype="5"/>
	<command cmd="/pos" group="1" acctype="2"/>
	<command cmd="/r" group="2" acctype="5"/>
	<command cmd="/town" group="2" acctype="4"/>
	<command cmd="/raid" group="2" acctype="4"/>
	<command cmd="/addskill" group="2" acctype="5"/>
	<command cmd="/ban" group="1" acctype="3"/>
	<command cmd="/unban" group="1" acctype="4"/>
	<command cmd="/clean" group="2" acctype="5"/>
	<command cmd="/mccheck" group="2" acctype="5"/>

	<command cmd="!online" group="1" acctype="1"/>
	<command cmd="!buyhouse" group="1" acctype="1"/>
	<command cmd="!sellhouse" group="1" acctype="1"/>
	<command cmd="!serverinfo" group="1" acctype="1"/>
	<command cmd="!kills" group="1" acctype="1"/>
	<command cmd="!createguild" group="1" acctype="1"/>
	<command cmd="!joinguild" group="1" acctype="1"/>
</commands>


any1 got a table for groups :S ?
 
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" 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="3840774348794" customFlags="781823" access="4" violationReasons="23" nameViolationFlags="170" statementViolationFlags="213" depotLimit="4000" maxVips="400" outfit="266" /> 
  <group id="6" name="God" flags="3845069447162" customFlags="2097151" access="5" violationReasons="23" nameViolationFlags="170" statementViolationFlags="213" depotLimit="5000" maxVips="500" outfit="302" /> 
  </groups>

Is this what ur looking for?
 
Back
Top