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

Recent content by zygfryd64

  1. Z

    OTClient Otclient Irena tooltip

    I have a system for listing items on an auction, and I’d like to expand it a bit. The system works in a way that I have a database table that stores items. They have custom attributes, so I store all values in the database: auction ID, itemId, name, description, actionId, attack, absMagic, etc...
  2. Z

    Feature [TFS 1.4] OTS statistics (C++/Lua/SQL) by kondra

    Are you talking about this? Because I don't see the code here. https://github.com/gesior/forgottenserver-gesior/tree/1.2/src
  3. Z

    OTClient Otclient anty bot op code

    My current system works like this: from time to time, the player is required to pass a verification where a window pops up and the player has to manually type a code. Based on what you described, how would you redesign this system in practice? Could you explain it step by step, because I...
  4. Z

    OTClient Otclient anty bot op code

    Hi, I have a question. I’m currently working on my own game server where using a bot is allowed under certain conditions. I mainly want to prevent players from gaining experience 24/7, so I implemented a periodic player verification. From time to time, a window pops up with a code that the...
  5. Z

    OTClient addStorageValue send opcodes

    Hello, I have a question. On my server, which I’m slowly building, I have custom item attributes that are based on storage values. When a player equips an item, it changes their storage; when they unequip it, it changes back. I want to display these stats in the Skills window in OTClient, and...
  6. Z

    C++ TFS 1.2 ots statistics

    ref
  7. Z

    C++ TFS 1.2 ots statistics

    ref
  8. Z

    C++ TFS 1.2 ots statistics

    ref
  9. Z

    C++ TFS 1.2 ots statistics

    Hi, I’m trying to add this code Feature - [TFS 1.4] OTS statistics (C++/Lua/SQL) by kondra (https://otland.net/threads/tfs-1-4-ots-statistics-c-lua-sql-by-kondra.283717/) to TFS 1.2 downgrade by cleohere - everything fits, but I’m having a problem with the scheduler and tasks. my scheduler.cpp...
  10. Z

    OTClient otclient auto updater

    So if, as usual, I have the client in the OTS folder named otclient_gl.exe, then should I do it like this in the updater? "WIN32-WGL" => "otclient_new_gl.exe", "WIN32-EGL" => "otclient_new_dx.exe", "WIN32-WGL-GCC" => "otclient_new_gcc_gl.exe", "WIN32-EGL-GCC" =>...
  11. Z

    Feature [TFS 1.4] OTS statistics (C++/Lua/SQL) by kondra

    can someone help add this code to TFS 1.2? Everything works for me except I’m having trouble adding my scheduler.cpp: https://pastebin.com/w2FVPwK1 I don’t know where to add it: SchedulerTask* createSchedulerTaskWithStats(uint32_t delay, TaskFunc&& f, const std::string& description, const...
Back
Top