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

Lua [Znote AAC] Group id

Demoon123

New Member
Joined
Aug 14, 2009
Messages
20
Reaction score
0
hello :)
I dont know how change for player (admin,tutor etc.) group_id in Znote AAC and how hide "sample players" in highscores.

// Highscore configuration
$config['highscore'] = array(
'rows' => 100,
'rowsPerPage' => 20,
'ignoreGroupId' => 2, // Ignore this and higher group ids (staff)
);
Didnt work.
In database:
otland.jpg
 
If you want to give a player access as admin to website.

Edit config.php

If you just want to give him admin ingame change groupId in table #players
 
What do you mean table?
A table is one of the links on the left side.
When you click on "players" it should bring up a list of all players who have been created so far. (including samples.)
Click on the player you wish to give GM/God, then click "edit". (if a lot of players show up, you may need to go through a couple pages to find the character your looking for.)
Scroll down the new page until you find |group_id/groupid/group id| (one of these)..
Then change the "1" (possibly "0") to 5 or 6. (you can check what groups give what permissions in data/XML/groups.xml). (6 is usually God, 5 is GM.)
Then scroll to the very bottom of the page, and press "save" or "submit".

Please note;
The player you are editing should be offline when you edit them.
If they are logged in, the edit will not take effect.

Hope that helps!

Cheers,

Xikini
 
Ok, got that but now it will give me tthe title if God but I can't make things or do use comands like a God, EKKK!
/i 1988
/i brown backpack
Both of those should spawn a backpack

/a
/a 4
These should teleport your character in the direction your character is facing.

You can see all your chat commands in
data/talkactions/talkactions.xml
And the non-hard coded script files are located nearby.
data/talkactions/scripts/

Alternatively, ensure that the server is offline, change the group id again (if it has changed back to 1/0), turn the server back on.
Then try using commands again.
 
Last edited:
Back
Top