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

C++ Change minimum exhausted spells value

Forkz

Intermediate OT User
Joined
Jun 29, 2020
Messages
528
Solutions
16
Reaction score
129
Hi otlanders,

I would like to change the minimum exhausted value of spells, IT SEEMS that the minimum is 1000ms

Source
Code:
https://github.com/nekiro/TFS-1.5-Downgrades/tree/7.72/src
 
Solution
Solved

Code:
https://github.com/nekiro/TFS-1.5-Downgrades/blob/a4675433d0e5c0001d37d4cab1241120216597e4/src/spells.h#L305
Solved

Code:
https://github.com/nekiro/TFS-1.5-Downgrades/blob/a4675433d0e5c0001d37d4cab1241120216597e4/src/spells.h#L305
 
Solution
Back
Top