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

Gesior ACC "Account Manager does not exist"

dnmk

New Member
Joined
Jan 9, 2017
Messages
14
Reaction score
1
Hello.
So i have been trying to install Gesior ACC.
TFS Version: 0.3.6
And in Step 4 Im receiving this error:
--------------------------------------------------------
Error ID:
More info: Character Account Manager does not exist. Cannot install sample characters!
--------------------------------------------------------
I dont know what to do, as there is Account Manager in my database. I feel like im doing something wrong, so it would be nice if any of you guys could help me with this thing.
akEunKW.png
 
here are all the sample players if you want to add them manualy
Code:
INSERT INTO `players` (`id`, `name`, `world_id`, `group_id`, `account_id`, `level`, `vocation`, `health`, `healthmax`, `experience`, `lookbody`, `lookfeet`, `lookhead`, `looklegs`, `looktype`, `lookaddons`, `maglevel`, `mana`, `manamax`, `manaspent`, `soul`, `town_id`, `posx`, `posy`, `posz`, `cap`, `sex`, `lastlogin`, `lastip`, `save`, `skull`, `skulltime`, `rank_id`, `guildnick`, `lastlogout`, `blessings`, `balance`, `stamina`, `direction`, `loss_experience`, `loss_mana`, `loss_skills`, `loss_containers`, `loss_items`, `premend`, `online`, `marriage`, `promotion`, `deleted`, `description`, `comment`, `create_ip`, `create_date`, `hide_char`, `signature`, `broadcasting`, `viewers`) VALUES (NULL, 'Rook Sample', '0', '1', '1', '1', '0', '150', '150', '0', '69', '76', '78', '58', '128', '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', '', '', '0', '0', '0', '', '0', '0'), (NULL, 'Sorcerer Sample', '0', '1', '1', '1', '1', '150', '150', '0', '0', '0', '0', '0', '128', '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', '', '', '0', '0', '0', '', '0', '0'),(NULL, 'Druid Sample', '0', '1', '1', '1', '2', '150', '150', '0', '0', '0', '0', '0', '128', '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', '', '', '0', '0', '0', '', '0', '0'), (NULL, 'Paladin Sample', '0', '1', '1', '1', '3', '150', '150', '0', '0', '0', '0', '0', '128', '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', '', '', '0', '0', '0', '', '0', '0'), (NULL, 'Knight Sample', '0', '1', '1', '1', '4', '150', '150', '0', '0', '0', '0', '0', '128', '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', '', '', '0', '0', '0', '', '0', '0')
 
But where do I have to do it ? This is my first time doing it so im kinda lost to all of this things :(

If its in "SQL" then "#1054 - Unknown column 'comment' in 'field list'"

@edit Okay i've added the sample players :)
 
Last edited:
Back
Top