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

Few questions about TFS database schema.

Taken

New Member
Joined
Apr 22, 2022
Messages
1
Reaction score
0
Hi,
I've started writing the AAC for TFS, mainly to practice my coding skills. I would be grateful if someone could explain me:

1. How is account's secret expected to be handled from the website perspective?
2. What is purpose of save column in players table?
3. How is login processed on the higher protocols. Is the client sending API request to the webstie?
 
Solution
E
save is for whether saving or not that character (like read only lol)

for everything else:

yes client gets everything from website
Back
Top