• 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 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.
  2. oen432

    OTClient Where are otclient's tooltips handled?

    modules/corelib/ui/tooltip.lua setColoredText
  3. 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.
  4. oen432

    [Tool] OTUI Editor

    Ok, ok. I'm reporting this thread to be closed.
  5. 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
  6. 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)
  7. oen432

    [Tool] OTUI Editor

    What
  8. oen432

    RevScripts Problem after adding movement memory leak fix

    Try setting type after you declare function?
  9. oen432

    Copying code is so annoying now

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

    Encrypt init.lua, modules, and data ?

    These people are part of discord servers where all the leaked content is posted, so...
  11. 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...
  12. 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.
  13. 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
  14. oen432

    ImbuingSystem ChatGPT

  15. oen432

    Apogea - A Tibia Inspired MMORPG

    As a OSRS and RS3 player, I completely disagree lol
  16. oen432

    AutoUpdater

    Use v8 updater
  17. oen432

    Searching for a programmer, who can help me to fix the missing parts (Canary server 13,40)

    Make sure you properly validate (if they can be trusted and are capable of finishing the job) people that message you. There are A LOT of scammers just waiting to get their hands on your money and files.
  18. oen432

    discovery place discovery experience reward

    Wanted to update it since you did correct the script but I can't because you responded to it 😂 Oops! We ran into some problems. You can not update your rating or review once the author has responded.
  19. oen432

    AAC Recent Hack.

    Classic, keep using premade datapacks. That's what you get for being lazy. Lesson learned, now move on.
  20. oen432

    Loading map by sectors

    It uses game thread to load maps, if the map is big enough then it will take longer to load (also depends on server hardware). More chunks = less size = faster load.
Back
Top