• 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

    OTClient createWidget is it possible to display text on x,y,z

    Having it on the server side is better for the performance than having it hardcoded on the client (the more widgets you need the more CPU/RAM you will consume, depending if its O(n) or O(1)). Just check if the tile that you are currently sending to the player (in ProtocolGame) has widget data...
  2. oen432

    OTClient createWidget is it possible to display text on x,y,z

    Best way to work with these widgets is to integrate them on the server so they are persistent and easier to manage.
  3. oen432

    OTClient createWidget is it possible to display text on x,y,z

    OTCv8 has built-in support for tile widgets. You don't need source edits to make it work. Eh, ffs, I didn't even bother to scroll and read more posts...
  4. oen432

    [Tutorial][BlackTek] From nothing to fully installed Server with AAC on Windows.

    Because I never officially announced that v8 moved to OTA repo, all I have to do is @everyone on OTCv8 Discord. But I won't, because this will bring mostly (like 95% of users) vBot users and their useless spam. I rather keep it low-key (at least for now).
  5. oen432

    OTClient Suggestion where to start.

    Eh, v8 active repo is now on OTAcademy...
  6. oen432

    Boss Bar

    Oh I don't care about that
  7. oen432

    Boss Bar

    Oh no, no. It gets worse, someone edited this to make it fully client sided, there is a table with boss names now 🤣
  8. oen432

    Boss Bar

    author: Oen 😂 Jesus, after editing the script so much (so badly) at least change the author. Paid = quality, free = whatever this shit is
  9. oen432

    Playing MP4 videos in OTCv8

    Well damn, if only I could get android to compile on VS 2022 (god I so don't want to spend another week doing that) and test it...
  10. oen432

    Playing MP4 videos in OTCv8

    Huh, all my research lead to some custom ffmpeg lib made for mobile devices. That's what I'm doing. I have new widget, UIVideo. This video player where Shrek is playing is all widgets, it's a module with otui, buttons, panels, UIVideo and Lua to control the video. Playing, pausing, seeking...
  11. oen432

    Playing MP4 videos in OTCv8

    I'm using ffmpeg lib without opencv. Ffmpeg is not supported on android tho. By adding video buffering on separated thread I was able to achieve good results, for example 1080p 30FPS video uses only around 100MB of RAM while playing.
  12. oen432

    Playing MP4 videos in OTCv8

    No sound because it's Tibia, no one wants sound in this game, especially randomly when some video pops out. Background is also mp4. https://streamable.com/9vrry4
  13. oen432

    OTCv8 is now opened for c++ developers

    https://github.com/OTAcademy/otclientv8
  14. oen432

    OTClient Show Manabar to All

    You don't have to edit anything in the client. Just enable GameCreaturesMana, add proper packet edits to your server and that's all.
  15. oen432

    Gallery of Dreams by Weto

    Nice way to show us middle finger
  16. oen432

    Getting tile names from dat file?

    Wrong, server checks if player can see the position.
  17. oen432

    OTClient for Web Browsers

    That's gold. Thank you for making my day so much better. Well, I should thank ChatGPT too I guess...
  18. oen432

    C++ how to simulate high ping

    https://jagt.github.io/clumsy/
  19. oen432

    is it possible to make otclient on web browser?

    Huh... I had people complaining that they had to download client few times during beta launch (updater was poorly configured :x), due to daily limits or something, eh.
Back
Top