leozao
http://brazuca.clanservers.com/
- Joined
- Dec 23, 2007
- Messages
- 55
- Reaction score
- 1
- Location
- Rio de Janeiro, Brasil
- GitHub
- leozaow
- Twitch
- leozaow
- YouTube
- leozaow
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);