• 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!

Recent content by Michcol94

  1. Michcol94

    Nowa seria poradników tym razem o podstawowej edycji OTS i tworzeniu gry.

    Seria się nie skończyła cały czas nagrywam...
  2. Michcol94

    Nowa seria poradników tym razem o podstawowej edycji OTS i tworzeniu gry.

    Witam serdecznie nie zwalniam tempa jest to nowy projekt i nowa seria poradników o podstawowej edycji ots oraz używania oprogramowania różnego do prac z tym związanymi. Poradniki będą o każdym obszarze, temacie tworzenia oraz edycji OTS'a, na razie tak ogólnie nauczymy się korzystać z...
  3. Michcol94

    Poradnik i video tutorial kompletny Instalacji i kompilacji oraz uruchomienie TFS 1.5 downgrade 8.6 by Nekiro z OTClient Mehah oraz fix fmt error

    Zaczynam nagrywać materiał na temat zatwierdzonej edycji ots'a io oprogramowaniu do tego tak ogólnego na razie w poszczególnych tematach oraz edycji chatgpt czy się da, jak mieć określone wymagania z ustalonej wersji chatgpt bezpłatnego oraz płatnego, aby każdy mógł wydać lub wydać w wersji...
  4. Michcol94

    Poradnik i video tutorial kompletny Instalacji i kompilacji oraz uruchomienie TFS 1.5 downgrade 8.6 by Nekiro z OTClient Mehah oraz fix fmt error

    Poradnik z video tutorialem składa się z 5 części oglądaj od początku po kolei od pierwszego do ostatniego, wykonuj czynności pokazane w filmach krok po kroku, a z pewnością uruchomisz swój serwer. Rozwiązujemy także problem z biblioteką fmt przed kompilacją by uniknąć błędu podczas kompilacji...
  5. Michcol94

    [OTClient Mod] Loot stats

    my last version
  6. 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?
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
Back
Top Bottom