• 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. kor

    Default player full light on lower floor

    Change msg.addByte(player->isAccessPlayer() ? 0xFF : lightInfo.level); to msg.addByte(0xFF); in: forgottenserver/protocolgame.cpp at master · otland/forgottenserver (https://github.com/otland/forgottenserver/blob/master/src/protocolgame.cpp#L3640) forgottenserver/protocolgame.cpp at master ·...
  2. kor

    Feature [TFS 1.x+] Print all send network packets in server console

    I've created diff file with essential changes - cams by gesior (https://gist.github.com/rookgaard/64834fc1de5414ea625cd21b3e9f427a)
  3. kor

    2D Tibia can be rendered in 3D?!

    Not to mention it's already there - PT3D Minecraft 1.11.2 (http://pt3d.serveminecraft.net/)
  4. kor

    Condition Panel like in 7.4 (OTClient V8)

    In my code first I collected all conditions and then made switch based on total count. There is max 6, so you have to break the loop if there is more conditions on the player. In each case (1, 2, 3, 4, 5 and 6 conditions) I'm setting each condition position by earlier defined offset, so probably...
  5. kor

    How much do we like mounts anyway?

    ...and you can have mounts on 8.60 too.
  6. kor

    Tibia DLL for 7.72 client to mimic 7.4 client

    On my PC
  7. kor

    Tibia DLL for 7.72 client to mimic 7.4 client

    Hello. Encouraged by the vision of creating a 7.4 server by another enthusiast of this version, I created and would like to share with you a small DLL modification for the Cipsoft 7.72 client that will help you mimic a little 7.4 client. List of features that I managed to achieve: hide Soul...
  8. kor

    C++ dll Old Client 8.6 with mount

    Me https://www.youtube.com/playlist?list=PLwGkOisgt0UMyX8E1w3n1Bj5SWqIuScmt
  9. kor

    My League Of Legends Sprites in Tibia!

    So I guess it's because of Feature - [DLL] Simple WSAD in C++ (https://otland.net/threads/dll-simple-wsad-in-c.273860/post-2708055) ? Also, looks like @Cardinale is your multi-account, right? P.S. wczoraj from Discord means yesterday
  10. kor

    A question about HEX codes!

    I made tutorial some time ago MC in ANY Tibia Cipsoft client (https://otland.net/threads/mc-in-any-tibia-cipsoft-client.276032/)
  11. kor

    Feature [DLL] Simple WSAD in C++

    Here you are.
  12. kor

    Tibia dat and spr

    https://otland.net/threads/273902/
  13. kor

    TFS 1.3 8.6 MOUNT SYSTEM

    Here I am
  14. kor

    OTClient Set Outfit not working

    It means somewhere inside ProtocolGame::sendOutfitWindow() you have some additional data sent (or modified) that 8.6 protocol don't understand, like outfits size with 2 bytes instead of 1 byte or some mount info from higher version.
  15. kor

    OTClient Set Outfit not working

    Check errors in terminal (CTRL+T).
  16. kor

    where can i get sprites for the latest tfs ?

    https://otland.net/threads/273902/
  17. kor

    OTClient Change Custom Client Port

    Port is usually near server IP and RSA key. I can't download your client because of Windows Defender, but here how it's look like in 8.6 client (there are 10x IPs, so 10x 1C 03 port).
  18. kor

    Adapt Wings/Auras from OTClient to Old Client

    Here
  19. kor

    Feature Quiver [TFS 1.X + 0.X]

    https://github.com/ralke23/Greed-TFS-1.5-Downgrades/commit/b04cc83a6d755998d8c548659b99be8954661d7e#diff-e641d225036566a6c259e917f014574456b13746a7c4a6d9d301e15bc29cfa08 Unfortunately, I don't have time to fix things you all mentioned :(
  20. kor

    [UK] [7.72] Nareto [2022-07-08 20:00 CEST]

    Thank you for your kind words :)
Back
Top