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

    Compiling Errors while compiling TFS in Ubuntu 20.04. Please help.

    Just remove werror from your CMakeLists.txt (the one at the main folder) as nostalrius is outdated and it has a lot of wrong code
  2. ayusutina

    How to use otclientv8 on tibia 12.64

    https://github.com/opentibiabr/otclient/wiki/Compiling-on-Windows-(vcpkg)
  3. ayusutina

    RevScripts Tournament coins add 12.64 OTServBR

    OTBR doesn't support tournament coins, you may need to build that first
  4. ayusutina

    How to use otclientv8 on tibia 12.64

    https://github.com/opentibiabr/otclient
  5. ayusutina

    How to use otclientv8 on tibia 12.64

    OTClientv8 doesn't have support for Tibia 12.64, just the OTBR otclient has it
  6. ayusutina

    Error saving character

    Yes, of course, if you want send me a dm
  7. ayusutina

    Error saving character

    query << "`sex` = " << static_cast<uint16_t>(player->sex) << ',';
  8. ayusutina

    Error saving character

    Nostalrius bug with sex on iologindata.cpp
  9. ayusutina

    Looking for an old OT I used to play - called worldatwar(?) - worldofwar(?)

    How you can figure out a server with a paint picture? That was a really loved ot xD
  10. ayusutina

    FerumbrasBOT - Development thread

    Hello guys! i would like to introduce FerumbrasBOT, a bot built under the new Lua API Protocol done by EvilHero, just a bit of the capability of what the bot can do using this great system built. What is FerumbrasBOT? - Is a bot designed to make your life easier by managing your server...
  11. ayusutina

    CreatureEvent [TFS 1.x] Anti MC

    local AccPorIp = 2 local antiMcScript = CreatureEvent("antiMcScript") function antiMcScript.onLogin(player) local mc = 0 for _, verificar in ipairs(Game.getPlayers()) do if player:getIp() == verificar:getIp() then mc = mc + 1 if mc > AccPorIp then return...
  12. ayusutina

    TFS 1.X+ Questlog (XML vs LUA)

    There is no quest.lua on data/lib/core (at master repo)
  13. ayusutina

    [USA] [12.60] Vinera-global TESTSERVER | Shadowcores inspirated | Real vanilla gameplay

    We're still alive, we are currently developing the following quests for the next days: An ancient feud Heart of destruction The secret Library A pirate's tale And some small quests that are going to be added together! Feel free also to join and report which books are incomplete and else...
  14. ayusutina

    TFS 1.X+ Questlog (XML vs LUA)

    You are using otbr or something?
  15. ayusutina

    OTHire - Guild wont show when looking on any player

    The guild function was added on the newest versions, and judging othire (thats like TFS 0.4?), it's source on the onLook function
  16. ayusutina

    I'm open for comissionsed sprites works!

    Currently being fixed by our team... Thanks for the support reaching him.
  17. ayusutina

    TFS 1.X+ ddos attack

    Thats DoS, not ddos.
  18. ayusutina

    budexot obvious spoof

    Troubles in the paradise? It was just obvious that budex was scamming his community and spoofing, 99% of the serious developers of otland knew it lol
  19. ayusutina

    [OTC] theme

    And why you don't code it by yourself? Check both .otui to compare differences
  20. ayusutina

    [OTC] theme

    ah, thats because otcv8 got a different style (it hooks the buttons on the inventory with few special lines), you may need to do that manually
Back
Top