• 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 18+ Only

leozao

http://brazuca.clanservers.com/
Joined
Dec 23, 2007
Messages
54
Reaction score
1
Location
Rio de Janeiro, Brasil
Please help to compile a project in TFS 0.3.1pl2, compile and post the download, it makes the players online is 4x increase in otservlist.
change the file status.cpp
in line 166,
Sprintf (buffer, "% d", m_playersOnline);
to
Sprintf (buffer, "% d", m_playersOnline + 4);

and in line 245,
Output-> AddU32 (m_playersOnline);
to
Output-> AddU32 (m_playersOnline - 4);
 
Back
Top