• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Recent content by M1l0rd

  1. M

    Helps with movement speed and level capacity

    Good afternoon, I have two questions. 1) I would like to know how to prevent players from increasing their movement speed every time they level up and maintain a base speed. 2) I would also like to know how to prevent players from going over level 100 and how to prevent skills from going over...
  2. M

    How to create your own combat formula with LUA

    I'm thinking in use COMBAT_FORMULA_DAMAGE and test how defense and armor works in my server because i know that [9.1] Rookgaard Tales+ don't use TFS. I'll try it following this post, this comment makes things more difficult. I would like a good documentation to know all lua functions and how...
  3. M

    How to create your own combat formula with LUA

    Is there a way to make my own combat formula using only LUA? something like this: I don't know if i can get the weapon attack from var parameter data\weapons\scripts\weapon_name.lua function onUseWeapon(cid, var) local player local target local damage = player.weapon.attack +...
Back
Top