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

Increase the amount of hp and mana displayed

Newone0

Member
Joined
Nov 22, 2021
Messages
59
Reaction score
7
Like in title how to in tfs increase diplay mana and hp in stats etc. I chnage some int32 to int64 in protocolgame.cpp but i always have debug client
 
OTClient? You need to add this feature to modules\game_features\features.lua
g_game.enableFeature(GameDoubleHealth)
TFS version? Show your protocolgame.cpp change.
 
OTClient? You need to add this feature to modules\game_features\features.lua
g_game.enableFeature(GameDoubleHealth)
TFS version? Show your protocolgame.cpp change.
When I do this on V10.98 it breaks and it displays hp and mp weirdly, and it multiplies exponentially.

Is there a way that I can avoid this? Or do I have to update the Client and Server versions for this to work?
 

Attachments

  • image_2024-07-18_093615401.png
    image_2024-07-18_093615401.png
    1.6 MB · Views: 19 · VirusTotal
Back
Top