• 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!

Search results

  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

    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