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

  1. kor

    Minimap Editor

    Hello. A long time ago, when I was a kid, I loved browsing minimaps to see where things led. But I needed a special program for this – TMViewer. I'm not a kid anymore, but I still like to play around, especially with AI lately. From this kind of fun another application emerged – a browser...
  2. kor

    Need Help to Client Cipsoft 8.70 Extended.

    It's already done by someone else - Tibia-Extended-Client-Library/src/dllmain.cpp at master · SaiyansKing/Tibia-Extended-Client-Library (https://github.com/SaiyansKing/Tibia-Extended-Client-Library/blob/master/src/dllmain.cpp#L636-L649) You can just copy this (by hand or asking agent) into your...
  3. kor

    JS port of ObjectBuilder

    Hello. When I wanted to edit .dat and .spr files while at home, the office, at my in-laws', or somewhere new, I was always bothered by having to remember to "bring" ObjectBuilder with me. Since vibe-coding is trendy right now (even here on OTLand), I decided to ask the AI to rewrite it using...
  4. kor

    Be carefull with kor

    I'm writing this so you know the truth. He doesn't have enough experience running a server, as his own has only been up and running for 10 years. He won't help you develop OTC, as he's addicted to extending CipSoft client using DLLs. He believes the best solution to the problem is a hook in the...
  5. kor

    CipSoft binary sector converter tool - Tibia 7.5 real map

    I've added these map images (7.55) into separate map viewer - Tibiantis Info - 7.7 Map (https://tibiantis.info/library/map/755#32389,32229,7,5) - please note, that monster spawns comes from file monster.db from 08.12.2005.
  6. kor

    CipSoft binary sector converter tool - Tibia 7.5 real map

    I've collected the available .sec files and translated into .otbm map files in one place: from the tarball maps directory, dated May 21, 2006 (7.7 times) from the tarball origmap directory, dated December 12, 2005 (7.6 times) (converted) from the tarball map.bak directory, dated November 16...
  7. kor

    CipSoft binary sector converter tool - Tibia 7.5 real map

    Great release! I couldn't compile it, so I asked "AI" to fix that for me and it changed std::format to fmt::format - I've made a PR with that change format -> fmt by rookgaard · Pull Request #1 · danilopucci/cipsoft-binary-sector-converter...
  8. kor

    Programmer NEED GOOD TUNELLING SYSTEM

    Please note that it says they may, not that they do it every time. IMO this option is more likely to be used only when updating areas related to Websockets. Furthermore, if they offer such a service, they probably tend not to release new code every few hours so as not to impact their users. If...
  9. kor

    WebSockets proxy

    I had similar issue, but the solution (ofc from AI) was to change "encryption mode" to "Full (strict)" in CF settings, maybe it will help you yoo. And yes, lack of player IP is a problem in that solution, some day I will ask some "agent" to fix it for me :D
  10. kor

    WebSockets proxy

    Warning: this will be a long post – TL;DR: Below, I describe a method for eliminating dozens of proxies in favor of a single, well-protected WebSocket-based connection. Some time ago, there was a topic about a browser (ot)client OTClient for Web Browsers...
  11. kor

    Oldschool Rookguarrd

    or Rookgaard.pl (https://www.rookgaard.pl)
  12. kor

    Cipsoft Client 8.6 - Uint64_t

    I don't recall anything like this, but anyway, here is my point of view. To send the monetary value to the trade window (because that's the only place it's displayed in the client), simply change it (on the example OTX engine) here: otxserver/sources/protocolgame.cpp at...
  13. kor

    Need Help to Client Cipsoft 8.70 Extended.

    Here you are :) or you can make it directly in .exe file: goto 0xAB95A and change 52 BE 06 00 0F B7 C0 to 02 C0 06 00 90 90 90 goto 0x10095C and change 0F B7 44 4A FE to 8B 44 8A FC 90 goto 0x100A94 and change 8D 04 3F 50 E8 36 13 07 00 to E9 67 74 0B 00 90 90 90 90 goto 0x100AB8 and...
  14. kor

    Any Tower Defense enthusiasts around?

    @lucaschain I did similar game on my OT long time ago and it was very enjoying :D I used clean distro (TFS 1.2 that time) and the main thing I have to add was to add another method next to find RandomStep - so the monsters, when looking for a new step, did not randomly choose it, but went in...
  15. kor

    OTClient for Web Browsers

    That's right, but I assume that the administrator of a given server has a client for that server to watch the recordings anyway (and doesn't have to download them, at least in my case), so the ability to do the same in the browser can only be a nice addition :) However, I think that players...
Back
Top