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

Problem with creating GM/God account.

GreenYoshi

New Member
Joined
Jul 6, 2009
Messages
46
Reaction score
0
I'm trying to add a GM/God (myself :p) but some tutorials say that I must edit a 'type' thingy into the table.. There isn't any row of it :Q.

I use the Cocot 8.42 server (TFS). Can someone help me with it?


- Yoshi
 
PHP:
UPDATE  `players` SET  `group_id` =  '6' WHERE  `players`.`id` = here_is_your_player_id LIMIT 1 ;

UPDATE  `accounts` SET  `group_id` =  '6' WHERE  `name` = 'here_is_your_account_name' LIMIT 1 ;
 
Back
Top