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

Lua Im getting an error on Znote AAC! server.player_skills Missing

tommy91

Member
Joined
Oct 27, 2010
Messages
271
Solutions
1
Reaction score
21
Location
Sweden
Hey! I am getting an error when i create an character on the Znote AAC website!

The error:
1string(605) "INSERT INTO `players`(`name`, `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`, `conditions`, `cap`, `sex`, `lastlogin`, `lastip`, `save`, `skull`, `skulltime`, `lastlogout`, `blessings`, `balance`) VALUES ('Bazubia', '1', '5', '8', '1', '185', '185', '4200', '68', '76', '78', '58', '128', '0', '0', '40', '40', '0', '100', '2', '5', '5', '2', '', '470', '1', '0', '1408917941', '1', '0', '0', '0', '0', '0');"
(query - SQL error)
Type: voidQuery (voidQuery is used for update, insert or delete from database)

Table 'server.player_skills' doesn't exist

I tried an help and fix that should fix this but it does not change anything :/
Please help me!
 
I did properly import the server schema, i used from the latest.. The website AAC is the latest and i am using the latest TFS..
Been searching like forever on this issue and no one has an solution..
 
Last edited:
Please don't bump within 24 hours of the last post.

Make sure the version is set properly in config.php
Code:
$config['TFSVersion'] = 'TFS_10';

player_skills is not a table in TFS 1.x, it stores the skills right in the player table.
 
Back
Top