• 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

    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...
  2. 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...
  3. 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...
  4. kor

    OTClient for Web Browsers

    @iNux As for the cam system - I already have one and I've already shared it - Feature - Cam system (https://otland.net/threads/285399/) As for the players watching such videos - why should they have access to it? So they know what they did wrong, change it and continue using the bot? As for...
  5. kor

    OTClient for Web Browsers

    I played a bit with the nginx configuration and managed to do it a bit more simply, using a single "input" port: server { server_name example.com; location /login { proxy_pass http://localhost:5000; proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $host...
  6. kor

    [Canada] [7.4] TibiaSucks BETA

    prove it to me ;)
  7. kor

    [Canada] [7.4] TibiaSucks BETA

    I have the pleasure of helping to develop this server and I can honestly recommend it to anyone who would like to play in their free time, fight with others or play a few mini-games :) For those who value the old-school feeling even more, in addition to the extremely optimized OTClient, we have...
  8. kor

    [8.6] TFS 1.5 Baiak, Mount and Modal widow.

    Why do you think that? A DLL that enables mount support, adds a shop, task, market or any other custom window to a Cipsoft client is not something you can find for free anywhere, it's always integrated directly into customer engine and what their protocol looks like. Apart from the fact there...
  9. kor

    C++ Playing/analyzing cams recorded by server to spot botters

    Cam player and recorder for OTCv8 is client-side only. If you will record it server-side (using mine or anyone else solution) and still want to play it in v8 client, you would need to make sure it have the same format (otcv8-dev/src/framework/net/packet_recorder.cpp at...
  10. kor

    Do you prefer CIP or OTC on old tibia clients (8.x) ?

    If any server is trying to recreate his otclient, to be 1:1 copy of cipsoft client, nothing more, nothing less (including layouts, animations, font, behaviour, etc) to just bring feelings and nostalgia, so... what's the point, if you can just use ready-to-use vanilla client? Just look on...
  11. kor

    Gathering suggestions for new server

    There is no need to ask for videos (which you need to record them first, then upload somewhere and share the link) when you can simply add a cam system on the server side and have access to each player's gameplay (specifically, the packets they send to and receive from the server). I created...
  12. kor

    chce postawić otsa na google cloud

    Nie słuchaj go. Stawiaj normalnie pierwszego lepszego gotowca z forum (koniecznie wersja 8.6 na 0.4 rev 3777) na darmowej chmurze (How to get FREE VPS from Oracle Cloud (https://otland.net/threads/279318/)), postaw stronkę z domyślnym językiem na portugalski, dorzuć na nią tutorial do elfbota...
  13. kor

    [8.0] Wspólne mapowanie - Projekt Rookgaard

    A ja lubię wspólną zabawę :)
  14. kor

    [Poland] [8.00] Treasura |Long term x1| Start 12/04/2024 at 18:00 CEST

    what? I'm the author of DLL extension that will be used here on top of cipsoft client, so unless you will show any proof, it's just a lie
Back
Top