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

    how to make 8.6 NPC's .lua files? can anyone help me with this? :D

    You can download some data pack from real map ots. For example this: https://otland.net/threads/10-77-tfs-1-2-orts-a-real-map-project.204514/ There are a lot of npc like at real tibia. Check and analize it and create your own lua code by paste right lines of codes from this data pack.
  2. K

    TFS 1.X+ Transitive monsters like a Flamethrower

    Hello. I use TFS 1.5 downgrade to 8.6 by Nekiro. My problem is about transitive trap monsters like a flamethrower or lavahole for example. We can see it during POI quest. In my map editor flamethrowermonster is put on oriental pillar (id:1551), but in the game, the creatures are next to the...
  3. K

    Lua NPC give first weapon for knight (my first script)

    It's working. Thank you Mateus! I had to make some fixes. First is change getStorageValue for -1. Now I know that is default value. Second is to add "getBase()" for player:getVocation():getId(). Now it's working perfect.
  4. K

    Lua NPC give first weapon for knight (my first script)

    Hi! I wrote my first script. It based on script for first wand/rod. (I am using TFS 1.5 downgrade to 8.6). So... I wanna make a npc, which will give first sword/axe/club for a knight/elite knight. This is my code: local function creatureSayCallback(cid, type, msg) if not...
  5. K

    C++ [TFS 1.3] Using manually aimed runes on invisible monsters.

    bpm91 You must past the fragment of code to sudden dead rune, not sudden dead spell. Everything should be in spell folder.
  6. K

    Lua Elane learning spells for paladins

    After few hours acquainted with topic my mission have ended succesfully. NPCs teach spells to define vocations. But now I have new problem: 22:34 Royal Paladin [190]: light 22:34 Elane: Would you like to learn Light for 100 gp? 22:34 Royal Paladin [190]: light healing 22:34 Elane: Would you...
  7. K

    Lua Elane learning spells for paladins

    I'm just getting to know variables, tables, loops etc. Yersterday I analized for hour what you wrote but I will come back to this post in future. Thanks for answer.
  8. K

    Lua Elane learning spells for paladins

    Hi. I have problem with my Elane NPC. Elane should learns spells for only paladins/royal paladins. I have learned Light Healing spell when I was sorcerer. Anybody knows how to solve it? This is code: P.S. TFS 1.5 by Nekiro downgrade to 8.6 local keywordHandler = KeywordHandler:new() local...
  9. K

    Making your first ots

    Can you explain me what kind of changes for example? I expect this is a change the protocol and what else?
  10. K

    Making your first ots

    Hi everyone! I would like to fulfill a childhood dream about making my own ots. In my purpose is low rate rpg server with custom map in 8.6 protocol (beacause I have end my adventure with tibia then). For this moment I make a dummie server from TFS 1.5 downgrade by Nekiro. I have compiled engine...
  11. K

    Zone ACC Version 1.5 Can't Register Account. TFS 1.0

    What number of version I must set in code when I use TFS 1.5 downgrade to 8.6 by Nekiro and Znote v.2? In my line of code I set it: $config['ServerEngine'] = 'TFS_15'; I have the same problem. I can't loggin at my created account on acc maker znote. It's communicat: We tried to log you in...
  12. K

    AAC Username and password combination is wrong.

    I have the same problem. Somebody know how to solve it? Edit: OK, I solved it. You must change code in config.php in your acc maker (I use Znote ACC v.2) on: $config['ServerEngine'] = 'TFS_10'; This code it's to TFS 1.5 downgrade to 8.6. Before it I wrote TFS_15 instead TFS_10 and that...
  13. K

    AAC No access to Gesior ACC 1.5

    Hi guys. I am trying install Gesior ACC 1.5 for TFS 1.5 downgrade 8.6 by Nekiro and I have that problem what is picture showing. I gave permissions to red filles and folders (and for the whole folder of UniserverZ for sure). I was trying do it with Xampp and it's the same problem buy when I was...
Back
Top