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
How can I make my bot move around and teleport?
I've tried sending a location through "m" but it doesn't seem to work, can anyone help?
Offline
Offline
I know all of that, but every time I try to make my bot go somewhere it does nothing.
Offline
but actually u shall use this, that was a (message we receive)
This is what u shall wrote Connection.Send("m", X, Y, SX, SY, MX, MY, H, V, GM, SD);
[0] ‹string› "m"
[1] ‹double› Player X
[2] ‹double› Player Y
[3] ‹double› Speed X
[4] ‹double› Speed Y
[5] ‹int› Modifier X
[6] ‹int› Modifier Y
[7] ‹int› Horizontal
[8] ‹int› Vertical
[9] ‹int› GravityMultiplier (Normal world = 1)
[10] ‹bool› SpaceDown
For most movements (int X, Y): Connection.Send("m", X * 16, Y * 16, 0, 0, 0, 0, 0, 0, 1, true); // <-- your code shall use this
Offline
Well, there is my problem. I forgot I had to put * 16 for the Player X/Y
Thank you, goey.
Offline
Pages: 1
[ Started around 1743877218.225 - Generated in 0.037 seconds, 12 queries executed - Memory usage: 1.42 MiB (Peak: 1.52 MiB) ]