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

  1. Fallen

    Windows [Windows 10, 64bit] TFS 1.1 boots and closes itself in under 1 second.

    You're missing a DLL or using an older version of one or more DLLs than the server is compiled with.
  2. Fallen

    Happy New Year

    Merry new year and happy christmas you have more colors than the gay pride parade dude
  3. Fallen

    Moving towards OTC

    I will give you few directions (don't quote me, it was a quick analyzation): This file (VertexArray) Takes some time and since this is basically based on addVertex(), you can probably use __m64 or if you want, __m128 and convert the calculations appropriately. And due to how DataBuffer is...
  4. Fallen

    Tibia CPlayerSocket Offset

    Hello, You can use this to create bots or whatever, this basically gives you a pointer to player socket, which you can use to send raw net messages to the server. Signature: \x89\x35\x00\x00\x00\x00\x85\xC9\x74\x0D xx????xxxx And how the class looks like: |_ CPlayerSocket + 0 = vftable...
  5. Fallen

    Questions regarding OtClient

    See: https://github.com/edubart/otclient/blob/b1a290981c4c270a6e4893ff0c3408ea6a5fac11/src/framework/util/crypt.cpp#L324 HP/MP: https://github.com/edubart/otclient/blob/b1a290981c4c270a6e4893ff0c3408ea6a5fac11/modules/game_healthinfo/healthinfo.otui
  6. Fallen

    Game.getSpectators

    Basically it's viewport ranges (screen ranges), like: See also: https://github.com/otland/forgottenserver/blob/250b265f47066fd3dba54b346b42da26d177e94b/src/map.cpp#L377 To be more specific, say you have a center position, you want to search behind that position, so you'd provide a minimum X...
  7. Fallen

    Game.getSpectators

    Simply the minimum and maximum ranges that it's allowed to search for off the center position.
  8. Fallen

    How to disable MC?

    Use g_platform.getProcessId and compare it. You might need a new function like g_platform.getCurrentProcessId()
  9. Fallen

    How to check what is wrong? CPU 100%

    yes
  10. Fallen

    OTLand Cloud is finally here! Upload your files! High Speed! No file expiry! No more dead links!

    do you have multiple CDNs or do you use reverse proxy OP ?
  11. Fallen

    MYSQL Table errors

    DROP TABLE `players`;
  12. Fallen

    How to check what is wrong? CPU 100%

    Use gprof or perf and buy a new hard drive
  13. Fallen

    Guess the age of the next poster!

    555
  14. Fallen

    Idea's to stop botters, from server side!

    1) Modify login protocol somehow (either use OTClient or do whatever you want with the Tibia client) to ensure that the user is using your 3rd party AC, and have a constant ping/pong specifically for it. 2) Make an AC based on EAC: http://www.easyanticheat.net/ (basically, blocks all access to...
Back
Top