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

Creating a Tutor

Bondy

New Member
Joined
Mar 28, 2009
Messages
282
Reaction score
1
Could anyone explain me how to give to a player the tutor position? What should I do in acc type? Thanks
 
wat tfs do u use? if u r using tfs 0.3.5 it comes with a /promote script. or u can manually go into database go into players and for group_id put 2
 
"Tutor" is something you give to an whole account.

Tutor account, then you check account table, find the account your looking for, and add "TYPE = 2". That way it is a tutor.

Yourdatabase - accounts - find the account - edit and look for:
Account "TYPE = 1" = Normal Player account
Account "TYPE = 2" = Tutor player account
Account "TYPE = 3" = Gamemaster account
Account "TYPE = 4" = Senior Gamemaster account
Account "TYPE = 5" = God account

Yourdatabase - Players - find the character - edit and look for:
Player "Group ID = 1" = Regular character
Player "Group ID = 2" = Gamemaster Character
Player "Group ID = 3" = God character
 
Back
Top