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

Solved Znote AAC errors

EvoSoft

Is Da Mapper
Joined
Mar 10, 2010
Messages
693
Reaction score
5
Location
Northen part of Sweden
Hello guys! I've been following Znote's tutorial "From nothing to a fully working OT Server"

Everything's working out fine, but on the account page it says:
4d2e2ffa304c6747529a0d3135108c59.png


And when I try to create a character:
aa35d6b63e5edc3b80a766c174eab99d.png


Thanks!
 
Got the correct TFS version in config.php?

If you are using Znote AAC 1.4 - You can use TFS_02 and TFS_03
Code:
   $config['TFSVersion'] = ' ';

Using Znote AAC 1.5 - You can use TFS_02 and TFS_03 and TFS_10
Code:
   $config['TFSVersion'] = ' ';
 
Should I put
Code:
$config['TFSVersion'] = 'TFS_10';
instead of
Code:
$config['TFSVersion'] = 'TFS_03';
?
You need to download and setup the Znote AAC 1.5 the link I gave you.

And use.
Code:
$config['TFSVersion'] = 'TFS_10';

EDIT:

Solved it through skype chat.

1. Wrong Znote AAC version used 1.4 instead of 1.5.
2. Missing znote tables in database.
 
Last edited:
Back
Top