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

    Script !sell item

    http://prntscr.com/t3tfdd is almost there, more is giving this error there.
  2. adrianootavares

    Script !sell item

    http://prntscr.com/t3d2iz http://prntscr.com/t3d3wc
  3. adrianootavares

    Script !sell item

    http://prntscr.com/t3c6m1
  4. adrianootavares

    Script !sell item

    Eu quero que Friend I would like PLAY or SELL the item that is present in the BACKPACK SCRITP of SELL
  5. adrianootavares

    Script !sell item

    BUG http://prntscr.com/t3btpg
  6. adrianootavares

    Script !sell item

    Is there a script that displays items by command;example:let's say the game has 20 fire sword and 2 demon helmet, it uses the command sell item on the item everything in the backpack. SCRIPT TFS 1.3 -- charge free accounts more since prem player support the server local extraCost = 10 -- in...
  7. adrianootavares

    HELP SCRIPT TFS 1.3

    http://prntscr.com/t2ajax Paladin e Knight -> SKILL DRuid e MAGE - > ML
  8. adrianootavares

    HELP SCRIPT TFS 1.3

    http://prntscr.com/t29rmh Paladin e Knight -> SKILL DRuid e MAGE - > ML 1592508244 I've fixed this already rsrsrsrssrrss
  9. adrianootavares

    HELP SCRIPT TFS 1.3

    http://prntscr.com/t29m7m
  10. adrianootavares

    HELP SCRIPT TFS 1.3

    http://prntscr.com/t291ci
  11. adrianootavares

    HELP SCRIPT TFS 1.3

    http://prntscr.com/t232dh
  12. adrianootavares

    HELP SCRIPT TFS 1.3

    local config = { skills_amount = 1, -- quantidade de skills que o player ganhará se ele for Knight ou Paladin magiclevel_amount = 1, -- quantidade de magic levels o player ganhará se ele for Druid ou Sorcerer storage = 10000, -- Storage para quest. uniqueID = 1000, -- UniqueID que você colocará...
  13. adrianootavares

    Rank Reset Widget Top Level

    HELP very important people this for me plz
  14. adrianootavares

    Rank Reset Widget Top Level

    One storage I use on the server is "500" at {storage}
  15. adrianootavares

    Rank Reset Widget Top Level

    <?php $skills = $SQL->query('SELECT * FROM players WHERE deleted = 0 AND group_id = 1 AND account_id != 1 ORDER BY level DESC LIMIT 5'); ?> <style type="text/css" media="all"> .Toplevelbox { top: -4px; position: relative; margin-bottom: 10px; width: 180px; height: 200px...
  16. adrianootavares

    Random Chest how to put StorageValue

    local rewards = { { item = 9019, count = 1 }, { item = 5809, count = 1 }, { item = 8982, count = 1 } } function onUse(player, item, fromPosition, itemEx, toPosition, isHotkey) local random = math.random(1, #rewards) player:addItem(rewards[random].item, rewards[random].count)...
  17. adrianootavares

    HELP! Block the MC only from a Client

    local AccPorIp = 1 function onLogin(player) if player:getClient().os <= 3 then local mc = 0 for _, verificar in ipairs(Game.getPlayers()) do if player:getIp() == verificar:getIp() then mc = mc + 1 if mc > AccPorIp then return false...
  18. adrianootavares

    HELP! Block the MC only from a Client

    https://media.discordapp.net/attachments/718599379404980419/719294475062476850/unknown.png 1591563772 Segue o segundo PRINT! https://media.discordapp.net/attachments/719295209359278586/719295251868549291/unknown.png?width=1442&height=540
  19. adrianootavares

    HELP! Block the MC only from a Client

    My server it uses CLIENT 12 and 10 But I just want to block the client's MC 10 and the MC of client 12 works well with MC!
  20. adrianootavares

    HELP! Block the MC only from a Client

    I tested the way you sent it blocks more the client 12 also block, sook the blokear the 10 only
Back
Top