• 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+ clean TFS 1.5 downgrade by nekiro to 8.0 - throwing items through the walls

    Hi. I am working on downgrading TFS 1.5 by Nekiro to version 8.0. I thought I had made a mistake, so I tested it on a clean TFS 1.5 (8.0) and the official Tibia 8.0 client. The problem is that items can be thrown through walls. This is possible when there is no ground above the walls and we are...
  2. K

    XAMPP crash mysql

    Hello. First, I want to say that my IT knowledge is not good. What is my problem? I mking my OTS and I test it on localhost (PC and Windows 11). I use TFS 1.5 downgrade by Nekiro to 8.0, ZnoteACC and XAMPP. I have strange problems with XAMPP and I don’t know why MySQL crashes. This happens...
  3. K

    OTClient OTCV8 wrong spells direction

    Hi! I noticed problem with OTCV8 (I supposed). When I am hunting hydras and fleeing of them to cast a spell, and I am very fast rotating to front of a hydra and cast a direction spell, the spell sometimes doesn't update look direction. Until I don't walk on another tile, the spell will be cast...
  4. 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...
  5. 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...
  6. 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...
  7. 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)...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  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