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

Gods and Gamemasters?

Zinefer

New Member
Joined
Sep 2, 2008
Messages
14
Reaction score
0
Hi, I was hoping one of you guys could help me out. I am trying to make a GM character. The server already has two god chars that work perfectly. I made custom flags for a new gm group, because I want them to have special privileges and I set that group to 3. I Changed the account of this gm char to 3, as well. I then changed our commands.xml to accommodate the restricted permissions I wanted him to have.

Here is our updated commands.xml:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<commands>
	<command cmd="/b" group="3" acctype="3"/>
	<command cmd="/i" group="4" acctype="5"/>
	<command cmd="/n" group="4" acctype="5"/>
	<command cmd="/reload" group="3" acctype="3"/>
	<command cmd="/s" group="3" acctype="3"/>
	<command cmd="/openserver" group="4" acctype="5"/>
	<command cmd="/closeserver" group="4" acctype="5"/>
	<command cmd="/ghost" group="3" acctype="3"/>
	<command cmd="/owner" group="4" acctype="5"/>
	<command cmd="/goto" group="3" acctype="3"/>
	<command cmd="/a" group="3" acctype="3"/>
	<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="3"/>
	<command cmd="/B" group="3" acctype="3"/>
	<command cmd="/q" group="4" acctype="5"/>
	<command cmd="/info" group="4" acctype="5"/>
	<command cmd="/gethouse" group="4" acctype="5"/>
	<command cmd="/t" group="3" acctype="3"/>
	<command cmd="/up" group="3" acctype="3"/>
	<command cmd="/down" group="3" acctype="3"/>
	<command cmd="/newtype" group="4" acctype="5"/>
	<command cmd="/pos" group="3" acctype="3"/>
	<command cmd="/r" group="4" acctype="5"/>
	<command cmd="/town" group="3" acctype="3"/>
	<command cmd="/raid" group="4" acctype="5"/>
	<command cmd="/addskill" group="4" acctype="5"/>
	<command cmd="/unban" group="3" acctype="3"/>
	<command cmd="/clean" group="4" 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>

However, this character still cannot perform any of these commands, such as "/a", "/b", or "/goto".

Here is his group flags:
Code:
279169590159

Thanks so very much in advance.
 
Back
Top