Monster XP Limits

02/19/2024 02:08 [ADM]Haydees#1
First of all, I have already searched for 40 minutes on a solution.

I don't remember this being a major pain in the A$$ - at least not this bad.
When giving EXP to a newly created monster, it seems there is a limit, a small limit. The XP in the DB is showing as a minus. Even existing mobs like the ones in Regnums and KI are a minus.
[Only registered and activated users can see links. Click Here To Register...]

I believe something needs to be done in the ps_game.exe to fix this, but idk what or how.
Is anyone able to help fix this please?
02/19/2024 10:24 Cups#2
This isn't an issue in the ps_game, this is an issue in the database. The "Exp" column is a signed smallint - you should modify the column to be unsigned. Either way, it has no actual effect on the value of the data, only how it gets shown in the database.
02/19/2024 13:08 [ADM]Haydees#3
Thank you Cups. With that info, a server mate and I (mainly him) have figured out that the minus values are nothing bad. as you say, just a visual thing in DB.

The original issue was:
[Only registered and activated users can see links. Click Here To Register...]
which lead to the minus values - hence thinking there was an issue.
I switched ShStudio Versions and that error stopped showing

Thank you very much Cups :handsdown: