Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
This is coded directly into the client (and in turn, the server). Not sure if this is a bug but you could say it's an inconsistency.
Offline
Does this actually change any functionality within the game? I'm pretty sure it doesn't, (if you have 1000 jumps, they aren't decremented), in which case I think it would be fine as it is
I'm pretty sure this was just a decision to make the code not need 20 extra condidions / checks, as 1000 would always be enough jumps anyway, you just need to not decrement the number of jumps you have left
Offline
Does this actually change any functionality within the game? I'm pretty sure it doesn't, (if you have 1000 jumps, they aren't decremented), in which case I think it would be fine as it is
I'm pretty sure this was just a decision to make the code not need 20 extra condidions / checks, as 1000 would always be enough jumps anyway, you just need to not decrement the number of jumps you have left
With this logic, it could be any number over 0 and as long as it didnt decrement it would be infinite
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
destroyer123 wrote:Does this actually change any functionality within the game? I'm pretty sure it doesn't, (if you have 1000 jumps, they aren't decremented), in which case I think it would be fine as it is
I'm pretty sure this was just a decision to make the code not need 20 extra condidions / checks, as 1000 would always be enough jumps anyway, you just need to not decrement the number of jumps you have leftWith this logic, it could be any number over 0 and as long as it didnt decrement it would be infinite
Well any number above 999 (as <= 999 are used for non infinite numbers of jumps), thats why they used 1000
Offline
Xfrogman43 wrote:destroyer123 wrote:Does this actually change any functionality within the game? I'm pretty sure it doesn't, (if you have 1000 jumps, they aren't decremented), in which case I think it would be fine as it is
I'm pretty sure this was just a decision to make the code not need 20 extra condidions / checks, as 1000 would always be enough jumps anyway, you just need to not decrement the number of jumps you have leftWith this logic, it could be any number over 0 and as long as it didnt decrement it would be infinite
Well any number above 999 (as <= 999 are used for non infinite numbers of jumps), thats why they used 1000
if you have 1K jumps it still loses jumps so this if surely a bug
thanks hg for making this much better and ty for my avatar aswell
Offline
destroyer123 wrote:▼Xfrogman43 wroteWell any number above 999 (as <= 999 are used for non infinite numbers of jumps), thats why they used 1000
if you have 1K jumps it still loses jumps so this if surely a bug
Its hard coded so that if you have 1000 jumps then they dont decrease, just stay at 1000
Offline
Xfrogman43 wrote:destroyer123 wrote:Does this actually change any functionality within the game? I'm pretty sure it doesn't, (if you have 1000 jumps, they aren't decremented), in which case I think it would be fine as it is
I'm pretty sure this was just a decision to make the code not need 20 extra condidions / checks, as 1000 would always be enough jumps anyway, you just need to not decrement the number of jumps you have leftWith this logic, it could be any number over 0 and as long as it didnt decrement it would be infinite
Well any number above 999 (as <= 999 are used for non infinite numbers of jumps), thats why they used 1000
I was just saying that as an example
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
peace men wrote:destroyer123 wrote:▼Xfrogman43 wroteWell any number above 999 (as <= 999 are used for non infinite numbers of jumps), thats why they used 1000
if you have 1K jumps it still loses jumps so this if surely a bug
Its hard coded so that if you have 1000 jumps then they dont decrease, just stay at 1000
they do decraese
thanks hg for making this much better and ty for my avatar aswell
Offline
destroyer123 wrote:▼peace men wrote:Its hard coded so that if you have 1000 jumps then they dont decrease, just stay at 1000
they do decraese
Im pretty sure they dont...
Im testing it now, and ill edit this reply when I get a result
Ok tested it now, your jumps definately dont decrease
I was jumping under some blocks for 5+ mins 10+ mins now at over 5 jumps per second, so thats more than 1000 jumps
Offline
[ Started around 1740306550.4336 - Generated in 0.151 seconds, 12 queries executed - Memory usage: 1.59 MiB (Peak: 1.76 MiB) ]