• 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

    [Brazil] [Custom / 10.98] The Forgotten Tibia: No-vocations | No training | New skills | RPG-PvP | Season 1 | 04/10/19

    I'm sorry for that. Server is under test server and I was rushing coding new features. Soon I'll release a serious season 2.
  2. Togu

    [TFS 1.2] How make critical work with distance and magiclevel?

    Implement on sources on c++, critical system isn't hard to understand. It just takes a "chance" value and verifies with another "random" value, if one is bigger then other, it adds a CONST_ME_CRITICAL_DAMAGE (a constante magic effect of critical damage) and increases the damage. I implemented it...
  3. Togu

    [Brazil] [Custom / 10.98] The Forgotten Tibia: No-vocations | No training | New skills | RPG-PvP | Season 1 | 04/10/19

    Just made a reset and increased loot and exp rate. Server is on test server phase for the next weeks. PvP-Enforced enabled. On website you can found a brazilian whatsapp group and a discord channel in case you want to talk to me.
  4. Togu

    Somebody is hacking my database

    That was funny. Thank you guys for trying to help me. But it wasn't a hacker editing data on database. It was a friend that found many bugs on the server so he was growing experience, skills and gold and summoning agressive creatures with utevo res. I was in a whatsapp group telling all things...
  5. Togu

    Somebody is hacking my database

    I understand I can run a server without phpmyadmin. But can't I just disable and enable it when I want make changes? I hate SQL queries haha I'll check how to close 3306 port Also I will change from Gesior to Znote I think Thx
  6. Togu

    Somebody is hacking my database

    So, I'm home hosting a server with Ubuntu 18.04 and there is a guy that is hacking my database and changing his level. I already blocked access to phpmyadmin from IPs that isn't mine and changed the address to enter phpmyadmin page. Is there any other things I can do to prevent the hacking...
  7. Togu

    [OTClient] How to put config and minimap.otmm on clients folder?

    Does someone know how to make the client load (and save) the config.otmm and minimap.otmm file from the client folder? I know I must change things on resourcemanager.cpp, but I'm kind of lost there. I want to remove the dependency of having a folder on the user directory, I want everything to...
  8. Togu

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

    SERVER: data/XML/skills.xml and data/XML/stages.xml CLIENT: modules/game_skills/skill.lua and modules/gamelib/const.lua (SkillDescription) But attention to walk and attack speed, I think that will need changes on sources. And you will probably need to change more things on client too, for that...
  9. Togu

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

    Map fixes, make more tasks, make addon itens, make outfit itens, make mount itens, improve tutorial at the beginning, change skills name in database, show blessings count on skills window, make hotkeys clickable through buttons on top... but i dont think these things are urgent and i dont know...
  10. Togu

    [Brazil] [Custom / 10.98] The Forgotten Tibia: No-vocations | No training | New skills | RPG-PvP | Season 1 | 04/10/19

    Light shovel npc issue solved. Some map bugs I already know and I have to solve that but I'm without time, thx for reporting it. Maybe the clients interface is not showing it right. I almost sure the server is giving more attack speed when you grow dexterity. But I'll check it anyway.
  11. Togu

    [Brazil] [Custom / 10.98] The Forgotten Tibia: No-vocations | No training | New skills | RPG-PvP | Season 1 | 04/10/19

    I'm glad you guys are having fun! I'm sorry about the old client on the download section and thanks a lot for telling me that. Some tips for newcomers: If you level up with the skill window open you will have to close it and open again to assign points; South from Rhyves you can get a free...
  12. Togu

    [Brazil] [Custom / 10.98] The Forgotten Tibia: No-vocations | No training | New skills | RPG-PvP | Season 1 | 04/10/19

    I'm sorry if you couldn't play and I thank you again for telling me this issue. I'll work later on solving it. Valeu cara! No momento to meio sem tempo, não rola muito ficar em discord, nem tenho. Mas se quiser pode criar um novo "issue" lá no projeto no GitHub ou me enviar por mensagem privada...
  13. Togu

    [Brazil] [Custom / 10.98] The Forgotten Tibia: No-vocations | No training | New skills | RPG-PvP | Season 1 | 04/10/19

    I think you are with an older client and maybe you have an older installation of otclient on your machine, try going into your user folder and deleting the "otclient" folder with config and minimap. Then go into the website and download again the client, can you? There were other people playing...
  14. Togu

    TFS Architecture

    Use search tools (like searching a string in all files in the src folder) to find anything you want and then use an IDE to ctrl + click classes and methods and navigate through the project. For example, if you want to change what happens when you level up, search on all project files for "You...
  15. Togu

    [Brazil] [Custom / 10.98] The Forgotten Tibia: No-vocations | No training | New skills | RPG-PvP | Season 1 | 04/10/19

    Are you using IP Changer? Can you tell me what IP is on server.otmod file in mods/client_entergame folder? There is no need to change IP with IP Changer. Please guys if you played and liked leave a comment! :)
  16. Togu

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

    SERVER ONLINE http://189.122.73.38:8080/?subtopic=latestnews https://otland.net/threads/brazil-custom-10-98-the-forgotten-tibia-no-vocations-no-training-new-skills-rpg-pvp-season-1-04-10-19.266633/
  17. Togu

    [Brazil] [Custom / 10.98] The Forgotten Tibia: No-vocations | No training | New skills | RPG-PvP | Season 1 | 04/10/19

    http://189.122.73.38:8080/ What makes it different from Tibia / The Forgotten Server 1.3? There are no vocations Everyone starts as a normal human being with points to be distributed among the skills There is no skill training Each level you advance ou receive points to be distributed...
  18. Togu

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

    Just made 2 big fixes that leads to the stable version in case anybody want to test it: https://github.com/GustavoContreiras/TheForgottenTibia/commit/fffe88a5849031d4342a6dec704cc5fe4cea2d81 https://github.com/GustavoContreiras/TheForgottenTibia/commit/bdccefef0c03d49aa6b8ed3a419d8f06f3789f2b...
  19. Togu

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

    Just to leave it on a stable version and maybe home host a medium-rate server for a month https://github.com/GustavoContreiras/TheForgottenTibia/commit/ada9aef8a426cf4577a9400431ad17fd1c7bee74
  20. Togu

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

    Does someone compiled it on Linux/Ubuntu? I'm receiving an old error took from the original forgottenserver: $ cmake .. -- The C compiler identification is GNU 7.4.0 -- The CXX compiler identification is GNU 7.4.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler...
Back
Top