Official Everybody Edits Forums

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.

#1 2017-05-23 23:27:38

Slabdrill
Formerly 12345678908642
From: canada
Joined: 2015-08-15
Posts: 3,402
Website

blockpicker inf jumps gives 1000 instead of -1


suddenly random sig change

Offline

#2 2017-05-24 00:11:42

ParadoxInTheVoid
Member
From: ̺̺̺̺̺̺̺̺̺̺̺̺̺̺̺̺̺̺̺̺
Joined: 2015-02-18
Posts: 341

Re: blockpicker inf jumps gives 1000 instead of -1

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.


signature.png

Offline

#3 2017-05-24 08:17:53

LukeM
Member
From: England
Joined: 2016-06-03
Posts: 3,009
Website

Re: blockpicker inf jumps gives 1000 instead of -1

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

Wooted by:

#4 2017-05-24 09:25:45, last edited by Xfrogman43 (2017-05-24 09:25:55)

Xfrogman43
Member
From: need to find a new home
Joined: 2015-02-15
Posts: 4,174

Re: blockpicker inf jumps gives 1000 instead of -1

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 left

With this logic, it could be any number over 0 and as long as it didnt decrement it would be infinite


zsbu6Xm.png thanks zoey aaaaaaaaaaaand thanks latif for the avatar

Offline

#5 2017-05-24 11:39:41

LukeM
Member
From: England
Joined: 2016-06-03
Posts: 3,009
Website

Re: blockpicker inf jumps gives 1000 instead of -1

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 left

With 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

#6 2017-05-24 14:55:43

peace
Member
From: admin land
Joined: 2015-08-10
Posts: 9,226

Re: blockpicker inf jumps gives 1000 instead of -1

destroyer123 wrote:
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 left

With 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


peace.png

thanks hg for making this much better and ty for my avatar aswell

Offline

#7 2017-05-24 15:00:35

LukeM
Member
From: England
Joined: 2016-06-03
Posts: 3,009
Website

Re: blockpicker inf jumps gives 1000 instead of -1

peace men wrote:
destroyer123 wrote:
Xfrogman43 wrote

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

Its hard coded so that if you have 1000 jumps then they dont decrease, just stay at 1000

Offline

#8 2017-05-24 18:26:21

Xfrogman43
Member
From: need to find a new home
Joined: 2015-02-15
Posts: 4,174

Re: blockpicker inf jumps gives 1000 instead of -1

destroyer123 wrote:
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 left

With 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 //forums.everybodyedits.com/img/smilies/tongue


zsbu6Xm.png thanks zoey aaaaaaaaaaaand thanks latif for the avatar

Offline

Wooted by:

#9 2017-05-25 12:27:11

peace
Member
From: admin land
Joined: 2015-08-10
Posts: 9,226

Re: blockpicker inf jumps gives 1000 instead of -1

destroyer123 wrote:
peace men wrote:
destroyer123 wrote:
Xfrogman43 wrote

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

Its hard coded so that if you have 1000 jumps then they dont decrease, just stay at 1000

they do decraese


peace.png

thanks hg for making this much better and ty for my avatar aswell

Offline

#10 2017-05-25 12:36:31, last edited by LukeM (2017-05-25 12:51:16)

LukeM
Member
From: England
Joined: 2016-06-03
Posts: 3,009
Website

Re: blockpicker inf jumps gives 1000 instead of -1

peace men wrote:
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

#11 2017-05-27 20:06:46

Slabdrill
Formerly 12345678908642
From: canada
Joined: 2015-08-15
Posts: 3,402
Website

Re: blockpicker inf jumps gives 1000 instead of -1

I reported this because 1000 doesnt look as nice in the display compared to -1
and it's the only way to get a 1000


suddenly random sig change

Offline

#12 2017-05-27 20:09:49

LukeM
Member
From: England
Joined: 2016-06-03
Posts: 3,009
Website

Re: blockpicker inf jumps gives 1000 instead of -1

Ohhhhhhhh.... oops...
I somehow managed to completely skip the word blockpicker in the topic title...

Ok I agree now lol

Offline

Wooted by:
LukeM1495912189661424

Board footer

Powered by FluxBB

[ Started around 1713478548.647 - Generated in 0.059 seconds, 10 queries executed - Memory usage: 1.58 MiB (Peak: 1.75 MiB) ]