what is the gp limit? If Jagex used the BigInt-class which is a part of the Java Library, the size of a number is only limited by the available memory/harddiskspace on the server where it is stored. It saves the number as a string and I guess they use a custom made interpreter to convert the binary String to decimal representation.