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

How to NOT count x-logged players?

Vesgo

Member
Joined
Dec 4, 2009
Messages
356
Solutions
1
Reaction score
15
Location
Brasil
Im upgrading the rev of my server to 9.60 rev´s. Do i need to do it or it was already solved? i dont want to have my new server banned AGAIN! Any feedbacks?
 

Zuttlan

Member
Joined
Aug 8, 2007
Messages
96
Reaction score
5
I'm using 0.3.7, well after the revison don daniello claims implemented this, but for some reason it doesn't work on my server. I do not have idle times set to 15 as obviously I don't need to, the trainers don't have "no logout" zones..

The hells the problem? what possible fuckup could be incurring ?
 

Ganjita

Active Member
Joined
Dec 15, 2009
Messages
494
Reaction score
37
someone can share with me a good whoisonline for my server? dont count the afk players etc..
 

Techrlz

System Manager & Programmer
Premium User
Joined
Feb 20, 2014
Messages
1,073
Solutions
4
Reaction score
177
Code:
if (requestedInfo & REQUEST_PLAYERS_INFO) {
output->AddByte(0x20);
output->add<uint32_t>(g_game.getPlayersOnline());
output->add<uint32_t>(g_config.getNumber(ConfigManager::MAX_PLAYERS));
output->add<uint32_t>(g_game.getPlayersRecord());
}

I found this in tfs 1.0
 

dirso

New Member
Joined
Nov 28, 2010
Messages
13
Reaction score
1
Can someone explain to me?
If such a system exists ant-ban ...
Why exists this ban?
 
Top