• 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

    is it possible to make otclient on web browser?

    Oh shit, that's new to me, Web API is expanding fast.
  2. 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...
  3. oen432

    OTClient otclientv8 Updater Problem

    He solved it already.
  4. 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...
  5. oen432

    OTClient Where are otclient's tooltips handled?

    Then you need string manipulation. What you see is simply text from "Look" that the server sends with an item (full item description). That's why custom tooltips are using own methods and not this shit.
  6. oen432

    OTClient Where are otclient's tooltips handled?

    modules/corelib/ui/tooltip.lua setColoredText
  7. oen432

    Programmer Hire me Programmer Job C++/Lua+PHP

    Backend CSS? As always, new guy, 1st post, just joined... Better stay away than risk anything.
  8. oen432

    [Tool] OTUI Editor

    Ok, ok. I'm reporting this thread to be closed.
  9. oen432

    Ranger's Arcani OTClient showoff

    What. My tree is ready for over a year. And the only poe copy pasta is the art, everything else I made myself (code, tree design). https://streamable.com/gzki41
  10. oen432

    Feature [TFS & OTClient] Progressbar for creatures

    v8 has ProgressBar already implemented. You only need TFS part Added Progressbar support · OTCv8/forgottenserver@1b13a24 (https://github.com/OTCv8/forgottenserver/commit/1b13a240b1cada58fda4d34eb2ddcc23d64de345)
  11. oen432

    [Tool] OTUI Editor

    What
  12. oen432

    RevScripts Problem after adding movement memory leak fix

    Try setting type after you declare function?
  13. oen432

    Copying code is so annoying now

    Its Firefox bug. You can also use CTRL + SHIFT + V
  14. oen432

    Encrypt init.lua, modules, and data ?

    These people are part of discord servers where all the leaked content is posted, so...
  15. oen432

    Lua Optimization this talkactions.

    Yup, this is no that common but very useful, I'm using this method in my Passive Tree where a lot of calculations are made and this speeds up executing (not by a lot but there is a difference). local t_insert = table.insert local m_pi = math.pi local m_sin = math.sin local m_cos = math.cos local...
  16. oen432

    Lua Optimization this talkactions.

    Its funny cause he asked for optimization and you just added nested loop. It is not better than his original code (performance wise). It is shorter and easier to configure, but that's it.
  17. oen432

    What to use instead of the PayPal?

    <insert any big corpo here> is one of the worst internet companies ever created. Avoid them at all costs. FTFY
  18. oen432

    ImbuingSystem ChatGPT

  19. oen432

    Apogea - A Tibia Inspired MMORPG

    As a OSRS and RS3 player, I completely disagree lol
Back
Top