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

Search results

  1. B

    Lua [SOLVED][HELP] /Clean command doesn't clear protect zones

    The title say whats my problem, somebody can help me? here is my code. function onSay(player, words, param) if not player:getGroup():getAccess() then return true end if player:getAccountType() < ACCOUNT_TYPE_GOD then return false end local itemCount =...
  2. B

    Lua [Help] [tfs1.2] Arena PvP

    Hello my first problem is that I have a pvp arena on my server, if the players do pvp, when they die they are teleported to the temple, but if they die for monsters inside this arena, they literally die and lose experience and still dying Until the monster changes target.
  3. B

    VIP Promotions

    I need a npc that will sell the second promotion, however only VIP players will be able to buy this promotion. Also, when their VIP expires, they will be back to the first promotion. Could would build a script with these function for me? Thanks! [TFS 1.0]
Back
Top