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

    C++ How to change the folder where the theforgottenserver.exe file is generated

    Thank you very much, it worked perfectly. I'll give a like to your comment, but I don't know how to let everyone know that your response solved the problem so that eventually other people with the same issue know what to do.
  2. E

    C++ How to change the folder where the theforgottenserver.exe file is generated

    I have changed the directory where the theforgottenserver.exe file is created in the project. However, when I try to run this file directly through Visual Studio, it gives an error because it cannot find the config.lua file. However, the config.lua file and everything else are in the...
  3. E

    TFS 1.X+ Blocking Item move

    Hello, I wanted to block a item, I mean, impossible to throw away, so, if it's on a bag, the bag should be blocked too.. So, shouldnt be possible to move the blocked item between the bags, and if i try to do it, it should verify if does exist a blocked item, if yes, then the bag shouldnt be...
  4. E

    OTClient Vertical Progress Bar

    Oh God, Thx, it's Works.... I had to adapt the calculations, because with your calculation when the "height" is not 100, it leaves the edges Whitch function UIVerticalProgressBar:updateBackground() if self:isOn() then local width = self:getWidth() - self.bgBorderRight -...
  5. E

    OTClient Vertical Progress Bar

    I didn't understand, how to change the minimum and maximum
  6. E

    OTClient Vertical Progress Bar

    Hello, I'm trying to make a vertical progress bar, but when I add it at 80% it draws from top to bottom, and I would like to do the opposite That's how it looks when it's 80%... And this is how I would like it to look... That was the code I edited -- @docclass UIVerticalProgressBar =...
  7. E

    TFS 1.X+ Help to Count Item when move It

    Good morning, I am wanting to develop a system that counts how many items the player gets, or moves into the backpack. For example, Item Sword, I want to perform a function that executes every time he wins an item with the same ID as a Sword, and every time he moves a sword into the backpack he...
  8. E

    OTClient Connect to ENCRYPTION_SHA256

    My Sever use encryption type ENCRYPTION_SHA256, but my otclient cannot connect in character list why ?
  9. E

    OTClient Compilling problems

    I'm Trying to compile otclient last version with vcpkg and i got this erro: Severity Code Description Project File Line Suppression State Error (active) E0289 no instance of constructor "boost::posix_time::seconds::seconds" matches the argument list otclient...
  10. E

    TFS 1.X+ Compilling problems

    Sorry everyone, I searched the internet and ended up finding this program "Dependency Walker", this program showed me that it was an incompatibility with the dll "libmysql.dll" so I downloaded another version of it on the internet and it worked. To leave the setup of my error I was using: Win...
  11. E

    TFS 1.X+ Compilling problems

    Hi, I formatted my computer and installed windows 10 PRO, I installed visual studio community 2017 and set the libs in TFS 1.3 project, I put the VS to compile but when I try to run the following error "0xc000007b" ~ when I try to use the debugger I get the following error Real Error...
  12. E

    Game 3D simmilar to Tibia, what do you think about it :) ?

    Dont stop man, thats a good project, waiting for news.
  13. E

    C++ TFS 1.2 metatable bind problem

    I solved my problem changing this: // Pokeball registerClass("Pokeball", "Item", LuaScriptInterface::luaPokeballCreate); registerMetaMethod("Pokeball", "__eq", LuaScriptInterface::luaUserdataCompare); registerMetaMethod("Pokeball", "setPokemonId"...
  14. E

    C++ TFS 1.2 metatable bind problem

    Good morning, I'm doing a new class called "Pokeball" that inherits the "Item" class. But I'm having trouble binding the class to use it in LUA, I can not send the metatable to use the functions in Lua. When i try to do this : function onUse(player, item, fromPosition, target, toPosition...
  15. E

    OpenTibia SharpMapTracker 0.8.1 by Jo3Bingham

    But where is the address to 10.92 ? ClientRsa = client.BaseAddress + 0x45EA30; ClientServerStart = client.BaseAddress + 0x58C098; ClientServerEnd = client.BaseAddress + 0x58C09C; ClientServerStep = 0x30...
  16. E

    Compiling Downgrade Server Version (TFS 1.1 1077 to 1041)

    I make it, but nots works 100%
  17. E

    Compiling Downgrade Server Version (TFS 1.1 1077 to 1041)

    Some one can help me with downgrade from my tfs 1077 to 1041 ? 1077 no have data editor support and have bugs in spr on otclient, so i want to make a downgrade to 1041 I tryed to make it #define CLIENT_VERSION_MIN 1041 #define CLIENT_VERSION_MAX 1041 #define CLIENT_VERSION_STR "10.41" Its...
  18. E

    Windows Arithmetic Bug on C++ TFS 8.6

    Im trying to do : std::cout << "\tMAX HEALTH: " << target->getMaxHealth() << std::endl; std::cout << "\tEXPERIENCE: " << g_monsters.getMonsterType(monster_id)->experience << std::endl; std::cout << "\tDAMAGE: " << damage << std::endl...
  19. E

    Compiling TFs 1.x compiling bug

    Some one can help me with this bug ? Libs: Includes:
  20. E

    TFS 1.1 Outfit Animation BUG

    No one can show me a solutions ?
Back
Top