• 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++ [OTXServer2] Too high damage

middley

Member
Joined
Oct 2, 2019
Messages
49
Reaction score
6
Hello to all forum users. Unfortunately I have discovered a problem on our server related to too much damage. I need to unblock it. Does anyone know how to get rid of it and where to look for it?

We use OTXServer2, protocol 7.6

Below I've added a video of what it looks like. Thanks in advance for all your help.

 
it's not a problem if the damage is displayed with a minus, the problem is that after reaching the int32 threshold the character doesn't deal damage
 
there was the same problem with the maximum experience gained from monsters, I found a function in luascript and changed it to 64, so why do you think it can't be done?
 
it's not a problem if the damage is displayed with a minus, the problem is that after reaching the int32 threshold the character doesn't deal damage
Because it's negative, it would heal/not deal damage instead of doing what it is supposed to do - deal damage.
 
Back
Top