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

Znote AAC latest TFS problem

Guiaki

Member
Joined
Jan 3, 2011
Messages
137
Reaction score
8
Im using the latest TFS from github.com/otland/forgottenserver and Znote AAC, but there are problems with those fields from table players:
rank_id
online
(and some others)

I have opened the character from engine folder and changed the SQL queries to remove they from it, the problem is, it have a lot of stuff oriented from it, like:
  • Players Online (Total)
  • Player information (Online or Not) and its rank
  • Some other bugs on account.
Well, I fixed all those problems, but because of it my website is not featuring players online option.. (only server information about players online because is very easy to make a query for it)

Since the latest version of TFS it removed "online" from players and put it on another table called "players_online", so new queries will be needed, is there an available fix for it?

if you want to see how the website is running: http://entera.no-ip.biz/znoteaac
 
Have you configured TFS_Version in config.php (Znote AAC)?
$config['TFSVersion'] = 'TFS_10';
 
Back
Top