• 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. ivvanek

    [TFS 1.3] When skulled player die lag/freeze server

    I noticed that it happens when monster kill a player, it doesn't matter that you have skull or not. Server lag when player killed by a monster. Any Ideas? I gonna change threads because it is not the problem when you are skulled. Continue here: [TFS 1.3] Server lag when player killed by a...
  2. ivvanek

    [TFS 1.3] Spell cooldown. I am exhausted

    Dont work... function onCastSpell(creature, variant) local player = Player(creature) if player:getStorageValue(55555) >= os.time() and player:setStorageValue(60025, os.time() + 1) then player:sendTextMessage(MESSAGE_STATUS_SMALL, "You are exhausted") return false end...
  3. ivvanek

    [TFS 1.3] Spell cooldown. I am exhausted

    Now i have another issue, everything works fine but i can cast spell for example: exevo vis hur + exevo gran mas flam immediately, it's look like Combo ^^, how to make cooldown betwen some spells?
  4. ivvanek

    [TFS 1.3] When skulled player die lag/freeze server

    playerofdeath.lua local deathListEnabled = true local maxDeathRecords = 5 function onDeath(player, corpse, killer, mostDamageKiller, unjustified, mostDamageUnjustified) local playerId = player:getId() if nextUseStaminaTime[playerId] then nextUseStaminaTime[playerId] = nil...
  5. ivvanek

    [TFS 1.3] When skulled player die lag/freeze server

    When player kill skulled player my server got little lag, where to find the problem?
  6. ivvanek

    [TFS 1.3] Spell cooldown. I am exhausted

    Thank you for explain :)
  7. ivvanek

    [TFS 1.3] Spell cooldown. I am exhausted

    So, when i have other spells thats use the same cooldown i can use the same storage number or i neccesary is to use unique storage numbers for every spell?
  8. ivvanek

    [TFS 1.3] Spell cooldown. I am exhausted

    Can you explain me what the storage is and how to do it correctly?
  9. ivvanek

    [TFS 1.3] Spell cooldown. I am exhausted

    Its working! But when you are exhausted and trying to spell it again then it say "you are exhasted" but takes mana. How to disable taking mana when exhausted?
  10. ivvanek

    [TFS 1.3] Spell cooldown. I am exhausted

    Not working... Lua Script Error: [Spell Interface] data/spells/scripts/attack/hell's_core.lua:onCastSpell data/spells/scripts/attack/hell's_core.lua:16: attempt to index global 'player' (a nil value) stack traceback: [C]: in function '__index'...
  11. ivvanek

    [TFS 1.3] Spell cooldown. I am exhausted

    Here is my Hell's Core.lua: local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_FIREDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_FIREAREA) combat:setArea(createCombatArea(AREA_CIRCLE5X5)) function onGetFormulaValues(player, level, magicLevel) local min =...
  12. ivvanek

    [TFS 1.3] Spell cooldown. I am exhausted

    Still have this problem How to change cooldown for every spells? tried modify spells.xml but working weird.
  13. ivvanek

    Debug after killing a moster First Time

    items.otb from your server version is not the same which client has.
  14. ivvanek

    [TFS 1.3] [8.6] Server Freeze/Lag when player die

    Fixed, it was problem with operation system, i installed debian 9, 10, ubuntu 16.04 and i had the same problem. Probably it is problem with the database complability or connection or loop problem, dunno. I reinstalled system to debian 8 jessie and works good with mysql.
  15. ivvanek

    [TFS 1.3] [8.6] Help me with MySQL Configuration (Server lag for 3sec when player die)

    I have installed everything from zero, reinstalled system, recompilled files of engine, new database, installing myAAC. Start server and when player die server is freezing for 2-3 second. Thinking it is mysql issue, and maybe you have idea which step i missing, i have installed these packets...
  16. ivvanek

    War system ondeath

    Server lag when character die?
  17. ivvanek

    [TFS 1.3] [8.6] Server Freeze/Lag when player die

    Bump. I was using mariadb and thinking this is the issue, then reinstalled again my vps and installed mysql 5.7 server and the same problem, when players die i have lag on server. Any ideas?
  18. ivvanek

    [8.60] Latest forgottenserver 1.3/1.4. Clean downport.

    I found a bug, when player die server lag for 3 seconds. Can you check this by yourself ? because i had reinstall 4 times with different Acc Makers and i have the same problem, when player die server lag for 3 seconds. Here is my thread with the problem...
  19. ivvanek

    [TFS 1.3] [8.6] Server Freeze/Lag when player die

    i installed everything from zero, recompilled files of engine, new database, changing Acc Makers from myAAC to ZnoteAAC and everytime i have the same problem. When player die and server is freezing for 2-3 seconds, after freeze his body going to the ground, after dead 3 seconds freeze, body on...
  20. ivvanek

    C++ Change Version Map in TFS 0.3.6

    in config.lua change name of the map.
Back
Top