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

    C++ OTClient Outfitwindow Uint16

    Of course not, I want to extend OTClient to uint16
  2. A

    C++ OTClient Outfitwindow Uint16

    Good morning, does anyone know how to increase the outfit limit in OTClient? Because my source for old client is like this: protocolgame.cpp msg.add<uint16_t>(protocolOutfits.size()); for (const ProtocolOutfit& outfit : protocolOutfits) { msg.add<uint16_t>(outfit.lookType)...
  3. A

    GDB core.pid is not a core dump: file format not recognized

    /home/otserv/core" is not a core dump: file format not recognized
  4. A

    AAC Gesior not invite player guild

    its not possible invite players on my guild, not even show members/leader in guidlist. The option to invite does not appear
  5. A

    Guild Invite - Premium Gesior

    I have the same problem, can anyone help me? This command did not resolve
  6. A

    GDB core.pid is not a core dump: file format not recognized

    I'm not getting! =/
  7. A

    GDB core.pid is not a core dump: file format not recognized

    Can anyone teach me how to use gdb? gdb tfs core.pid GNU gdb (Ubuntu 12.1-0ubuntu1~22.04) 12.1 Copyright (C) 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/g pl.html> This is free software: you are free to change and redistribute...
  8. A

    Lua Npc system error

    up
  9. A

    AAC Database problem

    I don't know what problem my database has, but some tables suddenly stop working, like "z_shop_payment" and "accounts". I am temporarily solving the problem using the command SET GLOBAL sql_mode=''; Can anyone help me with this? Because I have to run the command daily SET GLOBAL sql_mode='';
  10. A

    Lua Npc system error

    up
  11. A

    Lua Npc system error

    up
  12. A

    Error table `player_storage` Duplicate entry... for key `PRIMARY`

    Good morning, I have this problem and I can't reset the table, because there are players online. Does anyone know how I resolve this?
  13. A

    Shop.lua add Mount Dont Work TFS 1.5 downgrade

    Dont work, no error, but it doesn't deliver the mount
  14. A

    Lua Npc system error

    Hi, does anyone know how to fix this error? I'm having trouble finding a solution npcHandler: -- Calls the callback function represented by id for all modules added to this npchandler with the given arguments. function NpcHandler:processModuleCallback(id, ...) local ret =...
  15. A

    AAC Gesior Newsticker not working

    I need a solution for this... '1668103025' what date is this? i know it's just a SQL error but i don't know how to solve it
  16. A

    AAC Gesior Newsticker not working

    how do I do that " Just add there some record ex. using phpmyadmin." ?
Back
Top