Home › Forums › Angry Birds Epic Forum › Arena Season 7 › Reply To: Arena Season 7
@pointless
Ok – in that case, I didn’t know you enough and I do not know enough :P Sorry.
Empty M12 bar can only mean they’re either computer-generated (which doesn’t seem to be the case), or they never played for mastery beyond M12 (which is only possible if they levelled up to 60 with birds other than these three and never visited the Dojo), or they reached M15 and the game indeed caps them to M12. With the first two being pretty much impossible, I guess it IS capped then.
So if I meet an Elite Sea Dog that is able to deal more damage than 3458 damage and has more than 6527 health it’s likely a hacker?
@datguygamer
Yeah but… can’t they just remove a few bytes somewhere else in the code and allocate them to whatever portion of the code is responsible for the level cap? I’m a bit confused right now…
One byte equals 8 bits, and a bit is either a 0 or a 1. The number ‘100’ in binary is ‘1100100’. That fits very well into a single byte so I don’t see why this should be a problem when there’s 2,147,483,647 bytes available… If anything I would expect a limit at the number ‘255’ since ‘256’ wouldn’t fit into a single byte anymore.