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

AAC Znote ACC + OTX 3 8.6 Duplicated online players

paola92

Member
Joined
Jan 14, 2009
Messages
105
Solutions
1
Reaction score
6
Hi,
do you know how to fix below issue? I have OTX3 8.6 engine + Znote ACC. Just I am logged in on server but accmaker shows 2 players online. So number of players is duplicated.
2.PNG
 
Solution
I fixed it. For OTX you need to remove below:
Code:
db.query('INSERT INTO `players_online` (`player_id`) VALUES (' .. playerId .. ')')

from login.lua.
I fixed it. For OTX you need to remove below:
Code:
db.query('INSERT INTO `players_online` (`player_id`) VALUES (' .. playerId .. ')')

from login.lua.
 
Solution
Back
Top