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

    The Forgotten Tibia (no vocations, new skills, skills by points, dual wield, auto loot, quiver, etc)

    The repository is the same for server and client, so if I did a commit, everything is compiled and working. But I've seen that Tibia 10.98 walk animation is a littler slower than The Forgotten Tibia client walk animation is now after fix, so I'm working on that.
  2. Togu

    The Forgotten Tibia (no vocations, new skills, skills by points, dual wield, auto loot, quiver, etc)

    Implemented @Ninja walking animation fix https://github.com/GustavoContreiras/TheForgottenTibia/commit/a56bc27f872d4f4ee90eb5de7380a9cac26e177a Walking is much more smooth now
  3. Togu

    OTClient Animations - lets give it a try

    TFS 1.3 compiled for Windows x64 today + OTClient - OTLands' Fork compiled for Windows x32 today + OTClient - OTLand's Fork compiled for Windows x32 today with @Ninja commit, take your own conclusions: http://www.mediafire.com/file/n2ahhrfd4a38dz9/tfs1.3+%2B+otclient+%28animation+fixed%29.zip...
  4. Togu

    The Forgotten Tibia (no vocations, new skills, skills by points, dual wield, auto loot, quiver, etc)

    I think it's not. But I'm not sure if I did the changes how it should. But the good thing is that now I know where should be changed to fix that, but I wont work on that right now. (maybe the fps of the gif is lower than the original video, but for me it's lagged and not smooth)
  5. Togu

    The Forgotten Tibia (no vocations, new skills, skills by points, dual wield, auto loot, quiver, etc)

    Added this feature: https://otland.net/threads/mod-windows-bp-eq-battle-etc-can-be-dragged-only-to-panels-right-left.233809/ Now you can select on configurations menu if you want the windows fixed on left/right panel or free to leave on the screen...
  6. Togu

    [MOD] Windows (BP, EQ, Battle etc.) can be dragged only to 'panels' (right/left)

    TO MAKE IT ON/OFF OPTION ON CONFIGS: modules/client_options/game.otui: under OptionCheckBox id: showLeftPanel !text: tr('Show left panel') add OptionCheckBox id: moveWindowsToPanel !text: tr('Move windows to panel') modules/client_options/options.lua: under showLeftPanel...
  7. Togu

    Idle/Stand Groups

    Gonna test it later! I want to know too why don't people post this fixes on official repository. There is a thread here in the forum that fixes the monster movement/chasing when too fast even existing a bounty of 100$ on GitHub for that fix. I don't know why these things aren't fixed officialy.
  8. Togu

    The Forgotten Tibia (no vocations, new skills, skills by points, dual wield, auto loot, quiver, etc)

    You still need Tibia.dat and Tibia.spr from Tibia 10.98 to run the client
  9. Togu

    The Forgotten Tibia (no vocations, new skills, skills by points, dual wield, auto loot, quiver, etc)

    Thanks everybody for the good feedback :) Fixed spacebar attack canceling WASD walk Spacebar attack and WASD walk · Issue #2 · GustavoContreiras/TheForgottenTibia (https://github.com/GustavoContreiras/TheForgottenTibia/issues/2)
  10. Togu

    The Forgotten Tibia (no vocations, new skills, skills by points, dual wield, auto loot, quiver, etc)

    The option to reset is available on Guide NPC, you can reset your points for free once if you are lv 60- or you can pay him to reset if you are lv 60+. Also you can sell for real money the reset if your server has this system. There is a lua function "resetPoints()" or something like that (you...
  11. Togu

    The Forgotten Tibia (no vocations, new skills, skills by points, dual wield, auto loot, quiver, etc)

    server folder: removed cmake folder, .editorconfig, .gitattributes, .travis.yml, Dockerfile, ISSUE_TEMPLATE.md, appveyor.yml, key.pem server/src folder: removed CMakeLists.txt
  12. Togu

    The Forgotten Tibia (no vocations, new skills, skills by points, dual wield, auto loot, quiver, etc)

    I deleted the files needed to compile on Linux cause I don't use them and there was so many kkk. But you can download them on otland/forgottenserver (https://github.com/otland/forgottenserver) and follow their tutorial on otland/forgottenserver (https://github.com/otland/forgottenserver/wiki). I...
  13. Togu

    CreatureEvent [TFS 1.1] Skill Points, modalwindow

    Check out my project: https://otland.net/threads/the-forgotten-tibia-no-vocations-new-skills-skills-by-points-dual-wield-auto-loot-quiver-etc.263018/ (topic available soon)
  14. Togu

    The Forgotten Tibia (no vocations, new skills, skills by points, dual wield, auto loot, quiver, etc)

    Thanks Quiver System: @xydius https://otland.net/threads/quiver-for-paladins-tfs1-x.253572/ Dual Wield System: @Lordfire https://otland.net/threads/true-dual-wielding-for-tfs-1-x.234349/ Auto Loot System: @psychonaut @Raiden @flaviiojr https://otland.net/threads/auto-loot-tfs-1-3.255791/...
  15. Togu

    [OTClient] The Forgotten Tibia Server 0.8

    NEW TOPIC: https://otland.net/threads/the-forgotten-tibia-no-vocations-new-skills-skills-by-points-dual-wield-auto-loot-quiver-etc.263018/ NEW REPOSITORY: https://github.com/GustavoContreiras/TheForgottenTibia Download the new repository and follow this tutorial. If you want to compile server...
  16. Togu

    The Forgotten Tibia (no vocations, new skills, skills by points, dual wield, auto loot, quiver, etc)

    The Forgotten Tibia https://github.com/GustavoContreiras/TheForgottenTibia The Forgotten Tibia is a free and open-source MMORPG written in C++ and LUA. It is a fork from the The Forgotten Server 1.3 (3b63f65) and OTClient (07b4b78) projects. What makes it different from Tibia / The Forgotten...
  17. Togu

    [OTClient] The Forgotten Tibia Server 0.8

    This is an error of environment settings I think like some include/lib setting I changed on the project properties. Follow the official tutorial for compiling for windows with vcpkg and visual studio 2017 and you may solve it. Also set to "Release" and "x64" or "Win32". Try clicking on the...
  18. Togu

    [OTClient] The Forgotten Tibia Server 0.8

    This is an error of environment settings I think like some include/lib setting I changed on the project properties. Follow the official tutorial for compiling for windows with vcpkg and visual studio 2017 and you may solve it. Also set to "Release" and "x64" or "Win32". Try clicking on the...
  19. Togu

    [OTClient] The Forgotten Tibia Server 0.8

    Made a little wiki that will help a lot: GustavoContreiras/TheForgottenTibiaServer (https://github.com/GustavoContreiras/TheForgottenTibiaServer/wiki) Here you will find all information needed to understand how things work between client and server and customize your game as you want. Auto...
  20. Togu

    [OTClient] The Forgotten Tibia Server 0.8

    Yeah, I have to change the shortcut to cancel WASD walk. Don't know how to block the access. Hmm.. Is there any code with that? If there is, it is easy to transfer to my source. Or you can try something like (pseudo code when player change floor and has summons): hp1 = getSummon1Life(); hp2 =...
Back
Top