• 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!

Recent content by Me again

  1. M

    BlackTek-Server Development Thread

    This is the best thing in ot since forever.
  2. M

    The Forgotten Server 1.6

    Amazing work!!! You guys are seriously amazing for doing all of this!
  3. M

    TFS 1.X+ The monsters on the map are in strange positions. Can it be removed?

    Um , then remove the monsters from that position? ……
  4. M

    Lua [TFS 1.6] Converting NPC's (Jiddos system) into new NPC System (Evil Heros system)

    this is a great example of an amazing system at work..... amazing work!
  5. M

    Lua [TFS 1.6] Converting NPC's (Jiddos system) into new NPC System (Evil Heros system)

    I am loving this system!!! so easy and so good!! Here is the npc for you guys! its amazing local npcType = Game.createNpcType("Storyteller") npcType:outfit({lookType = 128, lookHead = 78, lookBody = 76, lookLegs = 78, lookFeet = 76}) npcType:spawnRadius(2) npcType:walkInterval(5000)...
  6. M

    C++ Error compiling TFS 1.5 downgrade Ubuntu 22.04

    Well the linker can not find boost. Could manually install them sudo apt-get install libboost-all-dev
  7. M

    Lua [TFS 1.6] Converting NPC's (Jiddos system) into new NPC System (Evil Heros system)

    Alright thanks for the reply!! I am going to add it and see how it all goes. 💪🏼💪🏼💪🏼
  8. M

    Lua [TFS 1.6] Converting NPC's (Jiddos system) into new NPC System (Evil Heros system)

    This actually looks like an amazing system. Is there a guide on how to add this npc system to the server? I would then do it and start making some nice npc’s Had a quick look. Is this the only commit needed to do? https://github.com/otland/forgottenserver/pull/4671/files
  9. M

    [VIDEOTUTORIAL] Learning how to compile TFS 1.5 on Windows (8.60 downgraded by Nekiro)

    M8 i just wanted to say you are doing a bangup job helping out the community! Big props to you!
  10. M

    Tibia Hack and Slash Project

    I did a lot in godot and their new multiplayer system is very easy. The thing is that you can do a lot in godot but a lot will be very very tricky. Who knows i might create something and share with you guys to show you how it all comes together but making tibia in godot is not really an easy...
  11. M

    Basic attack animations

    Hey guys , Anyone added or know a way to add attack animations for basic attacks? Pm me with your price pls Have a great day! And thank you in advanced! Using nekiro 8.6 downgrade tfs 1.5
  12. M

    TFS A* Algorithm :D

    Oo interesting , but which commit is this that changes the behavior of cornered monsters? I am almost at a point where i can start testing with monsters as i am changing everything xD
  13. M

    Windows Server not reading config/connecting to SQL?

    -- Combat settings -- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced" worldType = "pvp" hotkeyAimbotEnabled = true protectionLevel = 1 killsToRedSkull = 3 killsToBlackSkull = 6 pzLocked = 60000 removeChargesFromRunes = true removeChargesFromPotions = true...
  14. M

    Exp/Kill/Drop Tracker Module [OTCV8] [TFS 1.4.2]

    Good to see this stuff pop up here. I wont use it myself but thanks for the contribution to the community
Back
Top