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

    Lua Is there anyway to add Lint to code editor?

    Thanks a lot!
  2. drakylucas

    Lua Is there anyway to add Lint to code editor?

    Hi all, I like to use VSCode to code anything. Is there any way to add methods to Lua lint, so I can press ctrl + space and see shortcuts to functions and their parameters? e.g. if I start typing "item" inside an action function and press ctrl + space, it should show me "getPosition()" and...
  3. drakylucas

    What "killed" RL Tibia for YOU?

    What killed rl tibia in my opinion: the price. In Brazil, it costs around 60~ reais (our currency) for a month of premium time. I have a good job (sw engineer in a big company) and I have money to pay for it, but I don't have courage to pay this amount every month just to play few hours per...
  4. drakylucas

    [France][Custom] Ruthless Chaos - Season 5

    Hi @Glecko Any chance for a season 6? I played only one season from this server and it was amazing.. The dungeons were awesome. If (and it's a big if) you won't open it anymore, could you please share the code/map behind the server? So other guys can host it hehe
  5. drakylucas

    [Test Server] Xalyria OT - Custom Map 10.98

    In my opinion, if you don't want botters in your server, you should host a tibia 12 version (without possibility to play with tibia 10). But if you don't care about botters, tibia 8.6 will bring you more players. I personally dont like tibia 8.6, I prefer tibia 12 client, but as mentioned above...
  6. drakylucas

    🐲 OTC StoneDrake UI by Shiva - [Free Release]

    Very nice! Even though I won't use them (I'm not developing any server...) this is an amazing contribution! Thanks Shiva & Verticos
  7. drakylucas

    Good cloud hosting providers in Brazil?

    If money is not a big problem, why not host it on Amazon web services? They have South America servers set up in São Paulo - Brazil
  8. drakylucas

    C++ attribute for sword etc.

    I couldn't understand anything you wrote. Do you want to give some of your mana to your target?
  9. drakylucas

    OTC 1.0 Comparison

    Actually I give a chance to ot client v8 and I liked a lot the layout. The "classic mode" is very similar to Tibia 12, even playing old servers... I played a server 9.1 using this client and it was pretty nice to have hotkey bars like tibia 12, panels, etc.
  10. drakylucas

    JTClient (Josens Tibia Client)

    Hi :) Good luck implementing everything!!! May I ask you, is it open source? What language are you using? (I see files with gml extention, I don't know what's it xd)
  11. drakylucas

    OTC 1.0 Comparison

    In my opinion, kondra is not wrong selling his client for 5k dollars. Supply and demand law. You guys who say this is a price from a client made from scratch, you are totally wrong and you probably don't work as a developer. Even in Brazil where the salary is not so good, programmers cost a lot...
  12. drakylucas

    OTC 1.0 Comparison

    Hi guys, What do you usually do to discover the bottlenecks in code? Do you use any profiler? I mean, Mehah fixed things related to life bars and the fps increased a lot. Did he discover that only looking at the code, or there's a tool to show where should people concentrate fixing? Thanks...
  13. drakylucas

    Should CIP make a classic 6.0/7.0/7.1 server? Would you play it?

    No, they shouldn't. If they do, they couldn't make updates to these servers and then they would die soon. 1591140740 Otserver in this style survives because they add custom content
  14. drakylucas

    Linux How many resources I must have to host a server...

    I'm planning to use this fork as a start point: https://github.com/opentibiabr/otservbr-global But fixing major issues that can cause crash (eg. Dragon egg issue reported on their github).. I'm not good at mapping, but I do well programming, so I think I can fix at least critical issues before...
  15. drakylucas

    Linux How many resources I must have to host a server...

    Hello guys, good evening. I have a doubt. I want to create my server and start hosting it on a Linux VPS (due to high cost of dedicated server, it must be a VPS in the beginning). The question is: how many resources I must have in my VPS in order to host a server with Global Map supporting...
  16. drakylucas

    (suggestion) multi-world in single server instance

    Loading 3 times the whole server spending more RAM, etc. The suggestion is to implement it in some way that loaded resources can be used between more than one server instance
  17. drakylucas

    (suggestion) multi-world in single server instance

    How about adding multi world to the TFS? I think the thing that most consumes Ram on server is the map, am I right? My ideia is to use the same map instance between all servers you want to open (like pvp, pvp-e, non-pvp, pvp with higher exp, etc), but keeping player, monsters, npcs and map...
  18. drakylucas

    Discussion: Would a web-based OT be welcome?

    Very nice project! I don't know if people would play it, but I'd like to see it working.. If you stop this project (or if you are humble enough), would you please share the sources (node / html)? I've ever wondered how would be a nodejs based server. Good luck bro
  19. drakylucas

    [OTClient] How to add new lua libraries?

    I'm not sure, but is this module in the folder client/lua? I don't know if there's a package manager (npm, yarn, etc) for lua,but I think no
Back
Top