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

    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...
  3. 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...
  4. 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...
Back
Top