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
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.)
Offline
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
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.
Offline
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
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.
Everybody edits, but some edit more than others
Offline
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
Well could someone help me get started?
Offline
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
If you would like me to make a bot for you, go here.
Offline
Pages: 1
[ Started around 1732506166.3574 - Generated in 0.058 seconds, 12 queries executed - Memory usage: 1.49 MiB (Peak: 1.62 MiB) ]