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

C++ Change minimum exhausted spells value

Forkz

Advanced OT User
Joined
Jun 29, 2020
Messages
586
Solutions
17
Reaction score
159
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

Similar threads

Back
Top