• 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

    HELP! Block the MC only from a Client

    local AccPorIp = 1 function onLogin(player) if player:getClient().version == 1000 then local mc = 0 for _, verificar in ipairs(Game.getPlayers()) do if player:getIp() == verificar:getIp() then mc = mc + 1 if mc > AccPorIp then...
  2. adrianootavares

    HELP! Block the MC only from a Client

    I wanted to block the MC only from CLIENT 10 I already have a script that blocks the MC but it blocks everyone I just wanted from the client 10 local AccPorIp = 1 function onLogin(player) local mc = 0 for _, verificar in ipairs(Game.getPlayers()) do if player:getIp() ==...
  3. adrianootavares

    NPC ADDON

    Afffffff... That was what SCRIPT wanted because with MONEY or playing once to include all the ADDONS! And this one buys an addon for an addon he wanted that with one purchase he will win all ADDONS
  4. adrianootavares

    NPC ADDON

    does it have a script {talkactions} or {actions} then, if play buys it WIN all addons at once! It cannot be with addon ITEMS.
  5. adrianootavares

    NPC ADDON

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  6. adrianootavares

    TFS 1.3 clean houses of inactive players

    Thank you!
  7. adrianootavares

    TFS 1.3 clean houses of inactive players

    local config = { days = 7, --- days to clean houses --- log = true, file = "data/logs/cleanhouses.txt" } local function doWriteLogFile(file, text) local f = io.open(file, "a+") if not f then return false end f:write("[" .. os.date("%d/%m/%Y...
  8. adrianootavares

    CreatureEvent [TFS 1.2] Task System

    can play select a task he wants to do? 1590443594 HELP select a task
  9. adrianootavares

    Advanced Task NPC

    Bug "Bye" Tfs 1.3 http://prntscr.com/sn42f9 1590373413 http://prntscr.com/sn4f19
  10. adrianootavares

    AutoLoot System for tfs 1.x

    local function scanContainer(cid, position) local player = Player(cid) if not player then return end local corpse = Tile(position):getTopDownItem() if not corpse or not corpse:isContainer() then return end if corpse:getType():isCorpse() and...
  11. adrianootavares

    CreatureEvent [TFS 1.3] updated Slot System

    where I put this part local it = player:addItem(2125, 1) it:setMaxSockets(3) it:addStat("HP", "+2%") it:addStat("Sword", "+2") it:removeStat(2) -- removes sword buff
  12. adrianootavares

    The Forgotten Server 1.3 | Compilado x64

    The Forgotten Server 1.3 | Compilado x64 // 2020 plz
  13. adrianootavares

    TFS 1.2 Trainer stamina regen.

    brother flw it worked here
  14. adrianootavares

    TFS 1.2 Trainer stamina regen.

    add where? Script ? I did not understand
  15. adrianootavares

    CreatureEvent [TFS 1.3] updated Slot System

    I didn't understand this part where I use this part local it = player:addItem(2125, 1) it:setMaxSockets(3) it:addStat("HP", "+2%") it:addStat("Sword", "+2") it:removeStat(2) -- removes sword buff
  16. adrianootavares

    OTClient Custom tibia client

    "bad gateway"
Back
Top