• 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

    TFS 1.X+ TFS 1.5 Nekiro to 8.0 GUILD, PARTY, PRIVATE CHANNELS cause crash in official client

    Ok. I solved it. Function SendChannelEvent in the protocolgame.cpp is useless, so we need delete or erase all references to it. Look at the chat.cpp and delete: for (const auto& it : users) { it.second->sendChannelEvent(id, invitePlayer.getName(), CHANNELEVENT_INVITE); } }...
  2. K

    TFS 1.X+ TFS 1.5 Nekiro to 8.0 GUILD, PARTY, PRIVATE CHANNELS cause crash in official client

    Hi guys, I use TFS 1.5 Nekiro downgraded to 8.0 with the official Tibia 8.0 client. I tested the channel options on MC and noticed that guild, party, and private channels cause the client to crash on the receiver’s side when sending a message. I also noticed that it works fine with Nekiro 8.6...
  3. K

    TFS 1.X+ Add Greet Massage to NPC

    Hi. I use TFS 1.5 downgrade by Nekiro to 8.0. I would like to add new greet and farewell keyword to npc like elves (ashari, asha thrazi). This is my npc.lua local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler)...
  4. K

    TFS 1.X+ How to set effect to correct order in TFS 1.5

    I come back with feedback, after testing. With Lursky's method and this: change: combatTileEffects(spectators, caster, target->getTile(), params); for: if (params.impactEffect != CONST_ME_NONE) { Game::addMagicEffect(spectators, target->getTile()->getPosition(), params.impactEffect); }...
  5. K

    TFS 1.X+ Fields bug, spamming damage every 0.1 sec

    I had the same problem like you. Just change: <item id="1487" article="a" name="fire field"> <attribute key="type" value="magicfield" /> <attribute key="decayTo" value="1488" /> <attribute key="duration" value="200" /> <attribute key="field" value="fire">...
  6. K

    AAC No access to Gesior ACC 1.5

    No. I used ZnoteAcc
  7. K

    [Bug] TFS 1.4+ InitDamage attribute in fields doesn't work properly.

    I am not programmer and I would rather not to change the engie myself. Anybody help me with correct those magic fields? I use TFS 1.5 downgrade by Nekiro 8.0 and in this engine on the fire, energy and poison fields occur blockhit animation instead first initdamage. I would like to change a...
  8. K

    TFS 1.X+ How to set effect to correct order in TFS 1.5

    I tried your code and tried pasted fragment of code from lursky and it works, but only for me as a player. Problem is beginning when any monster trying to attack me. Then I don't see some spells efect throwing by monsters. For example my Enlightmenet of the Cult: <attack name="drunk"...
  9. K

    TFS 1.X+ Fluid container on specific ground floor

    Hi. The topic applies to TFS 1.5 downgrade by Nekiro. It is on downgrade to 8.0 and 8.6, I have checked. I discovered a weird incident. When I use any fluid container (vial for example) on specific ground tile (id 355), the empty fluid container is filling up of mud... Only in this specific...
  10. K

    Lua Shovel

    Hi guys! I have the same problem, but with my pick. I use TFS 1.5 downgrade to 8.6 by Nekiro. This is my fragment of code: local groundIds = {354, 355} -- pick usable ground local lava = { Position(2023, 2078, 11), Position(2024, 2078, 11), Position(2028, 2075, 11) } local...
  11. 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.
  12. 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...
  13. 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.
  14. 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...
  15. 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.
  16. 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...
  17. 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.
  18. 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...
  19. 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?
  20. 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...
Back
Top