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.
Pages: 1
I am having some trouble.
I've been trying to place dots around the player so they can "fly". It hasn't been working.
I tried to get the players location and then place dots in there vicinity.
What I want to do is make it to where the dots delete after, and dots can't be placed when there is a block there.
Offline
The player's location is only tracked when the player presses a button I think. So I think this would be quite difficult to do, unless the player just tapped a button when they want to move rather than hold down a button.
thx for sig bobithan
Offline
Yes. Player coords are only sent in certain messages, such as 'add' or 'm' which means those are the location when that event happens. To get their exact location you would need to have player physics and let alone the bot wouldn't be able to keep up with the amount of blocks you would need to place. Now you can connect multiple bots to place the blocks but again that is only for one user. If you wanted to do this for all the users in the world then i don't believe you would have enough alt accs let alone the max limit would be reached very quickly.
If you would like me to make a bot for you, go here.
Offline
The client handles movements after a keypress is made which means you cannot receive messages constantly for players - you will get the initial X,Y V,H (among other things) and a library like EEPhysics handles this pretty well.
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
Pages: 1
[ Started around 1732498325.8911 - Generated in 0.038 seconds, 10 queries executed - Memory usage: 1.39 MiB (Peak: 1.5 MiB) ]