• 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

    Feature Cam system

    Hello. I would like to share a system I wrote about 5-6 years ago. Initially it was on version 0.4, and later I moved it to 1.2 as well. During this time, it generated about 200 GB of recordings, and thanks to them, such films as...
  2. kor

    Tibia DLL for 7.72 client to mimic 7.4 client

    Sorry, but it's not worth to spent time on such request.
  3. kor

    C++ dll Old Client 8.6 with mount

    I'm afraid I don't have time, but you can contact me on Disord.
  4. kor

    [Poland] [8.60] Rookgaard

    Just don't use it. As you can see in download section "client interface is not fully adapted to this platform, and the administration is not responsible for errors related to its use.".
  5. kor

    C++ I need a encrypt my .spr

  6. kor

    C++ I need a encrypt my .spr

    I'm using this GitHub - NightNord/ljd: LuaJIT raw-bytecode decompiler (https://github.com/NightNord/ljd) to help me read these files.
  7. kor

    C++ I need a encrypt my .spr

    In case you would need not 100% secure encryption for Cipsoft client, please contact me, so I might be able to help you aswell.
  8. 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 ·...
  9. 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)
  10. kor

    2D Tibia can be rendered in 3D?!

    Not to mention it's already there - PT3D Minecraft 1.11.2 (http://pt3d.serveminecraft.net/)
  11. 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...
  12. kor

    How much do we like mounts anyway?

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

    Tibia DLL for 7.72 client to mimic 7.4 client

    On my PC
  14. 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...
  15. kor

    C++ dll Old Client 8.6 with mount

    Me https://www.youtube.com/playlist?list=PLwGkOisgt0UMyX8E1w3n1Bj5SWqIuScmt
  16. 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
  17. 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/)
  18. kor

    Feature [DLL] Simple WSAD in C++

    Here you are.
  19. kor

    Tibia dat and spr

    https://otland.net/threads/273902/
Back
Top