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

[Request] Account Manager 8.4 (sqlite)

Askoth

New Member
Joined
Nov 23, 2008
Messages
3
Reaction score
0
Hey guys, plz i need this acc manager 8.4 i use tfs 0.3.1

and i deleted the account manager in sqlite base, i just dont deleted it cause i want, i delleted the wrong character.

the account still ( 1/1) but no manager, plz help i just dont want to restart the server, there could be a way to add it without restart.

Thank you very much.

And im sorry if its not the righ locate to post it.

Tnx!
 
if i do it i gonna lose all characters accounts and other things, players gonna stop playing (new server got 400 accounts, 250 actives) maybe i got other thing to do? =)
plz plz! ;D
 
Get some SQLite editor, like simple 'SQLite Manager' plugin for Firefox web browser and execute query:
Code:
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, '');
 
Get some SQLite editor, like simple 'SQLite Manager' plugin for Firefox web browser and execute query:
Code:
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, '');


Thanks man u saved my OT! =)
 
Back
Top