• 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

    [OTClient] The Forgotten Tibia Server 0.8

    https://github.com/GustavoContreiras/TheForgottenTibiaServer/commit/4bebd1edcaced93093d18706407a1098f93cc8c7 Removed instruction for good processors on project; Added icon images; https://github.com/GustavoContreiras/TheForgottenTibiaServer/commit/3cbbef5ae27f82767b2da70a7ea994073fce222c Set...
  2. Togu

    [OTClient] The Forgotten Tibia Server 0.8

    UPDATE WITH PSYCHONAUTS' AUTOLOOT AND BUTTONS ON CLIENT TO ENABLE/DISABLE AUTOLOOT: Download DLLs, executable, data, src and vc14 zip file. Configure the config.lua to match your database. Run your local database, create a new database, import the schema.sql found on data folder. Run the...
  3. Togu

    [OTClient] The Forgotten Tibia Server 0.8

    Everything was designed thinking on 220 as maximum level and Demon / Juggernaut as the most powerful monsters and POI as the most wanted quest. Stopped playing Tibia on 8.6 here 😝 Me and some friends played and everybody liked it. They were always asking me to put server online to play alone...
  4. Togu

    [OTClient] The Forgotten Tibia Server 0.8

    "Physical" spells needs strenght or dexterity. On the gif you can see on the "description: " when I select "exori". Nothing can prevent a knight from having 25 int and 25 faith and use sd, but he will have to spend many points to reach that and still have to spend more points on magic level...
  5. Togu

    [OTClient] The Forgotten Tibia Server 0.8

    Useful Links GitHub Official Repository (with data folder and schema): GustavoContreiras/TheForgottenTibiaServer (https://github.com/GustavoContreiras/TheForgottenTibiaServer) DLLs, .exe, sources: GustavoContreiras/TheForgottenTibiaServer...
  6. Togu

    [OTClient] The Forgotten Tibia Server 0.8

    File modules/gamelib/spells.lua has all spell values. Folder modules/game_spelllist/ has backend things like buttons position and labels text etc 'Filters' considers your current int/faith. 'Group' works for every spell. This feature is very important if you gonna play as mage.
  7. Togu

    [OTClient] The Forgotten Tibia Server 0.8

    Open the client and click on the spellbook button, you can see all spells and runes with intelligence and faith values. When you look at runes I think you can see it too. I've put SD needing 25 intelligence and 25 faith I think, paralyze 25 int and 23 faith, not sure. But that only grants you...
  8. Togu

    [OTClient] The Forgotten Tibia Server 0.8

    Useful Links GitHub Official Repository (with data folder and schema): GustavoContreiras/TheForgottenTibiaServer (https://github.com/GustavoContreiras/TheForgottenTibiaServer) DLLs, .exe, sources: GustavoContreiras/TheForgottenTibiaServer...
  9. Togu

    [OTClient] The Forgotten Tibia Server 0.8

    Critical hit chance and damage are being used and are set for each weapon that uses it on movements.xml, so it will be harder to remove. Life and mana leech are not, so you just have to delete the correct lines on .lua files on the client so they wont be shown. As soon as I can I teach you how...
  10. Togu

    [Showcase] New modifications (OTClient + TFS)

    Nice job with item tooltip and advanced trading! Waiting to be done to implement on my project!
  11. Togu

    How to get server's items id?

    Is there an easy way to do that? OTClient's items id are different from tfs' items id. Edit: Gonna try it and then I'll give feedback here haha
  12. Togu

    [OTClient] The Forgotten Tibia Server 0.8

    Nicee, but how do we automatize this to get the current directory? The directory on my pc is different from the other people. Edit: Lol, took me 30 minutes but I found the solution kkkkk Correct paths: '/images/game/summon_own' '/images/game/summon_other' Thanks nokturno! First public...
  13. Togu

    [OTClient] The Forgotten Tibia Server 0.8

    I joined forum on Jun 22, 2018. So, I think I took the sources from commits around 2 weeks before this date https://github.com/otland/forgottenserver/commits/master
  14. Togu

    Feature Auto Loot [TFS 1.3]

    It took 6 months but it is finally working here kkk Thanks @Raiden and @flaviiojr Now I'm gonna develop a button in OTClient that show "Enable auto loot" or "Disable auto loot" when you ctrl + click on item. Edit: :)
  15. Togu

    [OTClient] The Forgotten Tibia Server 0.8

    You start as non-vocation (vocation 0, I think) and this is the only vocation being used. By default we have 8 vocations, you just have to change their name and behaviours in .xml and .lua files. For more complex things you will need source code. The code is available on GitHub.
  16. Togu

    [OTClient] The Forgotten Tibia Server 0.8

    If you dont receive any errors of missing script on terminal after deleting it, it's not being used. I think I just didnt delete in the case of needing it in the future to make a higher class or second class, something like that, or profission. If I were going to implement something like that, I...
  17. Togu

    [OTClient] The Forgotten Tibia Server 0.8

    I think they don't (or aren't implemented):
  18. Togu

    [OTClient] The Forgotten Tibia Server 0.8

    This is an image from the website I was making. It is a build made by me for people who want to play as a classic mage. This way they can see where to spend their skill points. But you can always make your own build. You can make a tanker knight, a full damage knight with two handed weapons, a...
  19. Togu

    Will he be launching any ot soon?

    I'm brazilian and I just hate those new servers with many crazy features and 99999x xp. For me, what we all need is an old school experience. I dont want get lv 800 and I dont want events everyday and messages from gamemasters on screen. I want get the lv Bubble got, Eternal Oblivion, Rodrigo...
  20. Togu

    C++ Understanding the Tibia Engine (many questions)

    I stopped working on my distribution to study other things related to computer science and programming. I've reproduced Tibia in Unity for Android, but without multiplayer network cause on their official forum they say they are working on a new API that will be released probably in 2020 and the...
Back
Top