• 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. D

    Could someone please help me?

    Well, you are missing tables that server wanna before char can login, somewhere in C++ part or Lua part, remove them or re-create these tables like .shop .live_cats .player_murders .character_trade after fixing SQL errors if you still are not allowed it can be RSA problem or Bytes that server...
  2. D

    Windows Windows 10 Pro 64 Bits TFS 0.3.6 Build 3429 My Server Crash Alone

    thats definetly OS problem, i would try windows 95 to prevent
  3. D

    Project antica files deletion reminder

    i never played on antica / fibula and had this trojan / virus whatever we can call this shit from March 27. Please stop attacking servers without hard proof, you may not even notice that you have this shit already from somewhere This is written by professional people that spend their life by...
  4. D

    Project antica files deletion reminder

    Okay, so if you will get hacked on discord and get all friends ignored u will send to all friends this scam link from post bellow (with the mr beast and crypto things) You are officialy fucked as fast as possible do these things: Format Windows, preferable all disk (if you dont know exactly...
  5. D

    TFS 1.X+ otclient communication to server

    if decoded.action == "reset" then print("[Talents] reset requested by " .. player:getName()) -- reset the player's talent values here -- refund points / update storage or database here sendTalentData(player) return end and here shouldbe also a server side check if player...
  6. D

    Issue building TFS 1.4.2 on Windows – looking for guidance

    having up to date vcpkg its one of the problems, take a look when 1.4.2 been released, donwgrade the VCPKG, also try with older visual satudio mine sweet spot for almost all tfs'es and otclient's vcpkg package management program version 2024-06-10-02590c430e4ed9215d27870138c2e579cc338772...
  7. D

    TFS 0.X TFS 0.3.6 2000/2000 Player Online Player Real of Machine

    samuel you are the legend.
  8. D

    TFS 0.X TFS - 0.3.6 - 8.60 - HELP ANTI-PUSH ON PROTECT ZONE WHAT DO I DO?

    game.cpp find function where creature is pushed, add if creature is player and tile has flag protection zone -> return you cant push this object
  9. D

    C++ Rope spot issue – roping trick not working (TFS 1.2 Nostalrius)

    in func where rope is used make a condition like if tile:getItems() > 0 return false
  10. D

    Programmer TFS Services [Lua/C++], OTClient Services[Modules/C++], VPS/WINDOWS Installation

    Refresh, i am avaible to take serious project or just simple tasks, new year old me.. i mean new me
  11. D

    Reborn problem tfs 1.3

    not really, it can be done in onLook event.
  12. D

    C++ [PARTY] No damage

    Lua: data/events/creature.lua onTargetCombat onAreaCombat or smth C++ combat.cpp onCombat aiming for code like if player has party and the party is the same --> return false / cant attack player
  13. D

    otclient new source compiling

    try without manifest
  14. D

    OTClient Server ID for OTCLIENT

    because for bot clientid is enough, u dont need to parse server id
  15. D

    OTClient Server ID for OTCLIENT

    u can send this info with opcodes client asks -> server response -> client receive for what do you need this? pretty useless for client side
  16. D

    [Hiring] OTClient Developer – Market System, Rarity Borders & Custom Features (TFS 1.5 / 7.72)

    Heyo, i can do everything that you mentioned and much more, discord: dakosiu (avatar from movie: queen gambit)
  17. D

    Compiling Compiling Error With Visual Studio Community 2022

    make sure you have installed required libraries
  18. D

    cmake .. error lua

    @jefersonzc install required boost version or newer
Back
Top