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-04-16 11:23:11

SirSoul
Member
Joined: 2016-09-21
Posts: 43

[HELP] Move bot client without /teleport

Title basically says what I would like, I can't find anything that would help me in the protocol.

Offline

#2 2017-04-16 11:25:47, last edited by LukeM (2017-04-16 11:26:46)

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

Re: [HELP] Move bot client without /teleport

https://github.com/Spambler/EverybodyEditsProtocol#sm-m

TIP

If all you want to do is to move the player to a specific block, then you can safely ignore most of these parameters and simply send these values:

x * 16, y * 16, 0, 0, 0, 0, 0, 0, 0, false, false, 0

This will move the player to the block located at the x by y position. The other parameters are only useful for more advanced movement code.

Edit: That is the 'm' message, so con.send("m", x * 16, y * 16, 0, 0, 0, 0, 0, 0, 0, false, false, 0);

Offline

#3 2017-04-16 11:50:43

SirSoul
Member
Joined: 2016-09-21
Posts: 43

Re: [HELP] Move bot client without /teleport

Thank you, (Topic needs to be locked)

Offline

#4 2017-04-16 14:13:26, last edited by MartenM (2017-04-16 14:44:02)

MartenM
Member
From: The Netherlands
Joined: 2016-03-31
Posts: 966
Website

Re: [HELP] Move bot client without /teleport

SirSoul wrote:

Thank you, (Topic needs to be locked)

You can close / lock topics your self. The button should be on the first post near the edit post button.
I could take a picture... To show... But so lazy...


lm3hgg8.jpg

Ingame: marten22        My steam: MartenM

Offline

Wooted by:
MartenM1492348406654922

Board footer

Powered by FluxBB

[ Started around 1711663914.7537 - Generated in 0.043 seconds, 10 queries executed - Memory usage: 1.39 MiB (Peak: 1.5 MiB) ]