What is the maximum paragon level?

In the Profile window accessible in the hero selection screen under the Heroes tab, there is a progress bar that tells you what paragon level you have and gives you a 'percentage completed' indicator for the next paragon level.

example of total paragon progress bar

There is no indication for when I will reach max paragon level. Does anyone know what the max paragon level is?

The example that I have provided indicates that paragon level 123 is approximately 4% of the way to completion (1/25th). Some simple math (123*25) will give an estimate completion around level 3000. Can anyone confirm whether or not that is the maximum paragon level?[edit: The percentage value indicates progress through the current paragon level and is not an indication of a maximum paragon level.]


Bonus points if you can provide some form of graph indicating the XP required per paragon level and what its upward trend looks like from level 0 through to whatever the cap may be.

3

4 Answers

The wiki states that since the release of Reaper of Souls (Paragon 2.0):

There is no cap on Paragon levels. Players can now earn as many Paragon levels as they please. All that needs to be done is to simply fight monsters and complete quests with a hero already at lv. 60 or 70, depending upon the player's (lack of, if appropriate) access to Reaper of Souls.

This chart (provided by Arperum) shows a current XP requirement per level, up to 2000. (I would post it here but it would be way too huge)

As for a fancy pie chart, I can only provide (an old model) up to 100, as the 2.0 version suggests there is no level cap.

enter image description here

8

Technically because of the limitation of computers, there is always a maximum value of anything. That number may be astronomically huge, but it still exists.

In this case, I would guess they're storing the value in game as a signed 32 bit integer. In which case the max paragon level would be 2,147,483,647. Assuming someone managed to reach this level and then leveled passed that level, they would then be paragon level -2,147,483,648 because the maximum value will have been reached and it will then reset back to the lowest value.

Of course the value could also be an unsigned 32 bit integer where the max would be 4,294,967,295 and it would then reset to 0 after that value was reached. It could also be a 64 bit value where 9,223,372,036,854,775,807 was the max and -9,223,372,036,854,775,808 was the minimum if it was signed and 18,446,744,073,709,551,615 was the max and 0 was the min if it was unsigned.

It could also be integers of other bit sizes such as 16 bit, or 128 bit. The only thing we know for sure is that it is not an 8 bit value since people have gone far beyond the max value of an 8 bit value (255 if unsigned).

Depending on how they coded the game, it may not allow you to go beyond the max value, it might reset to 0 or really low negative value, or it may even crash your game due to an uncaught exception.

Anyways, there is always technically a limit. The limit is probably nothing anyone could reach in a thousand life times without hacking, but there is a limit.

3

It is infact the last paragon level is 10,000

1

My character is at level 70 and my paragon is up in the 8500 Mark I played with someone online and talked to him and said it capped out at 10,000 that was after the upgrade to 2.0.1 or something like that.

1

You Might Also Like