• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Michcol94

    [OTClient Mod] Loot stats

    my last version
  2. Michcol94

    C++ Request for training materials related to the TFS engine

    I don't understand how these developers manage this without any documentation, What C++ libraries are worth learning at least?
  3. Michcol94

    OTClient Request for educational resources to Otclient specifically for the mehah version

    I know that for now I'm learning by working with chatgpt 4 and explaining the code to me, but it makes mistakes and is often misleading, which takes a long time and is often confusing. I need translations of the code to better understand it, how to use it and what it is for, and what is the...
  4. Michcol94

    C++ Request for training materials related to the TFS engine

    Hello and welcome. Today, my dear community, I am asking for educational materials about the C++ language, I don't mean the basics, I know them well, I want to learn how to code in C++ for the TFS 1.x engine, especially the master version and version 1.5 by nekiro downgrade 8.6 but I see that...
  5. Michcol94

    OTClient Request for educational resources to Otclient specifically for the mehah version

    Hello and welcome. Today, my dear community, I am asking for educational materials about otclient, especially the mehah version. You can submit materials on any topic related to otclient and the libraries used in it. However, I care about materials for creating modules, OTML, functions in...
  6. Michcol94

    Error install [OTClient Mod] Loot stats in mehah otclient

    After many hours of trying to analyze the code, I managed to come to something and finally make some progress. I'm a bit embarrassed by the lack of support from any side, I say otland and discord, let's get to the point of what I managed to do and what conclusions I reached. I managed to display...
  7. Michcol94

    OTClient how use function findItemTypeByName otclien mehah

    How to use function to findItemTypeByName ? I use it in every way and it doesn't work, I can't find the item even if I use this code local itemName = "Z-Sword" local itemType = g_things.findItemTypeByName(itemName) if itemType and itemType:getClientId() ~= 0 then print("Items : " .. itemName...
  8. Michcol94

    Error install [OTClient Mod] Loot stats in mehah otclient

    Well, I got to the point after a few changes to this point. Namely, I edited file paths and created folders such as in createStats.lua, for example, and now I have a problem that everything loads but a crash message appears when I run the client: It's probably about paraserXML Below is the...
  9. Michcol94

    OTClient Module center outfit and up offset information bar

    if I use negative offset in objectbuilder, I get the effect that a figure appears in the upper left corner of the window, at least the information bar appears there screen object builder: I remember that when I tried to move the outfit and center it, I changed the source client, will this be...
  10. Michcol94

    Action Teleport System Kinto, 4 version: ModalWindow and version: no modalwindow

    I thought I'd give something back to the community, it's nothing complicated, but there's always something useful for someone, these are different versions of the teleportation script. Libraries necessary for modal window scripts: At the beginning, you will need the library that I used to create...
  11. Michcol94

    [OTClient Mod] Loot stats

    This is a link to the topic with the module: Loot%20stats']https://otland.net/threads/otclient-mod-loot-stats.259075/ Trying to add the [OTClient Mod] Loot stats module to my otclient mehah version, downloaded from here and compiled from GitHub - mehah/otclient: An alternative tibia client for...
  12. Michcol94

    Error install [OTClient Mod] Loot stats in mehah otclient

    This is a link to the topic with the module: MOD Trying to add the [OTClient Mod] Loot stats module to my otclient mehah version, downloaded from here and compiled from GitHub - mehah/otclient: An alternative tibia client for otserv written in C++20 and Lua, made with a modular system that...
  13. Michcol94

    Greed OTC (8.60 client for mehah's fork)

    Someone could help me upload it to the latest otclient mehah?
  14. Michcol94

    C++ Add ModalWindow my TFS 1.5 By Nekiro Downgrade 8.6

    I added everything that had to do with the tfs 1.5 engine to tfs 1.5 by nekiro downgrade 8.6 and it gives me an error in the code, I don't know why and how to solve it, please help void ProtocolGame::parseModalWindowAnswer(NetworkMessage& msg) { uint32_t id = msg.get<uint32_t>()...
  15. Michcol94

    OTClient Module center outfit and up offset information bar

    Shifting the information bar graphics works now, I need to center the character graphics on the x-axis
  16. Michcol94

    OTClient Module center outfit and up offset information bar

    Client: Otclient mehah latest current version, Hello and welcome. I wanted to make a module that would center the character and raise information to the player when the graphics were too large and it looked bad. and it worked out for me to either raise the graphics or center the item. I added...
  17. Michcol94

    Show additional skills on client

    on OTCV8 It works well but on mehah it doesn't want to work? Why ? 1702124868 on otcv8 it works normally on otclient mehah see what's happening
  18. Michcol94

    [TFS 1.3] Small Autoloot

    I prefer talkactions, but I don't know why only the !balance command works and !withdraw all doesn't throw any errors, but it doesn't pay out money except for the !balance command, nothing happens, it's a pity I have to figure it out because the conversation with the NPC is too long 1702084043 I...
  19. Michcol94

    [TFS 1.3] Small Autoloot

    My friend, to be honest, I don't know anything, I've never used it and I don't even know where to look. Could you guide me or refer me to a website with an explanation?
Back
Top