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 2015-04-20 21:20:44

realmaster42
Formerly marcoantonimsantos
From: ̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍
Joined: 2015-02-20
Posts: 1,380
Website

bot get crown

con.Send(worldKey + "k")

and

con.Send("k")

doesn't work.
Help???


http://i.imgur.com/bjvgH5L.png?1

Offline

#2 2015-04-20 22:16:21

Psychocrysma
Member
Joined: 2015-02-26
Posts: 46

Re: bot get crown

marcoantonimsantos wrote:
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

#3 2015-04-21 01:55:09

darkblades
Member
From: New MLG City/Weed Town
Joined: 2015-03-21
Posts: 122

Re: bot get crown

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

#4 2015-04-21 08:03:49, last edited by realmaster42 (2015-04-21 08:04:24)

realmaster42
Formerly marcoantonimsantos
From: ̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍
Joined: 2015-02-20
Posts: 1,380
Website

Re: bot get crown

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.


http://i.imgur.com/bjvgH5L.png?1

Offline

#5 2015-04-30 02:36:00

darkblades
Member
From: New MLG City/Weed Town
Joined: 2015-03-21
Posts: 122

Re: bot get crown

marcoantonimsantos wrote:
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

#6 2015-04-30 09:07:49

goeyfun
Member
From: Mighty Japan
Joined: 2015-02-18
Posts: 667

Re: bot get crown

coordinates are new?


Ug3JzgO.png

Offline

Wooted by:

#7 2015-04-30 09:40:38

den3107
Member
From: Netherlands
Joined: 2015-04-24
Posts: 1,025

Re: bot get crown

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.

Offline

#8 2015-04-30 10:47:39, last edited by DarkDragon4900 (2015-04-30 10:47:54)

DarkDragon4900
Member
Joined: 2015-03-17
Posts: 251

Re: bot get crown

den3107 wrote:

Really you can make these any value you'd like, unless the position they'd be triggered at would matter.

Like how?

Offline

#9 2015-04-30 12:05:57

den3107
Member
From: Netherlands
Joined: 2015-04-24
Posts: 1,025

Re: bot get crown

DarkDragon4900 wrote:
Hidden text

Like 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

#10 2015-04-30 12:30:50

DarkDragon4900
Member
Joined: 2015-03-17
Posts: 251

Re: bot get crown

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

#11 2015-04-30 12:54:00

den3107
Member
From: Netherlands
Joined: 2015-04-24
Posts: 1,025

Re: bot get crown

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?
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

#12 2015-04-30 14:58:23

darkblades
Member
From: New MLG City/Weed Town
Joined: 2015-03-21
Posts: 122

Re: bot get crown

den3107 wrote:
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.

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.


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

#13 2015-04-30 15:23:07

den3107
Member
From: Netherlands
Joined: 2015-04-24
Posts: 1,025

Re: bot get crown

darkblades wrote:
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

#14 2015-05-01 11:18:22

DarkDragon4900
Member
Joined: 2015-03-17
Posts: 251

Re: bot get crown

I meant getting the coords through the case "k" which doesn't seem to be possible.

Offline

#15 2015-05-01 11:55:48

DarkDragon4900
Member
Joined: 2015-03-17
Posts: 251

Re: bot get crown

Kubapolish wrote:

/givecrown {BotName}

How's this supposed to relate to the topic?

Offline

#16 2015-05-01 13:10:00

den3107
Member
From: Netherlands
Joined: 2015-04-24
Posts: 1,025

Re: bot get crown

Kubapolish wrote:

/givecrown {BotName}

I suggest using my method, since this could result into unexpected behaviour when you're inside a room multiple times.

DarkDragon4900 wrote:
Kubapolish wrote:

/givecrown {BotName}

How's this supposed to relate to the topic?

Everything actually.

Offline

#17 2015-05-01 13:28:07

DarkDragon4900
Member
Joined: 2015-03-17
Posts: 251

Re: bot get crown

But he wants to send a crown packet. While this gives the player a crown.

Offline

#18 2015-05-02 09:09:10

den3107
Member
From: Netherlands
Joined: 2015-04-24
Posts: 1,025

Re: bot get crown

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.

Offline

#19 2015-05-02 10:48:25, last edited by DarkDragon4900 (2015-05-02 10:48:50)

DarkDragon4900
Member
Joined: 2015-03-17
Posts: 251

Re: bot get crown

den3107 wrote:
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.

marcoantonimsantos wrote:
con.Send(worldKey + "k")

and

con.Send("k")

doesn't work.
Help???

Offline

DarkDragon49001430560105500583

Board footer

Powered by FluxBB

[ Started around 1714202014.995 - Generated in 0.055 seconds, 12 queries executed - Memory usage: 1.69 MiB (Peak: 1.93 MiB) ]