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

Search results

  1. molik

    Remove Capacity

    is it possible to remove capacity? if it is then how. I'm using TFS 3.5
  2. molik

    Unmovable objects

    How to make things Unmovable, like statues and such. is there a specific U id or A id? Using RME map editor TFS v0.2.5 (mystic sprit) EDIT: Pretty solved. just added U id to 9999 on the objects
  3. molik

    Question

    Hello I just added a script for recharging soft boots and when i talked to the npc he opened a new chat window "NPCs" I just wondered what it is that makes the chat inside that and how i can do it like that on my other npcs do i have to do everyting in lua to make it work? I'm using TFS...
  4. molik

    Promotion NPC

    Hi, i made a 2nd promotion for all vocations but i don't know how to make a npc promote them to the 2nd promotion. This is the script for the normal one local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function...
  5. molik

    Lua Door need key

    How do you make a player only be able to go through a door while having a key in the backpack and only the player can go through, he cant help other players to enter. i was thinking about teleporting the player but i don't know how to do it. If someone have a good idea and could help me I'd be...
  6. molik

    items.xml error

    I added a few new items but when i putted them into the items.xml file it gave me this error when starting the server. data/items/items.xml:21435: parser error : expected '>' </items> ^ data/items/items.xml:21436: parser error : Premature end of data in tag items line 2 The items...
  7. molik

    Lua ChestQuest Different loot for vocation

    I found a script for a chest quest but i wanted different vocations do gain different loot. i tried things like if PlayerVocation == 1 but i didnt manage to make it work. And i cant find anywhere to learn how to do it. So if someone would tell me how to do it i'd be glad
  8. molik

    Death items

    In what file do you change items you lose on death? Or how to change them? I'm using [8.5] The Forgotten Server v0.2.5 (Mystic Spirit)
Back
Top Bottom