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

    TFS 1.X+ Run monster RUN

    Hi, I don't know how to make a monster run away from the player through fire/poison/energy if there is no other way. It's not about being resistant. When it gets hit by a fire bomb, it runs further, but if there is fire in front of it, it won't run. If it gets hit by a fire bomb, it stands...
  2. Crystals

    TFS 1.X+ split dmg monsters

    TFS 1.4.2 Hi, maybe someone can help me with another script :D I want to make a monster with "split damage" Based on the principle: * Boss + 3 mobs. If the boss receives e.g. 100 damage, it distributes 25% to all. With 2 mobs ~33%, with 1 mob - 50% between them. But if it's one of the mobs...
  3. Crystals

    Death mob DMG

    TFS 1.4.2: Hi, I'm trying to create a spell that causes an explosion when a monster dies. I've tried creating a spell in various ways but I haven't succeeded, maybe someone can help. The last version I tested is this: .xml: <?xml version="1.0" encoding="UTF-8"?> <monster name="Erupto"...
  4. Crystals

    wild growth rune doesnt work.

    Hi, I tried to fix the rune but no player can teach it. "You cannot use this object" wild growth runes.lua: local combat = Combat() combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY) combat:setParameter(COMBAT_PARAM_CREATEITEM, ITEM_WILDGROWTH) local time = 40 local function...
  5. Crystals

    Problem with basic attack

    Hi, I have a strange error that I don't know how to solve. Namely, if the paladin has auto-attack on the monster, he fires bolts normally. If he starts using mana potions or e.g. uhs all the time, he stops shooting bolts. I don't know how to solve it so that he can constantly attack and use...
  6. Crystals

    Daily Boss

    Hi ! :) How to add a boss, e.g. Orshabaal, so that he respawns on specific dates/times in a specific position? :D What I mean here is an event that, for example, on Tuesday at 3:30 p.m. the boss respawns in a given place TFs 1.4.2 otcv8
  7. Crystals

    Unjustifield Points doesnt work

    Hi! I noticed that "Unjustifield Points" doesn't work on my server. It doesn't matter how many characters I kill - nothing changes there in terms of numbers. Does anyone know how to fix this? i use TFS 1.4.2 OTCv8
  8. Crystals

    The Player stands after death

    TFS 142 otcv8 Hello,Maybe someone will be able to help me with this. After death, the character "stands" instead of only seeing the dead body. If someone is standing next to you, they see everything normally. Only the owner sees as on the screen. Does anyone know how to solve this problem?
  9. Crystals

    TFS 1.4.2 Shared Exp

    Hello! :) I found some information on github about how to create shared EXP, but after a few tries I decided it would be better to ask someone :D In party.cpp I looked for how to change shared current to: If the mob has 100 exp: 2 people in party get 50 exp but: (100exp : 2 players) +...
  10. Crystals

    Food Regen/ skills

    Hi ! :) I looked in condition.cpp where I can precisely change regeneration depending on classes/promotions, but I couldn't find it anywhere. I want to set up: Sorcerer: 2 health every 12 seconds 4 mana every 3 seconds 1 soul point every 60 seconds Master Sorcerer: 2 health every 12...
  11. Crystals

    OTClient Saved position of containers

    Hello :) I'm trying to find where or how to set it so that open backpacks are saved after logging out. It's a small thing, but it makes me happy :D Theforgottenserver 1.4.2 otclientv8
  12. Crystals

    Lua Key Ring script

    Hello! :) I'm looking for a script or key ring setting. I don't know how to make it work in the key ring Theforgottenserver 1.4.2 otclientv8
  13. Crystals

    TFS 1.X+ Crash item

    Hi, I created several items and assigned them to the game. They exist in the game, but I don't know why, when I create them and they fall into my backpack, I can't open it. If I create an item with my backpack open, it crashes my game and gives me the error otclient.log: ERROR: ProtocolGame...
  14. Crystals

    Lua NPCs are not working properly

    Hello! On my Theforgottenserver 142, I have a big problem with npcs :( I noticed that they work, but many of them have some problem in the script, e.g. the travel NPC after writing Hi>Thais (does not reply) but by writing "yes" she is transferred to Thais. Or Arena svarground, the mechanics seem...
Back
Top