• 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++ [TFS 1.3] How to change int32 to higher value for health

  • Thread starter Thread starter Shadow_
  • Start date Start date
S

Shadow_

Guest
Hello,

I have been trying to change monsters and players maximum health which is int32 tried changing things related to players and monsters hp to unit32 or int64 didn't work (changed to BIGINT (11) in database tables and nothing happens once the player passes int32 value with their hp, it downgrades to 1HP so anybody knows which changes should be made in source files ?

Carcoo.
 
Back
Top