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

GM's no cap / no spells ?

ekenn123

New Member
Joined
Sep 9, 2007
Messages
61
Reaction score
0
Location
Sweden
Hello, i get problem when im making my friend a gamemaster, he gets no cap and he can't make spells, his Group id is 4 both on char and on account and type 5 also. TFS 2 . Why ?

My group ids :
1 player flags : 0 access : 0
2 a tutor flags : 68749721600 access : 1
3 a senior tutor flags : 68749721600 access : 1
4 a gamemaster flags : 547608305656 access : 1
5 a god flags : 547608305656 access : 1

Code:
	<command cmd="/b" group="4" acctype="5"/>
	<command cmd="/i" group="4" acctype="5"/>
	<command cmd="/n" group="4" acctype="5"/>
	<command cmd="/reload" group="4" acctype="5"/>
	<command cmd="/s" group="4" acctype="5"/>
	<command cmd="/openserver" group="2" acctype="5"/>
	<command cmd="/closeserver" group="4" acctype="5"/>
	<command cmd="/ghost" group="4" acctype="5"/>
	<command cmd="/owner" group="4" acctype="5"/>
	<command cmd="/goto" group="4" acctype="5"/>
	<command cmd="/a" group="4" acctype="5"/>
	<command cmd="/c" group="4" acctype="5"/>
	<command cmd="/m" group="4" acctype="5"/>
	<command cmd="/summon" group="4" acctype="5"/>
	<command cmd="/kick" group="3" acctype="5"/>
	<command cmd="/B" group="2" acctype="5"/>
	<command cmd="/q" group="4" acctype="5"/>
	<command cmd="/info" group="3" acctype="5"/>
	<command cmd="/gethouse" group="4" acctype="5"/>
	<command cmd="/t" group="4" acctype="5"/>
	<command cmd="/up" group="4" acctype="5"/>
	<command cmd="/down" group="4" acctype="5"/>
	<command cmd="/newtype" group="4" acctype="5"/>
	<command cmd="/pos" group="4" acctype="5"/>
	<command cmd="/r" group="4" acctype="5"/>
	<command cmd="/town" group="4" acctype="5"/>
	<command cmd="/raid" group="4" acctype="5"/>
	<command cmd="/addskill" group="4" acctype="5"/>
	<command cmd="/unban" group="4" acctype="5"/>
	<command cmd="/clean" 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"/>

Thank you bye,

PS. All commands works perfectly. on gm,tutor,god,senior tutor.
 
Back
Top