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

Help with Exhausted

Sfake

New Member
Joined
Jul 1, 2007
Messages
11
Reaction score
0
Hey i have evolutiions 0.7.8 version 8.0
i want to my server have 0 exhausted but it wont change this is what i have.
Code:
-- exhausted time in ms (1000 = 1 second)
exhausted = 0

-- exhausted time in ms for non-aggressive spells (1000 = 1 second)
exhaustedheal = 0

-- how many ms to add if the player is already exhausted and tries to cast a spell (1000 = 1 second)
exhaustedadd = 0

but i dont know why dont work who can help me plz[/code]
 
Hey i have evolutiions 0.7.8 version 8.0
i want to my server have 0 exhausted but it wont change this is what i have.
Code:
-- exhausted time in ms (1000 = 1 second)
exhausted = 0

-- exhausted time in ms for non-aggressive spells (1000 = 1 second)
exhaustedheal = 0

-- how many ms to add if the player is already exhausted and tries to cast a spell (1000 = 1 second)
exhaustedadd = 0

but i dont know why dont work who can help me plz[/code]
 
set exhausted = 0 to 10. then it is 10 ms and its just a blink of an eye.
Else I think ( not sure ) but you could try to change the 0 to "false" or "no" and see if that works. I havent tried because I always use some exhaustion in my ot's i make.
 
set exhausted = 0 to 10. then it is 10 ms and its just a blink of an eye.
Else I think ( not sure ) but you could try to change the 0 to "false" or "no" and see if that works. I havent tried because I always use some exhaustion in my ot's i make.
 
Back
Top