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

How can i create a gamemaster char?

Sizaro

Advanced OT User
Joined
Aug 20, 2007
Messages
5,172
Solutions
5
Reaction score
227
Location
Sweden
GitHub
coldensjo
Where can i find the characters when i create them ingame?
Can someone make a picture thread about this..

I'm new in SQL and i want to use The Forgotten Server, but i cant play. Because i'm not a gamemasters..

Help me:confused:
 
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);
 
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);


And what is Execute?
 
Back
Top