Screen

Screen

I didn't pay attention to my exp prior to using the BigWig potion (supposedly giving +1 level).
But I sure hope that this was only an overflow in the value (most likely signed integer) and not really negative exp...

November 20, 2015

1 Comment • Newest first

Erag0n1

gg nexon.
Well, at least in java (and/or c#) when a stack overflows (for integers > 2,147,xxx,xxx (2^31 - 1, too lazy to pull out my calculator Kappa)) it starts at -2,147,xxx,xxx and counts back to the positive version. So basically you got 4b xp
(2,147,xxx,xxx + (2,147,xxx,xxx - 2xx,xxx,xxx))

Reply November 20, 2015 - edited