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

exhaust

  1. pdrhtdn

    [TFS 1.3][REQUEST] Lever to fight boss with cooldown

    Hi everyone, I've been digging here and on other forums a way to add a cooldown to a lever so the player (solo or in a team of 5) that pulls it can only pull again after 20 hours. For example I've been working on Duke Krule, and I got this so far: Also, the boss should disappear if the player...
  2. Varianek

    TFS 0.X Moveevents Teleport with exhaust

    Hi, I need help with this script. I plan to add to this script exhaust but I don't know how add. The script teleport players to pos xyz. If player come back too soon This player must wait xx minutes. function onStepIn(cid, item, pos) local pos = {x=148, y=379, z=7}...
  3. Ü

    TFS 1.X+ Exhaust player

    Good day people. I've been with this problem for quite some time. I hope someone can help me :) There is an exhaust in players that I cannot know what it is. I tried changing the exactions in config.lua to very low values but it didn't change. It happens when you corner with the keyboard or you...
  4. bybbzan

    8.6 Exhaust attack to heal

    Hello! Seriously, why the hell is it like this? I just changed from TFS 8.6 3777 to TFS 0.3.7-r5969-win64 Everything was fine until i noticed this shit. When you cast exori frigo or any other aggressive spell you should be able to heal immediately after casting it. And no, its not the exhaust...
  5. S

    Lua Double exhaust rune

    Hello, is it possible to create a rune which reduces the exhaustion of each type by half for a certain time without source code? If possible, please tell me which set of functions to use to achieve the goal. I'm using TFS 1.2 Thank you for all the answers!
  6. S

    Double Exhoust Rune - is possible to create??

    Hello, is it possible to create a rune which reduces the exhaustion of each type by half for a certain time? If possible, please select which functions to use to achieve the goal. I'm using The Forgotten Server v0.2.15 (Mystic Spirit) Thank you for all the answers!
  7. Niioxce

    Solved Exhaustion is global

    So i've come across this feature where everything has a global cooldown. (as shown in the Imgur GIF) I can't use healing and attack spells at the same time. I have been all over otland and haven't found anything noteworthy. I tried tfs 1.2 8.6 which could use different groups at the same time...
  8. GhostWD

    New exhaust types

    Hello i have started playing with exhausts in spells i have added to tfs04/spells.cpp at master · Fir3element/tfs04 · GitHub something like if(agresive) player->addExhaust(exhaustion, EXHAUST_COMBAT); if(!agresive) player->addExhaust(exhaustion, EXHAUST_HEALING); if(isCombo1)...
  9. Pluto

    TFS 0.3 - 0.3.7-r5969-v8.60 - exhaust system

    It uses old exh system (can't cast attack and defensive spells at the same time). What could I do to fix that, and add something like "spell groups" to spells.xml? What I know is it should be changed in source files (configmanager.cpp, spells.cpp, configmanager.h), seen solution, but the links...
  10. J

    C++ OTHire 0.0.3 stairs exhaust

    Hello. I want to remove exhaust when youre jumping on stairs. There is no such variable in config.lua. I tried checking the source in spells.cpp but i dont know what should i look for. Please help.
Top