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

    TFS 1.5 map error

    this also happens with the map that comes with TFS 1.5
  2. N

    TFS 1.5 map error

    same mistake
  3. N

    TFS 1.5 map error

    UP
  4. N

    [Brazil] [8.6] InWar Global - [Open PvP]

    www.inwar.com.br All quests Global 8.60!! Exp rate 50x stages Automatic Events Premium System Items Customs Exclusive Quests Exclusive City News Respawns Server host in Brazil www.inwar.com.br
  5. N

    Buy with backpack Problem

    Good afternoon, I'm not able to buy potions and runes with backpack on npc. Can someone help me? runes.lua: shopModule:addBuyableItemContainer({'bp avalanche'}, 2002, 2274, 3620,4, 'bp avalanche rune') shopModule:addBuyableItemContainer({'bp chameleon'}, 1998, 2291, 4220,1, 'bp...
  6. N

    Stamina Regen on trainer TFS 1.3 8.60

    thanks bro, it worked =@
  7. N

    Stamina Regen on trainer TFS 1.3 8.60

    Good morning, I have this script that recovers stamina in the trainer. I would like it to work like this: When the stamina is full, the message appears stating that it is full. I managed to make the message appear, but only when the player enters the trainer with full stamina staminaEvents = {}...
  8. N

    Purchase limit on npc

    Thx
  9. N

    Purchase limit on npc

    Good morning, does anyone know how to increase the purchase limit on npc from 100 to 2000? Respecting the cap and money limit that is in the backpack. TFS 1.3
  10. N

    Idle Kick does not work TFS 1.3

    Solved. https://github.com/otland/forgottenserver/pull/2990
  11. N

    Idle Kick does not work TFS 1.3

    up
  12. N

    Idle Kick does not work TFS 1.3

    up
  13. N

    Scrolls error TFS 1.3

    sorry bro, i swear i try to learn but i always do it wrong, thx
  14. N

    Scrolls error TFS 1.3

    good afternoon, I have these scripts that are several scrolls. A while ago a member helped me with this part: if player:hasAchievement("Marid Ally") or player:hasAchievement("Efreet Ally") then player:sendTextMessage(MESSAGE_STATUS_SMALL, "You have already chosen whom will be your...
  15. N

    Idle Kick does not work TFS 1.3

    I don't understand where I put it, my server is 8.6
  16. N

    Idle Kick does not work TFS 1.3

    Good afternoon, I have a problem on my server, that the players are not being kicked high close the client in Monk Trainer. I tried this script, but it doesn't work, especially when the player is in fight: function onThink(player) local time = player:getIdleTime() / 1000 if(time >= 10)...
  17. N

    Block sending parcel to rookgaard TFS 1.3

    Good morning! How do I block parcel sending to rookgaard?
  18. N

    Cast System TFS 1.3 by Nekiro

    how do i add to my source?
  19. N

    Cast System TFS 1.3 by Nekiro

    Good morning, could someone help me to put cast system on my server? I've already tried all these links and there are several errors when compiling... Can anyone help me with this? I tried this: Cast system by Milice · Pull Request #2007 · otland/forgottenserver...
Back
Top