• 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

    How to use upscaled sprites (64x64 or bigger) in OTCv8

    There are models that don't have issues with what you described. God damn it... Forgot the name of one of them, ugh.
  2. oen432

    How to use upscaled sprites (64x64 or bigger) in OTCv8

    Because it only upscales them using nearest-neighbor method, meaning that 1x1 pixel becomes 2x2. There is no AI upscaling involved, you would have to get your own tool for that.
  3. oen432

    OTUI Experts Please

    This is what you want to look at. https://github.com/OTAcademy/otclientv8/blob/master/modules/game_containers/containers.lua#L202-L203
  4. oen432

    OTClient Can I add CSS animations to buttons?

    No. If you want to animate widgets, you have to write code for it yourself. OTUI is nothing like CSS. If you look into src/framework/ui, you can check what styles can be applied, what functions UIWidget has etc.
  5. oen432

    OTClient Character direction deSync

    Confirmed to be client sided.
  6. oen432

    [Modules] Rekzais OTClient Modules

    Yup, my work is not free.
  7. oen432

    [Modules] Rekzais OTClient Modules

    Both Windows and Linux?
  8. 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?
  9. 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...
  10. oen432

    [Modules] Rekzais OTClient Modules

    Bruh. I'm speechless 🤣
  11. 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...
  12. 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.
  13. oen432

    My own learning / development thread.

    That's a weird thing to use Discord for. Just use something like Trello or Projects on Github.
  14. 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...
  15. 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...
  16. oen432

    Will an audio chat be possible?

    Or just use Discord.
  17. oen432

    Tibia not Tibia - Development Thread

    Project is on hold.
  18. oen432

    OTClient Lua Documentation

    Fortunately the sources will never die, check them out.
  19. 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...
  20. oen432

    Tibia Ginius - Show-OFF

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