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

[HELP] Break Monsters Hp Limit

115820

Member
Joined
Feb 27, 2011
Messages
193
Solutions
1
Reaction score
5
Location
London, England
How i Break Monsters' Hp Limit?? Please i need, in my server have prestige system with Prestige More Attack (when u get more prestige, more attack you have, Spells and Weapons)

Please i have my sources. Rev 3777
 
You need to change every instance of int32_t to int64_t in the sources where health and mana is concerned, as well as int to bigint in the database to accomplish what you want.
 
You need to change every instance of int32_t to int64_t in the sources where health and mana is concerned, as well as int to bigint in the database to accomplish what you want.
Not scripts, data types are not defined in lua, you need to modify the cpp and h files in c++, as well as the sql schema
 
Back
Top