• 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 Makeing a GM char

Blobe

New Member
Joined
Mar 26, 2008
Messages
7
Reaction score
0
Im new to this, theres no players or account folder, so how do i make a game master character?
 
TFS?
Then i Ques you have AAC.

Go to phpmyadmin, open execute and add this:
Code:
INSERT INTO `accounts` VALUES (accounthere, 'passwordhere', 65535, 0, '', '0', 0, 0, 6, 0, 0);
INSERT INTO `players` VALUES (1, 'NameHere', 6, accounthere, 1, 0, 150, 150, 0, 0, 0, 0, 0, 110, 0, 0, 0, 0, 0, 0, 0, 50, 50, 7, '', 400, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 201660000, 0, 10, 10, 10, 10, 0, 0);
 
Back
Top