• 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. T

    Lua [TFS 1.0] Vip system ( exp extra)

    my events.xml <?xml version="1.0" encoding="UTF-8"?> <events> <!-- Party methods --> <event class="Party" method="onJoin" enabled="0"/> <event class="Party" method="onLeave" enabled="0"/> <event class="Party" method="onDisband" enabled="0"/> <!-- Player methods -->...
  2. T

    Lua [TFS 1.0] Vip system ( exp extra)

    nothing happened. :(:(
  3. T

    Lua [TFS 1.0] Vip system ( exp extra)

    this correct? function Player:onBrowseField(position) return true end function Player:onLook(thing, position, distance) local description = "You see " .. thing:getDescription(distance) if self:getGroup():getAccess() then if thing:isItem() then description =...
  4. T

    Lua [TFS 1.0] Vip system ( exp extra)

    Hey friends can anyone tell me how to add extra exp for vip players I want 20 % more exp But with the script below is not successful , the system of the msg but I have 20 % but not to kill the monster and added 20% local rate = 20 --- porcentagem que irá ganhar a mais. function...
Back
Top