• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Dubler

    Compiling Which revision of TFS has VERSION_TIMESTAMP 1333398851?

    I had done that. it's not 3884 and I have no 3777 with timestamp to check
  2. Dubler

    Compiling Which revision of TFS has VERSION_TIMESTAMP 1333398851?

    Does any1 know which revision of TFS has VERSION_TIMESTAMP 1333398851? (checkable in definitions.h)
  3. Dubler

    Summ's Cast System

    Is there Summ's Cast System available somewhere for free? I've seen it's modification for tfs 1.0 and many distributions with the Cast already implemented (and all this for free), but I can't find the original one.
  4. Dubler

    A way to prevent maptracking

    I understand your idea but I do not want to make any special clients for my ots. .exe, .dat and .spr must stay the same :P That's the problem
  5. Dubler

    A way to prevent maptracking

    I know that can't make the map 100% safe. I just want to disable maptracking using free and easy to get default maptracker on default clients - nothing more. If I would like to make it harder I would certainly use OTC with some extra encryption
  6. Dubler

    A way to prevent maptracking

    So it's impossible to block it, right?
  7. Dubler

    A way to prevent maptracking

    And how to block it without preventing users from connecting to server using default cipsoft client
  8. Dubler

    A way to prevent maptracking

    I know that, but still somebody will be able to use my map on his otserv and I wanna prevent this possibility. I know c++ and lua so I will be able to write the code. I'm just looking for a tips how to start in theory :)
  9. Dubler

    A way to prevent maptracking

    Is there any possible way to prevent maptracking my server using default client and map tracker? I paid a lot of money for the map and don't want to share it with ppl who want everything for free by stealing stuff from others.
  10. Dubler

    [REQUEST] Code Blocks with 64bit gcc, includes and libs

    Could somebody provide me code blocks ready to compile tfs 0.3-0.4 with 64bit ? Thx in advance
  11. Dubler

    Wanted ots ready to compliacte without errors in Dev-C++

    Errors are probably caused by your Dev-C++
  12. Dubler

    How to make a change log?

    He helped you. You mean "write for me this script"? If yes, somebody should change tag in the topic to "request".
  13. Dubler

    sending OpCode to server

    thx, works
  14. Dubler

    sending OpCode to server

    I wrote simple button function: function buySet() local message = table.serialize({currentOutfit,outfit.addons}) print("sent: ".. message) -- works great ProtocolGame.sendExtendedOpcode(0x4,message) -- just 4 doesn't work too destroy() end and here's the error: wtf? in source there...
  15. Dubler

    How to create Item in GUI

    Doesn't work for me: slot is still empty, no errors in console try yourself: http://www.speedy*****malware.localhost/EJYG9/itemTest.zip - - - Updated - - - solved, i had to log in
  16. Dubler

    How to make a change log?

    Window with button and textedit
  17. Dubler

    How to create Item in GUI

    Could somebody tell me how to create a virtual item in GUI? UIItem id: skillItem1 phantom: true size: 34 34 padding: 1 font: verdana-11px-rounded border-color: white margin-top: 6 margin-left: 6 or Item id: skillItem1 phantom: true...
  18. Dubler

    How to make a change log?

    Simple mod in lua
  19. Dubler

    Error in Compiling exe doesn't open

    Uninstall everything, Install again latest versions. When you'll be installing cmake, download installer version, not zip or whatever
Back
Top