• 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. 5lave Ots

    Tibia 7.6 Server to 8.6

    can I simply disable the hotkey usability in a certain area ( or with a storage X) to make it later able to use them Also: if this done and hotkeys are not enable-->> could the elfbot use items or potions on Self?
  2. 5lave Ots

    How can i disable keyboards letters hotkeys while chat is enable?

    does this work? tfs 0.4?
  3. 5lave Ots

    TFS 0.X how to display exact hour and minutes left

    very nice thank you so much <3
  4. 5lave Ots

    TFS 0.X how to display exact hour and minutes left

    on enter a teleport depends on player soul local timer = getPlayerSoul(cid) * 5 // this is the minutes left so I want to display a message doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, "!") message will be you have got xx hours yy minutes left but if no hours it sends only...
  5. 5lave Ots

    C++ change max soul points ingame?

    thanks
  6. 5lave Ots

    C++ change max soul points ingame?

    could I change the data type of this limit by C++? like level limit
  7. 5lave Ots

    C++ change max soul points ingame?

    do I have to add an exhaust to the player commands?, like !jail info, !war, !aol uptime serverinfo events and so?
  8. 5lave Ots

    C++ change max soul points ingame?

    btw if its possible, do you know where to get the message of opening help channel? 19:38 Welcome to the help channel. In this channel you can ask questions about Tibia. Experienced players will gladly help you to the best of their knowledge. For detailed information about quests and other game...
  9. 5lave Ots

    C++ change max soul points ingame?

    yes thanks
  10. 5lave Ots

    C++ change max soul points ingame?

    is there anyway to change the limit of soul points in game to be 500 maximum, its 250 and gone to zero like level limit anybody know where i can edit the value of this limitation 0.4 860 thanks
  11. 5lave Ots

    LUA script that display the top level of online players

    no bro I did that but if getOnlinePlayers() >= 1 then error: attempt to compare number with table for this line
  12. 5lave Ots

    LUA script that display the top level of online players

    yes I thought this, so I used the first code to check them from online players, but I got the above error when no one online? any solution or improve for this?
  13. 5lave Ots

    LUA script that display the top level of online players

    I got an error when no one online, any function to check if online > x? I tried getPlayersOnline() but tfs cant compare table with numbers
  14. 5lave Ots

    LUA script that display the top level of online players

    thanks but how to make it with MySQL, and also Iwill add a level min, so it start loop when player level > 300
  15. 5lave Ots

    LUA script that display the top level of online players

    hey outlanders i request an LUA script that display the highest online player as it CID to be used down for an effect using 0,4 tibia 860 thanks
  16. 5lave Ots

    C++ Trade & Throw

    I can help but I don't understand you
  17. 5lave Ots

    Compiling on set a loot channel system

    hey guys im using 0.4 and making loot channel system from here https://otland.net/threads/loot-channel.22638/ on compile I got this error 1>..\monster.cpp(1249): error C2664: 'Player::broadcastPlayerLoot' : cannot convert parameter 1 from 'Player *' to 'const std::string &' 1> Reason...
Back
Top