• 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

    AutoUpdater

    Use v8 updater
  2. 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.
  3. 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.
  4. oen432

    AAC Recent Hack.

    Classic, keep using premade datapacks. That's what you get for being lazy. Lesson learned, now move on.
  5. 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.
  6. oen432

    TFS 1.X+ Is it possible to execute effect exactly when distaneeffect hits the target

    Bruh, what? The only difference that can cause desync is player ping, that's all. But if you use 80-100ms per tile then players with normal ping will see the effect apply damage on hit.
  7. oen432

    TFS 1.X+ Is it possible to execute effect exactly when distaneeffect hits the target

    What speed? There is no speed, every missile has duration of 100ms per tile. Just get the distance to target, addEvent with 100 * distance and do the damage there.
  8. oen432

    Implemented Recent forum changes

    I'm aware of that, it was just much more convenient to have these posts on main page.
  9. oen432

    Implemented Recent forum changes

    What is going on with this forum? I thought that recent XenForo update broke the themes or something and they will be back soon but now even newest posts panel is gone.
  10. oen432

    New design of dark layout

    Yeah something really went wrong with this forum recently.
  11. oen432

    Zagan Square - Server renewal. Tibia 7.6 + Custom

    This AI learns! Its Before > After now!
  12. oen432

    MYAAC - pixelated outfits

    Jesus, everything is blocking this website. Can't even force myself into it. image-rendering: pixelated; image-rendering: -moz-crisp-edges;
  13. oen432

    New design of dark layout

    There was an update (today) not long ago, probably new XenForo version, most likely broke themes.
  14. oen432

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    I always tell people who message me and mention this system that if you don't have Lua knowledge, this is not for you. It has flaws, a lot actually (optimization mostly), but its a great base, framework, to work on and create own upgrade system. That's what I did for my server, I wouldn't bother...
  15. oen432

    Lua what is sendSupplyUsed?

    https://github.com/otland/forgottenserver/commit/9a28836779cd33b60fae1806ccf256224b603c6b
  16. oen432

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    If items delivered through parcel lose their attributes, then its TFS fault for not saving custom attributes in database inbox table. This is Lua only script, I never wanted to touch source for this system, so stuff like this is why it might not work in some TFS distros, also why onEquip...
  17. oen432

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    Its not a bug or anything. Its just how they were made. Also no one complained so it was never added.
  18. oen432

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    I can give you access back, its not like that there are new commits or anything. You already have the files, you leaked all the files, I'm not even supporting or using them.
Back
Top