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

    OTClient shader on map

    Hello, could a good soul teach me how to make a shader effect on the map? I know it already has otcv8, but I have no idea how to activate it in the correct places. tfs 1.5 - otcv8
  2. bpm91

    OTClient transparency otv8

    Does anyone know how to make a water floor transparent in otcv8? I already have the transparency option in my client, but it doesn't work as I wanted
  3. bpm91

    TFS 1.X+ make npc const me blue after him say

    npcHandler:say({ 'I will tell you something,...', 'Exana aleta. ...', }, cid) doSendMagicEffect(CONST_ME_MAGIC_BLUE) npcHandler.topic[cid] = 1 else npcHandler:say("You don't meet the requirements for the...
  4. bpm91

    Lua stepin

    Does anyone know how to do this? You can only step on a certain floor if you have a certain item on your feet. tfs 1.5
  5. bpm91

    Lua Loot real tibia

    I was watching some tibia old 7.6 videos and noticed a small detail, it seems silly, but it's a detail. The hydra, for example, dropped Ham and meat normally or inside a bag. How would this be possible to do in tfs? because if I put bag, I would have to have the loot inside and outside but that...
  6. bpm91

    TFS 1.X+ beds no working

    I noticed that the beds I'm using in tfs 1.5 7.72 are healing at a very low limit, I don't know if it's because I consumed food before, but I imagined waking up with my character and having more life and mana after 1 full day of sleep. it went up something like 100 or 200 in mana or life alone...
  7. bpm91

    OTClient margin top otv8

    I want to give a top margin of 5 pixels, but I can't, would anyone know how to do it? MiniPanel id: friendList text: Friends List anchors.top: parent.top anchors.left: neutralList.right margin-left: 10 size: 180 150 ScrollablePanel id: friendListGuilds...
  8. bpm91

    Lua talkaction teleport player to temple (comand to gm)

    Does anyone have a talkaction where I put it for example /teleport "player" so it is sent to your temple? tfs 1.5
  9. bpm91

    TFS 1.X+ monster bugged

    I don't know why but for example, trolls have this problem of finding a way to find the player. tfs 1.5 <?xml version="1.0" encoding="UTF-8"?> <monster name="Troll" nameDescription="a troll" race="blood" experience="20" speed="126" manacost="290"> <health now="50" max="50"/> <look...
  10. bpm91

    TFS 1.X+ reborn with bag?

    reborn with bag? As the title says, I want to know how to remove this bag whenever the player dies and be born again with an empty bag. tfs 1.5 1711308981 i found on death if not player:getSlotItem(CONST_SLOT_BACKPACK) then player:addItem(ITEM_BAG, 1, false, CONST_SLOT_BACKPACK) end
  11. bpm91

    OTClient effect spells

    Could someone who understands otv8 src help me with this problem? As I use an old version, the utana vid is very fast since the normal tibia utana vid has many frames, the old one only has 4 so my utana vid is at this magic effect speed. So I would like to know if anyone knows where I can...
  12. bpm91

    OTClient error compile otv8 Openal32.lib problem windows 11

    How to solve openal32.lib? compiled it with: Visual Studio 2022 Windows SDK Version: 10.0 Platform Toolset: v143
  13. bpm91

    TFS 1.X+ exit after kill player and lose pk

    I have a problem in TFS 1.5 when the player kills another and exits. Then 1 minute later, the player falls, whereas the character should stay for 15 minutes.
  14. bpm91

    OTClient help me with the client? otv8

    I've been trying for a while to configure this window to be smaller, such as skills, etc., but I haven't been successful. this is the limit it closes itself to. I don't know for what reason.
  15. bpm91

    Lua npc no answer

    After speaking zax, the NPC responds correctly, but I can't access the rest of the script. tfs 1.5 local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid)...
  16. bpm91

    TFS 1.X+ Exaust from runes on tfs 1.5 7.72

    Hello otlanders, I wanted to talk a little about the exhaustion of runes/spells and potions, I've been testing and tried to get as close as possible to the old school version. However, I have the feeling that the exhaust is a little stuck. This is because when I use it for example HMM and Uh it...
  17. bpm91

    Lua items sacrificed on the coal

    I'm trying to make the items on the altars be sacrificed, but it's very complicated, if anyone has a script like this or knows how to solve it. i use tfs .15 function onUse(cid, item, frompos, item2, topos) -- Definindo as posições iniciais dos altares no mapa local altar_positions...
  18. bpm91

    C++ erro lib cryptopp windows 11

    1710211512 Well, I solved it by downloading new SDKs in Visual Studio and version 143v. If someone ever needs it... here's the answer.
  19. bpm91

    Lua Help with time of raid

    Hi, I would like to know if someone who understands raids could explain it to me better, I used chatgpt but even so, I'm a little unsure how to configure it, I would like to know about the appearance time, how does it work? if it is 100% executed at an exact time, for example "every 10 days at 7...
  20. bpm91

    Ring of the Sky - Arm + 2

    What do you think of this idea? We know that rots have no use other than selling, but adding arm 2 would be useful....what's your opinion?
Back
Top