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

    OTClient [OTCv8] Gold Coventer?

    Hello community, I decided to sit down to OTCv8 and see what this miracle is, I have never used it before. I see that it has potential, but I don't understand how the macro works... Can someone provide me with the code that will convert gold into platinum using conventer (usewith) It works like...
  2. Svira

    [Poland] [8.0] oldTibia [19.11 - 16:00 CET] FREE 2 PLAY

    Exciting News for OldTibia Players! Dear OldTibia Community, We have some fantastic news to share with all our dedicated players! As a token of our appreciation for your continued support, we are thrilled to announce that all registered accounts on OldTibia.com.pl have been granted a...
  3. Svira

    [Poland] [8.0] oldTibia [19.11 - 16:00 CET] FREE 2 PLAY

    🌟 Explore OldTibia 8.0 - www.oldtibia.com.pl 🌟 Attention Otland Users! While other servers are closing, OldTibia 8.0 is thriving! 🚀 Discover a realm of nostalgia with our unique features: ✨ New Loot System: No more monotony! Exciting and valuable items await. Learn more oldTibia...
  4. Svira

    [Poland] [8.0] oldTibia [19.11 - 16:00 CET] FREE 2 PLAY

    Subject: Unleash the Adventure - OldTibia Server Update! Dear Players, We're excited to announce that OldTibia continues to thrive and evolve! We don't give up, and the server is here to deliver years of thrilling adventures. Our latest updates bring a revamped arena system and the mystical...
  5. Svira

    [Poland] [8.0] oldTibia [19.11 - 16:00 CET] FREE 2 PLAY

    Hey, we've made more updates! Check out what Zirella the Shaman has to offer and learn new puzzles! Loot System - No more boring and monotonous looting. Read more here. Skill Utilization - Your character can enhance attack speed. Details can be found here. Training Methods - No more forgotten...
  6. Svira

    [Poland] [8.0] oldTibia [19.11 - 16:00 CET] FREE 2 PLAY

    Experience the best quests again, those forgotten and not available anywhere can be found on oldTibia! Below is a fragment of Crystal Arrow Quest from the popular Orion Server! www.oldtibia.com.pl
  7. Svira

    [Poland] [8.0] oldTibia [19.11 - 16:00 CET] FREE 2 PLAY

    Join our game without botters surrounding you, immerse yourself in the world of nostalgia! We have modified the exp stage and loot drop system, now it is even easier to start playing! ENJOY NOW! www.oldtibia.com.pl
  8. Svira

    [Poland] [8.0] oldTibia [19.11 - 16:00 CET] FREE 2 PLAY

    Our project will continue to develop, remember, if you have any questions or want to learn the secrets of the systems, visit our website or ask on the Help Channel. Do you already know how to increase DMG? Regeneration is not a problem? Or maybe you're still wondering about it?
  9. Svira

    [Poland] [8.0] oldTibia [19.11 - 16:00 CET] FREE 2 PLAY

    Only 18 hours left, have you created an account? Do it immediately! Also remember to explore the areas around cities you already know!
  10. Svira

    [Poland] [8.0] oldTibia [19.11 - 16:00 CET] FREE 2 PLAY

    Less than 2 days left until the opening of old Tibia, Be sure to check out the library section on our website! Be prepared for these adventures!
  11. Svira

    [Poland] [8.0] oldTibia [19.11 - 16:00 CET] FREE 2 PLAY

    Start on 19.11 2023r - 16:00 - oldTibia was created with the idea of being free-to-play (f2p). Primarily, the mainland map has been edited to provide a FACC (Free Account) experience. In addition to new hunting grounds, there are now quests available for PACC (Premium Account). On the website...
  12. Svira

    Lua Get/Set Offline Player Storage Value

    as my friend mentioned, you have to appeal to DB. I haven't tested it, but it will be something like this: function all_trim(s) return s:match("^%s*(.-)%s*$") end function getPlayerIdByName(playerName) local resultId = db.storeQuery("SELECT `id` FROM `players` WHERE `name` = " ...
  13. Svira

    TFS 1.3 System Uncommon, Rare, Epic and Legendary Items

    and is there no error on the console? I know this system very well and I know that it is seriously bugged. for the first check id's: -- don't forget to register them in actions or they will not work GEM_BASIC_LEVEL = 8301, GEM_ADD_SLOT = 8300, GEM_RANDOM = 8305, GEM_RARE =...
  14. Svira

    TFS 1.X+ Problem with libraries in ubuntu 20.04

    add in ur cmakelist set(CMAKE_CXX_STANDARD_LIBRARIES -ldl)
  15. Svira

    TFS 1.X+ Stamina above 42:00? Problem with renewal. BUG

    ah... it's just a miscalculation, thank you for your help because I would have been wrong about it for another week...
  16. Svira

    TFS 1.X+ Stamina above 42:00? Problem with renewal. BUG

    Hello, comrades! I edited the sources and set the maximum value of stamina = 4480, which equals 56:00, the problem is that stamina only regenerates until 42:00 and does not go further. If I change the default in SQL to 56:00, after logging in, the client is debugged without any errors in the...
  17. Svira

    Compiling error: "boost::asio header not found."

    apt-get install libasio-dev Then replace these strings in all CPP and H files: boost::asio:: => asio:: boost::system:: => asio:: boost/asio.hpp => asio.hpp Then open configure.ac. Delete these lines: AC_CHECK_LIB(boost_system-gcc-mt, main, , [ AC_CHECK_LIB(boost_system-mt, main, , [...
  18. Svira

    TFS 1.X+ GetAttackSpeed Problem

    Suffix is empty edit: I am convinced that the error occurs here: ['atk speed'] = getItemAttribute(uid, ITEM_ATTRIBUTE_ATTACKSPEED), I suspect these uids. I have defined local uid = item:getUniqueId() and it should be like this: ItemType(Item(uid):getId()) but then I have an attempt to global...
  19. Svira

    TFS 1.X+ GetAttackSpeed Problem

    suffix for atk speed gives no result the others correctly give unit or % information and represent the new value. all except atk speed...
Back
Top