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

Check this, an easy question about commands setting to the GOD

faiesk

New Member
Joined
Apr 14, 2008
Messages
12
Reaction score
0
First of all, I am using the MySQL type of the newest version of TFS (8.11).

I already searched it and all the explained ways is to change the "TYPE" in the 'accounts' table to '5' and the "GROUP_ID" in the 'players' table to '2' or '3', I tried both, the point is that tibia debugs when I click in the char at my account list.

Then I found out another way to make a GOD, my question about this way is in the image above:

commandsjl8.jpg


Also my GM walks sqm-per-sqm, kinda lagging, I want it to walk fast and soft. Although, the normal players are walking ok.

@EDIT

I will try to write all that in a short text:

All players will have the same "TYPE" value in the 'accounts' table and in the Commands.xml, which is '1'.
The only difference between a player, tutor, gm, god or whatever, will be the "GROUP", which means all 'accounts' table value will have the same value (which is '1')
To make a god, gm, tutor or whatever I will only need to change the Player's GROUP_ID in the 'players' table, changing the "group_id" from 1 (normal player) to 2 (god).

Can occur any problem by using this method?

And if there's nothing wrong, why should the "TYPE" exist? since only the "GROUP" is enough.
 
Last edited:
I don't get what you're asking for..

All players will have the same "TYPE" value in the accounts table and in the commands.xml
The only thing that will be different between a player, tutor, gm, god or whatever, will be the "GROUP", which means all accounts table will have the same value
To make an GOD or whatever I will need to change the Player at players table, changing the the "group_id" 1 to 2, if there's anything wrong with it.

And if there's nothing wrong, why should the "type" exist? since only the "group" is enough.
 
Last edited:
A God account has type 5 and group_id 3. This is set into place so that you could do something like like Senior Gamemasters, Junior Gods and such without having to made a new group for it.
As for your question, there is no way for a player to exploit it as it is the server that checks for these things. They can't make God characters as you need to edit that in the SQL file itself.
 
no, i don't think can can exploit this but it is really stupid and you should try it again the correct way
 
Back
Top