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
Topic closed
Hi there!
Tried to find the awnsers on the internet. Could find them so that's why I am here.
Q1: Is it possible to teleport the bot? (If yes, how?)
Q2: How do you change the bot smily?
Yes I'm just starting with the bots. Already got my snake and some other projects done.
MartenM (marten22)
Ingame: marten22 My steam: MartenM
Offline
To change the smiley: con.Send("smiley", smileyID);
To teleport the bot: con.Send("m", X * 16, Y * 16, 0, 0, 0, 0, 0, 0, 0, false);
That's it, im not pretty sure about the teleport but try it
Offline
To teleport the bot: con.Send("m", X * 16, Y * 16, 0, 0, 0, 0, 0, 0, 0, false);
This should be:
conn.Send("m", X * 16, Y * 16, 0, 0, 0, 0, 0, 0, 0, false, false, 0);
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
Pages: 1
Topic closed
[ Started around 1732421204.2103 - Generated in 0.034 seconds, 10 queries executed - Memory usage: 1.42 MiB (Peak: 1.53 MiB) ]