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

Help plz i dont know how to make admin

tsb0314

New Member
Joined
Oct 21, 2009
Messages
220
Reaction score
4
help plz i have just made a ot serv and i dont know how to make my char a god or admin can someone tell me how
 
Last edited:
no.. if you are using SQLITE go to the .s3rb file, open it with sqlite studio. If you are using mysql, go to localhost/phpmyadmin then to your databse, players, yourplayer, click on the pencil next to it, <thats for edit> and go to group id, try with 6, you must do it logged out if you can't, try with 3
 
HOW TO MAKE A GOD CHARACTER ?
Some servers requires only to change the group_id of the player. However in TFS, You need to change both group_id of the player in the players table and group_id of the account in the accounts table in addition to the account type .

a. Go to your http://localhost/phpmyadmin/ Page " Step 23 "
b. Choose your Database from the drop down list.
c. Click on the `Players` table
d. Choose "Browse" from the above tabs.
e. Check the box beside the required player.
f. Click on " Edit " ( The Pencil Shape Icon ) .
g. Seek the group_id value and change it to 3 -
h. Return back to the tables list.
i. Click on the `Accounts` table
j. Choose "Browse" from the above tabs .
k. Check the box beside the required account which is associated with the player.
l. Click on " Edit " ( The Pencil Shape Icon ) .
m. Seek the group_id value and change it to 6 -
n. Seek the account typevalue and change it to 6

Check your commands.xml to check the account types. ( e.g : GM, GOD, Player, Tutor, etc.... )

-Credits go to Lolaye
 
Okay, So I created a character on my server. Once I go back to phpMyAdmin and under the drop down from players I only see Account Manager. My character that I created did not appear under Database > Players.
 
Okay, So I created a character on my server. Once I go back to phpMyAdmin and under the drop down from players I only see Account Manager. My character that I created did not appear under Database > Players. plus i the server didnt have any folder in data that had characters or players can someone give me a server that does thanks
 
Back
Top