• 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. Daniel Kopeć

    Solved Rush Event Error- bestplayer.lua and 034-exhaustion.lua

    It works. Thank you for your help. REP +
  2. Daniel Kopeć

    Solved [Error - Globalevent Interface] cleanhouse !

    No no :) I cut down the time and everything will be clear soon :) 1616254802 Everything looks fine, I can't see any bugs in the console. Thank you again :)
  3. Daniel Kopeć

    Solved [Error - Globalevent Interface] cleanhouse !

    I think so. I'm waiting for the next save and clean to be sure :) 1616254001 I also found such a script in the mod folder I also found such a script in the mod folder and I don't know if I should enable it. <?xml version="1.0" encoding="UTF-8"?> <mod name="Cleanhouses" version="1.03"...
  4. Daniel Kopeć

    Solved Rush Event Error- bestplayer.lua and 034-exhaustion.lua

    I get this error in the console when starting the Rush event ;/ Rush Event xml script: <?xml version="1.0" encoding="ISO-8859-1"?> <mod name="Rush Event" version="1.0" author="ChaitoSoft.com" contact="[email protected]" enabled="no"> <config name="re"><![CDATA[ t = {...
  5. Daniel Kopeć

    Solved [Error - Globalevent Interface] cleanhouse !

    Thank you for your help
  6. Daniel Kopeć

    Solved [Error - Globalevent Interface] cleanhouse !

    TFS 0.4 Tibia 8.6 local requiredTime = 60 * 60 * 24 * 10 function onThink(interval, lastExecution) doSaveServer() local result_plr = db.getResult("SELECT * FROM `houses`;") if(result_plr:getID() ~= -1) then while(true) do local owner =...
  7. Daniel Kopeć

    Solved [Error - Globalevent Interface] cleanhouse !

    This error appears to me in the console. What could be the reason ? How to fix it ?
  8. Daniel Kopeć

    Solved Annihilation (Exori Gran Ico) PROBLEM !

    Done :) Sorry I forgot :)
  9. Daniel Kopeć

    Solved Annihilation (Exori Gran Ico) PROBLEM !

    Thank you very much for help :) REP+
  10. Daniel Kopeć

    Solved Annihilation (Exori Gran Ico) PROBLEM !

    I want to introduce new spells like Annihilation (Exori Gran Ico). The problem is that once a spell has been used, it cannot be used anymore. I changed the parameters setPlayerStorageValue(cid, 3200, os.time()+30000) - But it didn't help. TFS 0.4 Tibia 8.6 Here are my scripts...
  11. Daniel Kopeć

    [8.6] Illusion City (old)

    its 8.54
  12. Daniel Kopeć

    CreatureEvent Stamina Training Monk [0.4 / 0.3.7]

    green stamina regenerates as quickly as orange stamina?
  13. Daniel Kopeć

    Solved Exp Scroll Problem !

    Thank you very much. I'll do it and test it right away :) 1615244388 Works elegant. Thank you very much :) REP+
  14. Daniel Kopeć

    Solved Exp Scroll Problem !

    I understand that I have to create this lua script in the actions / scripts folder and call it expscroll.lua? And what script is referencing this line in creaturescripts? <creatureevent type="login" name="extraExperienceScroll" event="script" value="extraExperienceScroll.lua"/>
  15. Daniel Kopeć

    Solved Exp Scroll Problem !

    BUMP !
  16. Daniel Kopeć

    Solved Exp Scroll Problem !

    Ok I think I understand. So how can I fix it?
  17. Daniel Kopeć

    Solved Exp Scroll Problem !

    After using the exp scroll, it adds 2x experience. But after relogging, it adds 1x more. How to fix it? so that he does not give 1x more after relogging? Here are my scripts: mods/expscroll.xml <?xml version="1.0" encoding="UTF-8"?> <mod name="Experience Stages Scroll" version="1.0"...
  18. Daniel Kopeć

    Exp Ring Problem !

    After putting on the ring, you don't get any experience at all. After removing the ring, the server shuts down (crash). After about 2 minutes. The time of the ring's goes down once and then it does not go down. Here are my scripts: <!-- Exp Ring --> <movevent type="Equip" itemid="7697"...
  19. Daniel Kopeć

    UE lock from x players on the screen TFS 0.4 8.6

    How to do it right? I marked the best answer but I don't know if it's right
Back
Top