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

Recent content by Boush

  1. B

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

    @adrcrv my config.lua doesn't have this option, but thx for try to help. @StreamSide i havent tried this, but thx for the help btw @Xeraphus i have tried this and was appearing this error thx for the help. @_M4G0_ i have tried this and works fine thx for the help. Thx for you all guys who...
  2. B

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

    First of all thanks for the help When I use /clean it is also cleaning the player's houses, I tried using this command, but failed to compile map.cpp if (!tile || tile->hasFlag(TILESTATE_HOUSE)) { continue; } Do you have any idea how to...
  3. B

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

    i dont know if the function cleanMap is my map.cpp but if is GitHub - Boushz/cleanMap
  4. 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 =...
  5. B

    Lua [Help] [tfs1.2] Arena PvP

    well thx for the advices, but i have no idea where to find the script when a player dies for a monster and is teleported to the temple, you have any idea where i can find?
  6. 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.
  7. B

    VIP Promotions

    up
  8. B

    VIP Promotions

    1.0
  9. 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