Reply To: Arena Season 7

Home Forums Angry Birds Epic Forum Arena Season 7 Reply To: Arena Season 7

datguygamer
@datguygamer

@smwforever45 Because that’s the cap it can hit right now. The game is coded with a 256 bit encryption (aka 32 bit binary allocation integer) which only allows for 2,147,483,647 bytes of data, the exact amount of data needed for a program to cache it. That is also the same amount which all programs nowadays hit as max as going over it would nullify the value and thus return it as 0 thus sending the data structures to relocate on another code block thus signing an overflow condition. This essentially means if you try to force your way upto Level 100, you’ll be reset to Level 0.