• 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

    [8.60] Thais War with PvP bots

    It works on Rookgaard too :D Amazing work, @Gesior.pl
  2. kor

    Programmer Hacking, coding, OTCV8 bots -- SecurizeMe

    by Facebook (https://www.facebook.com/photo?fbid=458675262968107&set=a.422487723253528)
  3. kor

    Feature Instance System

    :eek: Wtf, if first check is false, it will make comparision of the second part which is the same as first...
  4. kor

    Feature Instance System

    what?
  5. kor

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

    Hello. At the request of the Torena community - Rookgaard OTS (which is online since 2019) we are opening a new world - Nareto on 2022-07-08 20:00 CEST. Character creation will be enabled tomorrow evening on the website. As detailed description can be seen in [Poland] [7.72] Torena [1st May...
  6. kor

    Would you recommend any printer?

    @Printer
  7. kor

    TFS 1.X+ custom dat and spr

    One of the option is to change the way sprites are placed inside .spr file and then hook custom code to client to make him understand new structure, for example with Tibia-Extended-Client-Library/dllmain.cpp at master · SaiyansKing/Tibia-Extended-Client-Library...
  8. kor

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    https://otland.net/threads/8-6-tfs1-3-alkurius-global-coustom.273912/post-2683588
  9. kor

    Don't Work With (Adversario#4615) and (Carcoo#2914)

    You offer service to deliver code in Lua, not the compiled binary file, so everyone will judge you not only by its performance, but also how it look (if they eyes hurts when reading/making changes or not).
  10. kor

    Don't Work With (Adversario#4615) and (Carcoo#2914)

    @Syiko Where are indentations in your code 😢 Spaghetti a la boloñesa.
  11. kor

    Lua Creating a cooking skill in lua TFS 1.3

    Looks like you didn't even saw the code.
  12. kor

    Lua Creating a cooking skill in lua TFS 1.3

    https://otland.net/threads/simple-custom-skill-cooking-example.279974/
  13. kor

    Lua items block

    Can't you check what changed in git history?
  14. kor

    OpenTibia [various] Tibia Extended Client Library

    That's bad.
  15. kor

    OpenTibia [various] Tibia Extended Client Library

    You can look for this on my github.
  16. kor

    OpenTibia [various] Tibia Extended Client Library

    You need to provide call to original method DirectDrawCreate from system ddraw.dll. DLL size can differ because of many reasons, i.e. different compiler used or amount of linked libraries.
  17. kor

    OpenTibia [various] Tibia Extended Client Library

    Visual Studio 2019
  18. kor

    OpenTibia [various] Tibia Extended Client Library

    You just linked it there - tibiaapi/Version870.cs at master · ianobermiller/tibiaapi (https://github.com/ianobermiller/tibiaapi/blob/master/tibiaapi/Addresses/Versions/Version870.cs)
  19. kor

    OpenTibia [various] Tibia Extended Client Library

    Copy .filters and .vcxproj files from other project, replace with files from original repository, fix some compiler bugs and you're done. Sure, I'm using CheatEngine to listen changes in memory (like 0x79C314 is taken from pressing CTRL+N and comparing what values was changed between 0, 1 and...
  20. kor

    OpenTibia [various] Tibia Extended Client Library

    Below Tibia-Extended-Client-Library/dllmain.cpp at master · SaiyansKing/Tibia-Extended-Client-Library (https://github.com/SaiyansKing/Tibia-Extended-Client-Library/blob/master/src/dllmain.cpp#L361) (on 8.60 version) add if (*(uint8_t*)0x79C314 < 2) { return; } So manabar will be drawn...
Back
Top