• 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. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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>()...
  9. 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...
  10. Michcol94

    OTClient .dat and .spr files for assets !!!

    sorry knows who how to change .dat and .spr files to resource files very urgent request needs what conventer or how it is done let someone say
  11. Michcol94

    OTClient Files SPR and DAT Conveter from protocol 8.6 to a minimum of 10.98

    Hello. I would like to transfer a large number of graphics from protocol version 8.6 of .spr .dat files to the protocol version of the minimum version 10.98, but I want to transfer graphics to protocol version 12.00 but if it is not possible, then at least to version 10.98 I mean exporting and...
  12. Michcol94

    TFS 1.X+ OFF TARGET EFFECT

    The magic effect when using a spell on the target position is probably some hit effect or I don't know it appears from time to time, it is not displayed every time you use a spell, sometimes it changes to another effect, how to turn it off? Please help, I'll add the lua spell code, but the...
  13. Michcol94

    TFS 1.X+ function onhealthchange how use item attribute

    Hello. I want to load the attack and defense attribute in the onhealthchange function and I don't know how to do it, can anyone help? because I keep getting a nil value error
  14. Michcol94

    opcode instalation doSendPlayerExtendedOpcode 1.5 Nekiro downgrade 8.6

    On xtibia.com I found an interesting dialogue system and I wanted to test it. link: [OTClient] Sistema de Dialogo Otpokemon (https://xtibia.com/forum/topic/252290-otclient-sistema-de-dialogo-otpokemon/page/2/) It turns out that there is no doSendPlayerExtendedOpcode function in the tfs 1.5 by...
  15. Michcol94

    problem z onHealthChange

    Napisałem skrypt który obsługuje skille energy i defence, gdzie enrgy to nowy skill dodany do silnika działa tak że absorbuje część obrażeń magicznych a defence obrażeń mele lecz defence jest podmieniony za shielding po prostu bo nie będzie u mnie na serverze tarczy więc wykorzystałem ten skill...
  16. Michcol94

    TFS 1.X+ Transformation dmg bonus + absorb bonus after transformation + absorb skill bonus

    The code works as follows if the player attacks the player to add melee and ranged dmg bonuses and drowning damage, but I don't know how to add dmg absorption bonuses to work at the same time. And if the monster attacks the player, the dmg absorb bonus is added, but I don't know how to add the...
  17. Michcol94

    TFS 1.X+ Summing up the damage received

    How to load and sum the received damage such as drowndamage and distance to one variable and save in a database or other optimal solution that the sum does not disappear after restarting the server use tfs 1.5 downgrade 8.6 by Nekiro IS THERE A METHOD THAT READS THE INJURY RECEIVED?
  18. Michcol94

    Compiling TFS 1.5 NEKIRO weapontype=fist

    Feature - WeaponType Fist TFS 1.0 (https://otland.net/threads/weapontype-fist-tfs-1-0.210206/) I used this guide and parts are missing and I get [Warning - Items::parseItemNode] Unknown weaponType: fist items.cpp DIFFERENT
  19. Michcol94

    TFS 1.X+ Help me Optymalized my Transform System

    I am asking for help in optimizing my script, because it seems to me that with more people the engine will muddy and I have no way to test it, I expect feedback and possible code editing to optimize the transform system: talkacktions: transform local SystemTransformData= { [1] = { lvl = 1...
  20. Michcol94

    Pomoc z optymalizacją skryptu transform

    proszę o pomoc w optymalizacji mojego skryptu, bo wydaje mi się że przy większej liczbie osób będzie mulił silnik a nie mam jak tego przetestować, oczekuję opinii i ewentualnej edycji kodu w celu optymalizacji systemu transform: Talkactions: Transform local SystemTransformData= { [1] = { lvl =...
Back
Top