• 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

    Miracle 7.4 - A New Nostalgic Experience

    actually creating a server is expensive, I'm already close to 10k usd, and I've been doing it since 2022... but here's a tip for you, I think it's good to think like a player, and the rest comes...
  2. bpm91

    Miracle 7.4 - A New Nostalgic Experience

    I'm arriving with a USA, BR and EUR world server
  3. bpm91

    Solved Problem with npcs Downgraded tfs 1.5 7.72 - default channel problem

    try https://otland.net/threads/tfs-1-5-npcs-on-screen-talk.287325/#post-2740339 1711726063 I thought the same as you, but then I reflected and saw that when there are more than 2 or 3 people doing missions together as rashid, postman, this will make the screen very polluted, so I preferred to...
  4. bpm91

    Lua talkaction teleport player to temple (comand to gm)

    ty friend :) 1711721641 Taking advantage of the momentum, here is a /tp all to send all online players to their home temple. local teleportAllAction = TalkAction("/tp all") local effect = CONST_ME_TELEPORT function teleportAllAction.onSay(player, words, param) if player:getAccountType() <...
  5. 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
  6. bpm91

    TFS 1.X+ [8.0 dg by nekiro] [TFS 1.5] Walking lag/delay

    I'm tired of arguing with you. bye bye
  7. bpm91

    TFS 1.X+ [8.0 dg by nekiro] [TFS 1.5] Walking lag/delay

    Before throwing stones at someone gratuitously, see what the person said before jumping to conclusions!
  8. bpm91

    TFS 1.X+ [8.0 dg by nekiro] [TFS 1.5] Walking lag/delay

    I am not deceiving anyone with fraudulent services, nor do I offer services. and I also don't understand your anger with me, what's the matter with me? The only thing I'm saying here is that you might need a programmer to find the problem, certain things here you can't find for free. but I do...
  9. bpm91

    TFS 1.X+ [8.0 dg by nekiro] [TFS 1.5] Walking lag/delay

    imagine that now the map has countless monsters, items, actions etc happening... the problem is not in walking, but in the optimization of some function within tfs that has not been done, so you need to hire a programmer to optimize your tfs. and that is expensive.
  10. bpm91

    Miracle 7.4 - A New Nostalgic Experience

    the lack of runes in the store is a big problem. I like playing old versions but it puts me off due to the low number of players, we end up spending 10 hours to make 1 bp of rune to hunt for 5 minutes
  11. bpm91

    TFS 1.X+ magic wall on spells Tfs 1.5

    If I'm not mistaken, this is in sprites, the option to block missiles must be removed, and the item editor must also be changed to update it.
  12. bpm91

    TFS 1.X+ monster bugged

    yes I added some monsters from tvp, along with those from tfs. I still can't tell if it's just the troll itself.
  13. bpm91

    OTCv8 compiling problems for windows

    https://drive.google.com/file/d/1AmRbOeSKOi8AurfZqe6trJ_CNANiXFTb/view?usp=sharing delete your vcpkg, and instal this, after u change option to 32 bits x86 you go to Project -> Properties -> Advanced and change Preferred Build Tool Architeture to 32-bit x86 dont forget Don't forget to check the...
  14. bpm91

    OTCv8 compiling problems for windows

    your pc is 64 or 32 bits?
  15. bpm91

    can anyone tell?

    Does anyone have the real regeneration of tibia 7.6?
  16. 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...
  17. 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
  18. bpm91

    Compiling TFS 1.5

    use this command is updated, it will leave all the libs for tfs in order. 64x: ./vcpkg --triplet x64-windows install boost-asio boost-filesystem boost-iostreams boost-lockfree boost-system boost-variant cryptopp curl jsoncpp parallel-hashmap protobuf libmariadb luajit mpir pugixml spdlog fmt...
  19. bpm91

    OTClient OTClient partial black screen help!!

    use error msg on chatgpt and see
  20. bpm91

    OTClient bug letters or pappers? how fix?

    I tried everything, something like cpp. ui, otui, but I was unsuccessful I also tried to find the cursor configuration, when pressing Enter the cursor is hidden and does not appear. i use enter here and no appear cursor. after space show cursor
Back
Top