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

Problem exausted

icaro1988

New Member
Joined
Jul 1, 2009
Messages
63
Reaction score
1
I'm having a serious problem,
I have the TFS 0.4 Rev 4021 and am having a problem of exhaustion
actually there is no exhaustion,
the player attacks with magic without stopping, and I've looked in the folder and exta spells.xml all right there.

I need this help urgently, because the server put online today, anyone who can help will be eternally grateful.

Note: it happens with magic and runes, the two are no exhaustion
 
I think this should help you since you are using TFS. add 'return true' at the bottom of each spell (UE's Only.. not normal spells like utamo vita) before 'end'

so the spell will be like this at the bottom:

Code:
return true
end

For the runes I think you should check your config.lua here:
Code:
timeBetweenActions = 560
timeBetweenExActions = 560

You can change the 560 to any number you like :)

Rep++ if I helped you :D :D
 
Last edited:
I think this should help you since you are using TFS. add 'return true' at the bottom of each spell (UE's Only.. not normal spells like utamo vita) before 'end'

so the spell will be like this at the bottom:

Code:
return true
end

For the runes I think you should check your config.lua here:
Code:
timeBetweenActions = 560
timeBetweenExActions = 560

You can change the 560 to any number you like :)

Rep++ if I helped you :D :D


Part of the runes I managed to solve,
Now the case is that I am not able to fit the return true on the spells, could you give me an example?
 
Back
Top