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

    TFS 0.X Soul regen vocations.xml question

    Thank you guys!
  2. newby

    TFS 0.X Detect on play fanfare if player is x,y,z position

    How to detect when player plays fanfire, if he is in position x=100, y=120, z=7 Send player a msg?
  3. newby

    TFS 0.X Monster of the day 0.4

    How to when opens the server random("rat", "spider", "troll", "orc", "minotaur", "dwarf", "elf", "skeleton", "amazon", "valkirie", "dark apprentice", "ghoul", "cyclops", "dwarf guard", "necromancer", "vampire", "werewolf", "dragon", "dragon lord", "wyrm", "giant spider", "hydra", "warlock"...
  4. newby

    TFS 0.X Soul regen vocations.xml question

    How many should i set gainsoulticks="120" To when players hunt regen 1 soul point each 3 seconds? <vocation id="1" name="Sorcerer" description="a sorcerer" needpremium="0" gaincap="10" gainhp="5" gainmana="30" gainhpticks="2" gainhpamount="1" gainmanaticks="1" gainmanaamount="1"...
  5. newby

    TFS 0.X Teleport to trainer

    Is this possible to do, when player enter in trainers teleport, insted of teleport him to the center of room And he have to search for a empty trainer, if there is Player be teleported to the trainer I mean check the tile positions and if dont have no one teleport him, and if all tiles are...
  6. newby

    TFS 0.X Max stamina trainer off 6h FREE 12h PREMMY

    I'm using this trainer offline system to 0.4 https://otland.net/threads/tfs-0-4-offline-training.232165/ How to set max stamina off for free account = 6h And max stamina off for premmy account = 12h ??? bump bump bump bump bump bump bump bump bump bump bump
  7. newby

    TFS 0.X Change potion formula

    How to change the potion formula to health heal? Set this (change the health heals, mana still static): HP= 3*lvl+50 shp= 3*lvl+100 ghp= 3*lvl+200 uhp= 3*lvl+250 pallypot hp= 3*lvl+100 mana = {40, 80} and mana still defaul {40, 80}, {50, 100}, {60, 120}, potions.lua local config = {...
  8. newby

    TFS 0.X More options referrel

    bump
  9. newby

    Lua Dugeon System

    bump
  10. newby

    TFS 0.X More options referrel

    bump
  11. newby

    Lua Dugeon System

    Sadelly same thing in here: ./tfs [13:5:18.029] The Forgotten Server 0.4 [13:5:18.029] >> Loading config (config.lua) [13:5:18.056] >> Opening logs ^C Servers freeze and dont open :(
  12. newby

    TFS 0.X More options referrel

    How to add more lvl options I mean, lvl 10 = 5 points 250888 lvl 20 = 10 points 250889 lvl 30 = 15 points 250890 local cfg = { stor = 250888, requiredLevel = 10, bonusPoints = 5 } function onAdvance(cid, skill, oldLevel, newLevel) if (newLevel == cfg.requiredLevel and skill...
  13. newby

    TFS 0.X Monster Skull

    What are u mean? Add in every monster.xml something like: <script> <event name="something"/> </script> :o
  14. newby

    TFS 0.X Monster Skull

    I'm sorry i don't understand... Could you make a example or show it in some way?
  15. newby

    TFS 0.X Monster Skull

    bump
  16. newby

    TFS 0.X Monster Skull

    bump
  17. newby

    TFS 0.X Monster Skull

    bump
  18. newby

    TFS 0.X Monster Skull

    I'm trying to add in my server a chance to every monster on spawn, can come with a skull randomly I've added this on my source code (from: Feature - [CreatureEvent] OnSpawn(cid)) And add this on my creaturescript: <event type="spawn" name="monsterThink" registerTo ="monster" event="script"...
  19. newby

    TFS 0.X Offer expire auction system

    Thank you!
Back
Top