• 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

    Boss Bar

    Oh I don't care about that
  2. 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 🤣
  3. 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
  4. 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...
  5. 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...
  6. 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.
  7. 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
  8. oen432

    OTCv8 is now opened for c++ developers

    https://github.com/OTAcademy/otclientv8
  9. 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.
  10. oen432

    Gallery of Dreams by Weto

    Nice way to show us middle finger
  11. oen432

    Getting tile names from dat file?

    Wrong, server checks if player can see the position.
  12. 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...
  13. oen432

    C++ how to simulate high ping

    https://jagt.github.io/clumsy/
  14. 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.
  15. oen432

    is it possible to make otclient on web browser?

    Oh shit, that's new to me, Web API is expanding fast.
  16. oen432

    is it possible to make otclient on web browser?

    Yes and no. Proper headers and the browser will cache as much as possible (depends on the browser and settings) but it is not the same as downloading the files onto your disk directly. This cache is not permanent and it can lead to forced redownload more often than it should. This can be big hit...
  17. oen432

    OTClient otclientv8 Updater Problem

    He solved it already.
  18. oen432

    [CANADA] [Custom / 8.0] WeAreDragons DRAKON | F2P GRINDABLE WADs | Reborns | 20 SEP 18:00 CET

    HTML code is client sided and the one authorizing it is you, the client, through your browser (that's why some connections are blocked or marked as insecure). Changing this code is not a crime. Changing values (like form values, and hoping they are not server authorized) for your own benefit...
Back
Top