EdwinMindcraft / ArsMagica2

Ars Magica 2 Bug Tracker
13 stars 9 forks source link

Level Shenanigans #38

Closed radzo73 closed 6 years ago

radzo73 commented 6 years ago

So, a while back, on Discord, I found out about /am2 magiclevel, and it apparently went up to 99. However, I didn't stop there. 99? Check. 999? Check. 9999? Check. 2099999999? Pretty much the maximum. 2018-04-11_07 50 16 However, in a course of a few minutes, this happens. crash-2018-04-11_08.00.55-server.txt

EdwinMindcraft commented 6 years ago

The average level is now 2099999999, multiply it by two and you are WAY over the 2^31 needed to go negative. I'm adding a Math.min between that and integer.max_value.