Jamie_Kurosawa Wrote:255 items total allowed in the CS from what they've calculated up... The Cash Shop being coded with an 8-bit address...
*face palm*
And this is why you code things with a 32-bit or 64-bit address just in case. 255 = 0xFFFFFFFF...
Yoda mode @ Nexon developers:
THIS is why you fail. You're own coding you do not know. Mmmmmm...
I did this same thing... and still crashed out. I'ma just wait for a fix...
0xFFFFFFFF is not 255, it's -1. 255 is 0xFF and only unsigned. Where MS uses signed ints most of the time the actual limit is likely 127.
But obviously the limit varies by character so it's something else being a problem.

