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
con.Send(worldKey + "k")
and
con.Send("k")
doesn't work.
Help???
Offline
con.Send(worldKey + "k")
and
con.Send("k")
doesn't work.
Help???
I don't know for what features you are using the crown, but here's what I'm telling you: If you can use blue coin and yellow coin, do it. I have had enough trouble with the crowns that I almost gave up at some point.
Offline
I believe just like toggling keys it works on your own world only.
Sample Text.
Doritos/Mountain Dew eater.
420 No scoping 69 scrubs per day
Always smoke weed everyday.
Known for: #getrekt Bot (possible revive with new stuff?)
Offline
I don't know for what features you are using the crown, but here's what I'm telling you: If you can use blue coin and yellow coin, do it. I have had enough trouble with the crowns that I almost gave up at some point.
Okay, i'll try using coins.
I believe just like toggling keys it works on your own world only.
It's my world.
Offline
Psychocrysma wrote:I don't know for what features you are using the crown, but here's what I'm telling you: If you can use blue coin and yellow coin, do it. I have had enough trouble with the crowns that I almost gave up at some point.
Okay, i'll try using coins.
darkblades wrote:I believe just like toggling keys it works on your own world only.
It's my world.
you need to put in x and y coordinates otherwise it does not work.
Sample Text.
Doritos/Mountain Dew eater.
420 No scoping 69 scrubs per day
Always smoke weed everyday.
Known for: #getrekt Bot (possible revive with new stuff?)
Offline
Offline
coordinates are new?
I think in the new updaye then (only started making bots since then, so not sure)
con.Send(worldKey + "k")
and
con.Send("k")
doesn't work.
Help???
Supposed to be con.Send(worldKey + "k", int xPosTrigger, int yPosTrigger)
Really you can make these any value you'd like, unless the position they'd be triggered at would matter.
Offline
Really you can make these any value you'd like, unless the position they'd be triggered at would matter.
Like how?
Offline
▼Hidden textLike how?
Perhaps to check if the position is actually valid to counter cheaters.
Or maybe you made it so that the position it is triggered at would activate a certain event.
Be creative!
Offline
The "k" message doesn't have location params.
So how would you check if the position it is triggered at would activate a certain event?
I'm curious as I haven't used coords in crowns before.
You could use that to send customs msgs.
Offline
The "k" message doesn't have location params.
So how would you check if the position it is triggered at would activate a certain event?
You could use that to send customs msgs.
Hmmm... True about that one...
Well, guess they might implement it at some point, same for keys and stuff.
Offline
goeyfun wrote:coordinates are new?
I think in the new updaye then (only started making bots since then, so not sure)
marcoantonimsantos wrote:con.Send(worldKey + "k")
and
con.Send("k")
doesn't work.
Help???Supposed to be con.Send(worldKey + "k", int xPosTrigger, int yPosTrigger)
Really you can make these any value you'd like, unless the position they'd be triggered at would matter.
Before, con.Send(worldKey + "k"); was acceptable. what he wanted to do. They added the position because it wouldn't make sense for the bot to get the crown without having a crown placed in the world.
darkdragon4900 wrote:The "k" message doesn't have location params.
So how would you check if the position it is triggered at would activate a certain event?
I'm curious as I haven't used coords in crowns before.
You could use that to send customs msgs.Hmmm... True about that one...
Well, guess they might implement it at some point, same for keys and stuff.
world deserialize it. after that go to case "m": and check if the person touched the crown.
Sample Text.
Doritos/Mountain Dew eater.
420 No scoping 69 scrubs per day
Always smoke weed everyday.
Known for: #getrekt Bot (possible revive with new stuff?)
Offline
den3107 wrote:darkdragon4900 wrote:The "k" message doesn't have location params.
So how would you check if the position it is triggered at would activate a certain event?
I'm curious as I haven't used coords in crowns before.
You could use that to send customs msgs.Hmmm... True about that one...
Well, guess they might implement it at some point, same for keys and stuff.world deserialize it. after that go to case "m": and check if the person touched the crown.
For that you'd require a physics library, since the m event only occurs on movement change.
Meaning that if I were to hold left, the m event still thinks I'm 100 block right.
Offline
I meant getting the coords through the case "k" which doesn't seem to be possible.
Offline
/givecrown {BotName}
How's this supposed to relate to the topic?
Offline
/givecrown {BotName}
I suggest using my method, since this could result into unexpected behaviour when you're inside a room multiple times.
Kubapolish wrote:/givecrown {BotName}
How's this supposed to relate to the topic?
Everything actually.
Offline
But he wants to send a crown packet. While this gives the player a crown.
Offline
But he wants to send a crown packet. While this gives the player a crown.
No, he wanted to forcefully give the bot the crown.
Offline
DarkDragon4900 wrote:But he wants to send a crown packet. While this gives the player a crown.
No, he wanted to forcefully give the bot the crown.
con.Send(worldKey + "k")
and
con.Send("k")
doesn't work.
Help???
Offline
Pages: 1
[ Started around 1732288276.9431 - Generated in 0.079 seconds, 12 queries executed - Memory usage: 1.7 MiB (Peak: 1.93 MiB) ]