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

Recent content by codemaster2

  1. C

    [Urgent] A question About TFS 0.2

    Potential fix: Go to tools.cpp-> uint32_t adlerChecksum(uint8_t *data, size_t length) { if(length > 30000) return 0; //won't let players spoof 30000+ bytes in a packet const uint16_t adler = 65521; uint32_t a = 1, b = 0; while (length > 0) { size_t tmp = length > 5552 ? 5552 : length...
  2. C

    [Urgent] A question About TFS 0.2

    I experienced this as well. I run Arya, a 250+ player stable realmap OT. Today people went and crashed it all day to dupe items. I reverted back to revision 12. Just so you know this is not an isolated incident. And yes, I had just updated to revision 18.
  3. C

    [USA/Brazil] Arya True PVP 8.31

    Sorry about the delay with the site, working since yesterday.
  4. C

    [USA/Brazil] Arya True PVP 8.31

    Awesome. We're eager for some war.
  5. C

    [USA/Brazil] Arya True PVP 8.31

    Arya is not your usual server. Arya is a way of life. This server is not for the feeble-hearted, it is for people who want to really and truly experience Tibia PVP. The idea is that you level to 100+ quickly, and then be able to team up with your friends and simply do war. The map is...
Back
Top