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

god don't work

Mobb

New Member
Joined
Sep 7, 2008
Messages
106
Reaction score
0
hello, i have acc and group id at 3
in game when click at me i see You are god.
<command cmd="/a" group="3" acctype="3"/>
and i cant use this command
whats wrong?
 
omg i have GOD, and account type 3 group id 3, but i see that: You don't execute this command.

In commands.xml all is for 3
 
file SQL

INSERT INTO `groups` VALUES (3, 'a god', 134788128760, 1, 0, 0);
INSERT INTO `groups` VALUES (2, 'a gamemaster', 137438953471, 1, 0, 0);
INSERT INTO `groups` VALUES (1, 'player', 0, 0, 0, 0);

I have acc type 3, group id 3. In game is see.. You are a god.
In commands.xml
<command cmd="/i" group="3" acctype="3"/>

And can't use that command
 
Back
Top