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-03-09 04:50:18

ParadoxInTheVoid
Member
From: ̺̺̺̺̺̺̺̺̺̺̺̺̺̺̺̺̺̺̺̺
Joined: 2015-02-18
Posts: 341

[Bot Request] Diggy

I need a dig-bot/or base code for a dig bot that gets information on which block i'm 'mining' with a queue so that it gets to everyone.

If anyone could supply either, that'd be great (I'm pretty 'new' to bots.)


signature.png

Offline

#2 2015-03-09 12:23:02

Vitalijus
Member
From: Lithuania
Joined: 2015-02-15
Posts: 1,384
Website

Re: [Bot Request] Diggy

Jesus... Why everyone imagine some impossible stuff and then they want it. Even if it's possible this would be a good bot becouse it would be hard and long script so no one would share it.


wn7I7Oa.png

Offline

#3 2015-03-09 12:45:48, last edited by Zumza (2015-03-09 12:47:12)

Zumza
Member
From: root
Joined: 2015-02-17
Posts: 4,645

Re: [Bot Request] Diggy

Vitalijus wrote:

Jesus... Why everyone imagine some impossible stuff and then they want it. Even if it's possible this would be a good bot becouse it would be hard and long script so no one would share it.

Why not share it?



Can you describe your problem more? I do not understand your question.
Most people when ask about dig bot ask:
- how to get world blocks
- how to get player pressed key: up;right;left;down
- how to get player position
Its something you need from ^ list?


Everybody edits, but some edit more than others

Offline

#4 2015-03-09 14:29:42

Vitalijus
Member
From: Lithuania
Joined: 2015-02-15
Posts: 1,384
Website

Re: [Bot Request] Diggy

Zumza wrote:
Vitalijus wrote:

Jesus... Why everyone imagine some impossible stuff and then they want it. Even if it's possible this would be a good bot becouse it would be hard and long script so no one would share it.

Why not share it?



Can you describe your problem more? I do not understand your question.
Most people when ask about dig bot ask:
- how to get world blocks
- how to get player pressed key: up;right;left;down
- how to get player position
Its something you need from ^ list?

He want that we would create it for him.


wn7I7Oa.png

Offline

#5 2015-03-09 14:50:56

Jabatheblob1
Member
Joined: 2015-03-01
Posts: 856

Re: [Bot Request] Diggy

honestly digbots aren't hard to make.. it's when you don't know how to make them when they get hard. Because then you want to continuously add things which is hard since you didn't program it well.


If you would like me to make a bot for you, go here.

Offline

#6 2015-03-09 15:25:55

Zumza
Member
From: root
Joined: 2015-02-17
Posts: 4,645

Re: [Bot Request] Diggy

Jabatheblob1 wrote:

honestly digbots aren't hard to make.. it's when you don't know how to make them when they get hard. Because then you want to continuously add things which is hard since you didn't program it well.

With this SDKs around now, anybody can make one in 5 min. //forums.everybodyedits.com/img/smilies/tongue


Everybody edits, but some edit more than others

Offline

#7 2015-03-09 23:42:10

Jabatheblob1
Member
Joined: 2015-03-01
Posts: 856

Re: [Bot Request] Diggy

wihtout sdks and simply a few dictionaries you can make a digbot with 3 if statements and make it spawn ores... and give each block health.


If you would like me to make a bot for you, go here.

Offline

#8 2015-03-10 02:50:41

ParadoxInTheVoid
Member
From: ̺̺̺̺̺̺̺̺̺̺̺̺̺̺̺̺̺̺̺̺
Joined: 2015-02-18
Posts: 341

Re: [Bot Request] Diggy

Well could someone help me get started?


signature.png

Offline

#9 2015-03-10 06:35:01

Jabatheblob1
Member
Joined: 2015-03-01
Posts: 856

Re: [Bot Request] Diggy

so in the message 'm' there's a vertical value and a horizontal value, if m.getint(7) == 1 that means you pressed right on the arrow key, if m.getint(7) == 1 = left arrow key, if m.getint(8) == 1 = down on arrow key, if m.getint(8) == -1 that means up on arrow key. Then make a int[,,] = new int [2, worldWidth, worldHeight];  then there's a two messages in 'm' which are m.getint(1) / 16; which is the X position, and there is m.getint(2)/16; which is the Y value. Based off of that i think you should be able to do it //forums.everybodyedits.com/img/smilies/smile


If you would like me to make a bot for you, go here.

Offline

Jabatheblob11425965701480989

Board footer

Powered by FluxBB

[ Started around 1714973525.109 - Generated in 0.037 seconds, 10 queries executed - Memory usage: 1.48 MiB (Peak: 1.62 MiB) ]