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

Recent content by katumblo

  1. K

    How to Make Backpack Open Above a Panel?

    This method didn't work very well, because when I open the bag (container/backpack) it keeps getting behind the new panel I created... What I more or less managed to do was: containerWindow:setParent(modules.game_interface.getRootPanel()) in the file: containers.lua however if I click...
  2. K

    How to Make Backpack Open Above a Panel?

    I tried putting it in place, and it worked to some extent. However, when the backpack opens in the "right panel," it still remains "underneath" my new panel that covers the entire screen. But if I drag the backpack window to somewhere outside the panel (where it's "loose"), then it appears "on...
  3. K

    How to Make Backpack Open Above a Panel?

    I'm developing some things in Otclient (specifically in otclient redemption: GitHub - mehah/otclient: An alternative tibia client for otserv written in C++20 and Lua, made with a modular system that uses lua scripts for ingame interface and functionality, making otclient flexible and easy to...
  4. K

    MyAAC bug guilds invite

    I'm using the latest version of myaac (GitHub - otsoft/myaac: A free and open-source Automatic Account Creator (AAC) written in PHP (https://github.com/otsoft/myaac)) and when any player (including me) creates a guild, the "invite player" button only appears when the guild is created, if you...
  5. K

    BOT for edubart otclient

    bump
  6. K

    BOT for edubart otclient

    bump
  7. K

    BOT for edubart otclient

    I would like to know if there is a way to put a bot in edubart's otclient ( GitHub - edubart/otclient: An alternative tibia client for otserv written in C++11 and Lua, made with a modular system that uses lua scripts for ingame interface and functionality, making otclient flexible and easy to...
  8. K

    MyAAC doesn't keep loging

    Already solved
  9. K

    MyAAC doesn't keep loging

    Guys can someone give me a help? I have a site on xampp with a domain redirecting to it, the site is http://ninjanto.com.br What's going on: When you log in to your account, and try to switch pages, automatically you are logged out of the site, then if you log back in to your account, there's...
  10. K

    Error MyACC old-school

    Found error -> index.php line 382 :) thanks
  11. K

    Error MyACC old-school

    When I installed the MyAcc website (old-school template) I got it from here: Near the "Server Info" part there is this error: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the...
  12. K

    C++ Get all friend list names

    Thats works perfectly!!! Thank u very much
  13. K

    C++ Get all friend list names

    yeah
Back
Top