• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

acount manger

Nerevr back

Member
Joined
Nov 7, 2014
Messages
269
Reaction score
7
hello guys i have deleted account manger from mysql and need to back it again how??

?????
 
Last edited by a moderator:
add this to sql

INSERT INTO `players` VALUES (1, 'Account Manager', 0, 1, 1, 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, 100, 100, 100, 100, 100, 0, 0, 0, 0, 0, '');
 
Open your mysql schema (forgotten.sql or schemas/mysql.lua) and look for a line that looks like the one Wason posted (ctrl f Account Manager), copy that and execute the query.
 
Back
Top