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

Search results

  1. oen432

    [Modules] Rekzais OTClient Modules

    Yup, my work is not free.
  2. oen432

    [Modules] Rekzais OTClient Modules

    Both Windows and Linux?
  3. oen432

    [Modules] Rekzais OTClient Modules

    If you are using bot server as the web socket server then it is still C++ that needs to be compiled. So... kinda ironic?
  4. oen432

    [Modules] Rekzais OTClient Modules

    Yeah, I did that once, ended up with stupid hacks that at the end were not worth it. So my experienced opinion is... don't. Just work with sources and save yourself all the headaches. These people are the one that will spam you the most about stuff and drive you crazy overtime. Just ignore...
  5. oen432

    [Modules] Rekzais OTClient Modules

    Bruh. I'm speechless 🤣
  6. oen432

    [Modules] Rekzais OTClient Modules

    When player takes a step, save current time and in an event like onThink check if player took a step in given period, that way you won't spam packets if players have high enough movement speed, and if you save positions to a vector and send that vector, you can simulate steps taken by the player...
  7. oen432

    [Modules] Rekzais OTClient Modules

    Maybe stop sending position change from the client for one. You have server for this. Send party info when party is created, player joins or leaves. Update position of a member that took a step (again, server side). You won't do that without server source edits btw.
  8. oen432

    My own learning / development thread.

    That's a weird thing to use Discord for. Just use something like Trello or Projects on Github.
  9. oen432

    Why not: Max level

    In other games character level doesn't work like it does in Tibia, character level and skills are whee most damage bonuses comes from. You would have to adjust a lot of core mechanics if there was level cap. In other rpgs you gain points per level to distribute across stats or spells that...
  10. oen432

    Will an audio chat be possible?

    Mate, I'm being serious. I would rather create new Discord server for my guild or call individuals/a group of people. And that's from the player perspective. If you had open mic feature then your server would need a hella more GMs to handle people screaming, throwing slurs left and right and...
  11. oen432

    Will an audio chat be possible?

    Or just use Discord.
  12. oen432

    Tibia not Tibia - Development Thread

    Project is on hold.
  13. oen432

    OTClient Lua Documentation

    Fortunately the sources will never die, check them out.
  14. oen432

    Tibia Ginius - Show-OFF

    This is the way. Apps that I use 24/7 (Spotify, Thunderbird, Firefox, Discord) are pinned to my bar, apps that I launch from time to time are pinned to start menu and the projects I work with are categorized using VSCode workspaces which I can easily launch by pressing ALT+Spacebar to open...
  15. oen432

    Tibia Ginius - Show-OFF

    Better use something like Fluent Search - Search for running applications and browser tabs (https://www.fluentsearch.net/)
  16. oen432

    Tibia Ginius - Show-OFF

    What? I don't think you understand what this tool does. It is not all-in-one editor. Its a window with bunch of buttons that open apps and folders that you already have on your computer.
  17. oen432

    Tibia Ginius - Show-OFF

    Did you just reinvent Windows' Start Menu?
  18. oen432

    RL Alternative with fair pricing like Tibiantis?

    The only factor is money. Not age, not game knowledge, not gaming skills, just the use of money. We are not talking about balance or game difficulty. The other guy might even be your exact copy with the same brain. The one that pays will win against the other, end of story, Tibia is P2W.
  19. oen432

    RL Alternative with fair pricing like Tibiantis?

    So if you were to challenge some guy that you both start at lvl 1, play same amount of time per day but the other guy has unlimited access to item shop and you can't buy shit there... you would still win?
  20. oen432

    [TFS 1.4.2] Item Rental System!

    Why the loop. Just use global table if hasRentedItem[pid] then.
Back
Top