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

    Solved TFS 1.0 creaturescript to set a minimum level

    function getExpForLevel(level) level = level - 1 return ((50 * level * level * level) - (150 * level * level) + (400 * level)) / 3 end
  2. pepe

    Calculate to 10

    17*2=34
  3. pepe

    Calculate to 10

    50*2=100
  4. pepe

    Calculate to 10

    98+1=99
  5. pepe

    Calculate to 10

    8*2=16
  6. pepe

    Calculate to 10

    8 + 1 = 9
  7. pepe

    Calculate to 10

    7 - 1 = 6
  8. pepe

    Action [TFS 1.0] Rust remover.

    Yep, you're right. I was removing (destroying) the item before sending the magic effect, so it couldn't find it. fixed :P
  9. pepe

    RPG Map

    Thanks for sharing!!
  10. pepe

    How to enable outfits

    Wich distro do you use?
  11. pepe

    Action [TFS 1.0] Rust remover.

    The chance to get the armor/legs are based on tibia.wikia statistics. other/rustremover.lua local ITEMS = { [9808] = { -- Rusty Armor (common), 6958 unrusts {"plate armor", 1.97}, {"brass armor", 13.05}, {"scale armor", 24.5}, {"chain armor", 30.14} }...
  12. pepe

    How to add a gamemaster ingame in TFS 1.0?

    Use this functions: Player.setGroup(group) Player.setAccountType(accountType)
  13. pepe

    [TFS 1.0] Function 'doCreateNpc' removed?

    No, it was moved to compat.lua.
  14. pepe

    ERROR: Unable to load config.lua!

    remove or comment the line with "Config", above ip = "127.0.0.1"
  15. pepe

    Teleport scroll

    With the Player.getStorageValue(key) function...
  16. pepe

    Teleport scroll

    Wich distro do you use?
  17. pepe

    Help with my war monster project

    Do you registered the event?
  18. pepe

    {Solved} Average Level of Party

    tfs version?
  19. pepe

    Solved HTML/PHP help

    No.
  20. pepe

    Solved How to change this script so it fits 1.0?

    local bosses = { ["dipthrah"] = { dest = { x=1212, y=1415, z=7 }, from = { x=1167, y=1420, z=7 } }, ["vashresamun"] = { dest = { x=1227, y=1415, z=7 }, from = { x=1167, y=1447, z=7 } }, ["thalas"] = { dest = { x=1244, y=1415, z=7 }...
Back
Top