• 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

    OTClient OTCv8 - limited minimap discovering by player

    Hi. I use TFS 1.5 8.0 and OTCv8 for my rpg server with custom map. I noticed that minimap in OTCv8 is discovering by player on other floors during walking on the map. I want to limited discovering minimap only to player's floor level like old RL Tibia 8.0. I searched it option in modules...
  2. K

    Shielding formula for monster on TFS 1.x

    Hello. I am using TFS 1.5 (Tibia 8.0) downgrade by Nekiro. I have noticed that the general shield defense formula is to randomly select a number from "getDefense/2" to "getDefense". Before this function, players have a separate formula "getDefense" that calculates shield defense. Monsters, on...
  3. 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...
  4. 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)...
  5. 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...
  6. 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...
  7. 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...
  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

    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...
  10. 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