• 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

    opcode instalation doSendPlayerExtendedOpcode 1.5 Nekiro downgrade 8.6

    There was no 012-table.lua in my lib files, so I created a new file and copied the code
  2. Michcol94

    opcode instalation doSendPlayerExtendedOpcode 1.5 Nekiro downgrade 8.6

    Lua Script Error: [Npc interface] data/npc/scripts/gengo.lua:onCreatureSay data/npc/scripts/gengo.lua:11: attempt to call global 'doSendDialogNpc' (a nil value) stack traceback: [C]: in function 'doSendDialogNpc' data/npc/scripts/gengo.lua:11: in function 'callback'...
  3. 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...
  4. 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...
  5. 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...
  6. Michcol94

    Feature [TFS 1.3] Adding New Skills

    It adds only in global.lua`p`.skill_energy,["skill_energy"] = result.getNumber(query, "skill_energy"),and in compat.lua[SKILL_ENERGY] = 'energy',and crashes errors in the console as removed I have no skill errors as if it works as removed these elements I will add that it worked before with...
  7. Michcol94

    Feature [TFS 1.3] Adding New Skills

    But these changes are the ones you wrote on github without this skill will probably not work and the changes cause me this error, I don't know why? engine tfs 1.5 downgrade 8.6 by Nekiro
  8. Michcol94

    Feature [TFS 1.3] Adding New Skills

    This happens as soon as I make changes to lua. Even if I do them on a backup, strange, it was working normally before, I tried a new database to do the same.
  9. Michcol94

    TFS 1.X+ Summing up the damage received

    How to use function onHealthChange?
  10. Michcol94

    TFS 1.X+ Summing up the damage received

    It doesn't work, I wrote something like this local dmgMap = {} function loadDmgMap() local file = io.open("dmgMap.txt", "r") if file then for line in file:lines() do local guid, totalDmg = line:match("(%w+)%s+(%d+)") dmgMap[guid] = tonumber(totalDmg)...
  11. Michcol94

    Feature [TFS 1.3] Adding New Skills

    thanks
  12. Michcol94

    TFS 1.X+ Summing up the damage received

    IS THERE A METHOD THAT READS THE INJURY RECEIVED?
  13. 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?
  14. Michcol94

    Feature [TFS 1.3] Adding New Skills

    It gives me fist instead of energy. xD somewhere I probably have an error 1689631883 How do I use SKILL_ENERGY fist gives me but how to use Skillid or 7 it adds energy why so?
  15. Michcol94

    Feature [TFS 1.3] Adding New Skills

    For nothing I can not train skills I do not know what the problem I tried different code and the client skill does not grow everything compiled without error
  16. Michcol94

    Compiling TFS 1.5 NEKIRO weapontype=fist

    THANKS 1689549275 how to speed up skilling as i change parameters in vocations.xml it stops skill ? 1689549287 how to speed up skilling as i change parameters in vocations.xml it stops skill ?
  17. 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
  18. 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...
  19. 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