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

  1. H

    [Module] - Loot Simulator - TFS 1.5

    That explains everything to me now, because its correct only some xml monsters aren´t loading. Thanks <3
  2. H

    [Module] - Loot Simulator - TFS 1.5

    Its kinda strange but with the old version where you have to put in the monster names manually there this monster is working. So I think I will stick to that version
  3. H

    [Module] - Loot Simulator - TFS 1.5

    Hmm, thats strange this monster has loot and I have also changed the monster which is not loading to a complete other monster (which is loading) and its still not loading
  4. H

    [Module] - Loot Simulator - TFS 1.5

    Is there a max number how many monsters are loaded into the simulator because some of my monsters are not loading and I have no idea why there are no errors in server console or client termial
  5. H

    Lua TFS 1.4.2 Spell Request

    I have done this and it returns: player vocation: 4 But the spell is appling the condition even if if target:getVocation():getId() == 0 then I am getting the vocation correct but the problem i faceing is that even if the target is not vocationId 0 that the spell applies the condition 1712868510...
  6. H

    Lua TFS 1.4.2 Spell Request

    Thanks for the tipps I landed with this input by: local condition = Condition(COMBAT_PHYSICALDAMAGE) condition:setParameter(CONDITION_PARAM_DELAYED, 1) condition:addDamage(1, 1, -2000) local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)...
  7. H

    Lua TFS 1.4.2 Spell Request

    Hello Otlanders, I need a little bit help with a spell I am working on but I can´t get it to work. it should be a monster spell To explain it I need a spell which only do damage when the vocation matches I have tryed a lot but can´t get it to work. Seems like I can not get any target info when...
  8. H

    Where can i change the boss timer in canary?

    Then this should be the play I think. U can test it if you change the 20 to 1 for 1 hour if it works you knoq
  9. H

    Where can i change the boss timer in canary?

    Don´t know canary much but I found this in config.lua.dist bossDefaultTimeToFightAgain = 20 * 60 * 60 -- 20 hours Just change it to bossDefaultTimeToFightAgain = 5 * 60 * 60 -- 5 hours I think that should work but I am not sure
  10. H

    C++ TFS 1.4.1 Npc Subfolders

    Hello OTLanders, I have a help request. I am useing TFS 1.4.1 version 10.98 with a Real Map. I kinda want to organize my Npc´s folder and saveing the npc.xml´s in subfolders like "data/npc/carlin" "data/npc/thais" etc. But sadly I am not that good in C++ to come out with a code to load also sub...
  11. H

    Programmer Looking for someone who can help me compiling

    Worked perfectly, Thank you very much for your time to explain it to me <3
  12. H

    Programmer Looking for someone who can help me compiling

    Hello OT-Landers I am looking for someone who can send me a detailed Tutorial to compile this distro to windows. I have tryed it myself but couldn´t get it work. YurOTS (TFS 1.2) MySQL 🎇 Happy New Year (https://otland.net/threads/yurots-tfs-1-2-mysql-happy-new-year.274017/) I am a noob on Linux...
  13. H

    Loot Channel Help

    Change player:sendTextMessage("", text, TALKTYPE_CHANNEL_O, 9) to player:sendChannelMessage("", text, TALKTYPE_CHANNEL_O, 9)
  14. H

    TFS 0.X OTX2 not Starting

    Hello OtLanders, I am useing OTX2_8 and everything went well, I could compile it start it everything was fine I put the server on a Dedicated Windows2022 server and the server won´t start anymore it got me the error MSG I have installed all req edistributable package´s but it stil gets me the...
  15. H

    Lua Damage and Loot Log

    I have tryed all these enum SpeakClasses : uint8_t { TALKTYPE_SAY = 1, TALKTYPE_WHISPER = 2, TALKTYPE_YELL = 3, TALKTYPE_PRIVATE = 4, TALKTYPE_CHANNEL_Y = 5, TALKTYPE_RVR_CHANNEL = 6, TALKTYPE_RVR_ANSWER = 7, TALKTYPE_RVR_CONTINUE = 8, TALKTYPE_BROADCAST = 9...
Back
Top Bottom