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

Search results

  1. Error 502

    Black Tek Server Pre-Release

    https://otland.net/threads/the-official-rules-for-otland.256173/ 7. Foreign language: This is an English community, and you are expected to speak English on the boards. If you wish to communicate with another user in another language, you can do so through visitor, private messages or at the...
  2. Error 502

    Programmer read and fix packet in server

    codinablack told me via PM that he solved the problem 2 days ago, but apparently he don't like sharing the solution with the community. xd I don't use that code, but from the packete 0x96 + code it must be because of this: showTextDialog
  3. Error 502

    OTC Client install question

    https://downloads.ots.me/?dir=data/tibia-clients/dat_and_spr
  4. Error 502

    Only clients with protocol 10.98 allowed. TFS 1.4.2

    in otc open console and print(g_game.getClientVersion()) also send complete code of these functions (server) ProtocolLogin:nRecvFirstMessage(NetworkMessage& msg) ProtocolGame:nRecvFirstMessage(NetworkMessage& msg)
  5. Error 502

    Are clients from otservlist.org safe to download?

    https://downloads.ots.me/?dir=data/tibia-clients/windows/zip OTS belongs to Gesior pl . Believe me, you would feel more comfortable with this website
  6. Error 502

    in which version were item names added to spr dat files?

    Why don't you just create an array in Lua, in the OTC? Take information from array lua and not from the spr and dat Only you have to change the code of game_market a little bit.
  7. Error 502

    OTC 13.32

    It would be easier if you specify the problem in detail on the link I provided....
  8. Error 502

    OTC 13.32

    https://github.com/Nottinghster/otclient/issues 1) animation ticks https://github.com/mehah/otclient/blob/main/data/setup.otml#L32
  9. Error 502

    OTC 13.32

    currently there are none. I only know that redemption client can enter 13.32 but there are some packet problems when login, attacking and die, but you can walk :) mehah is compatible 13.21 https://github.com/mehah/otclient canary should make sure that every time they send a packete it is to...
  10. Error 502

    OTClient OTC UI tooltips

    Is in lua. not in otui local localPlayer = g_game.getLocalPlayer() Widget:setTooltip(string.format("Increases maximum health by %d", localPlayer:getLevelStat(0)))
  11. Error 502

    OTClient Stuck on "Please wait : Connecting to login server" (ERROR: got a network message with invalid checksum)

    There are several publications. https://otland.net/threads/which-otc-is-better-nowdays-otcv8-or-mehah.287266/#post-2739911 It will always generate debate and supporters for each one. It's better to try both and draw your own conclusions
  12. Error 502

    OTClient Can someone explain me how I send information from server to OTC?

    this is the best tutorial https://otland.net/threads/otc-tfs-1-0-working-creature-jump-function-with-jumpstraight-feature.271515/ ignore creature.h . creature.cpp You can also use the typical opcode.
  13. Error 502

    C++ tfs 1.5 OTS statistics

    https://github.com/moviebr/TFS-1.5-Downgrades/commit/e0dc4ecf23b282c9093d4af7ff0a7044c133b06e
  14. Error 502

    TFS 1.X+ [8.0 dg by nekiro] [TFS 1.5] Walking lag/delay

    👇 Would this solution work for non-v8 clients? (Cipsoft) xd if (otclientV8) { if (!otclientV8) return;
  15. Error 502

    OTClient Outfit Module Error

    ChaseModeBox < CombatBox image-source: /images/game/combatmodes/chasemode 40-inventory
  16. Error 502

    C++ Minimap don´t work in OTC

    Use the latest version of GitHub and compile, do not download the release, is very old. The same terminal indicates the error: "attempt to call field 'loadOtbm' (a nil value). Compile with FRAMEWORK_EDITOR. Why do you want to use loadOtbm?
  17. Error 502

    Problem with SPR V3 otcv8

    g_game.enableFeature(GameSpritesU32) g_game.enableFeature(GameSpritesAlphaChannel) g_game.enableFeature(GameEnhancedAnimations) g_game.enableFeature(GameIdleAnimations)
  18. Error 502

    (trying to add 12.72 on mehah OTC 3.1) Error Query: UPDATE `accounts`

    1)compile main repo. dont download release 3.1, is very old. . if it does not work
  19. Error 502

    OTClient [OTCv8]Custom Module - Interface Focus Problem

    When I helped you. After I provided the solution to you. Immediately you deleted the original post. I don't help those kinds of people. (After I reported you. The original post returned.) Don't tag me.
Back
Top