• 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

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

    Implemented Recent forum changes

    I'm aware of that, it was just much more convenient to have these posts on main page.
  4. 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.
  5. oen432

    New design of dark layout

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

    Zagan Square - Server renewal. Tibia 7.6 + Custom

    This AI learns! Its Before > After now!
  7. 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;
  8. oen432

    New design of dark layout

    There was an update (today) not long ago, probably new XenForo version, most likely broke themes.
  9. 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...
  10. oen432

    Lua what is sendSupplyUsed?

    https://github.com/otland/forgottenserver/commit/9a28836779cd33b60fae1806ccf256224b603c6b
  11. 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...
  12. 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.
  13. 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.
  14. oen432

    How to use upscaled sprites (64x64 or bigger) in OTCv8

    There are models that don't have issues with what you described. God damn it... Forgot the name of one of them, ugh.
  15. oen432

    How to use upscaled sprites (64x64 or bigger) in OTCv8

    Because it only upscales them using nearest-neighbor method, meaning that 1x1 pixel becomes 2x2. There is no AI upscaling involved, you would have to get your own tool for that.
  16. oen432

    OTUI Experts Please

    This is what you want to look at. https://github.com/OTAcademy/otclientv8/blob/master/modules/game_containers/containers.lua#L202-L203
  17. oen432

    OTClient Can I add CSS animations to buttons?

    No. If you want to animate widgets, you have to write code for it yourself. OTUI is nothing like CSS. If you look into src/framework/ui, you can check what styles can be applied, what functions UIWidget has etc.
  18. oen432

    OTClient Character direction deSync

    Confirmed to be client sided.
Back
Top