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.
A bot in a regular chat room, so that people without chat can participate in trivia (It would likely need some assistance).
Unless you set it to where if a player is in a certain spot (near the block, like nearly touching it) then that might work.
Well then its not "impossible".
You also can't just spawn only one person, it would spawn all.
I could place a portal on them.
Basicly 3/4 of what you said is impossible, but could lead to a good idea.
What your math confuses me.
Player Since 2011. I used to make bots and stuff.
Offline
@EEbeast
1. I meant the original part is impossible, cause I changed it to make it possible.
2. True
3. Thank you
Last edited by Pugmatt (Dec 24 2011 9:16:39 pm)
This idea is going to go nowhere.
You need to be dedicated to what your doing. unless your bot is YOUR idea, you won't be fully dedicated.
I'd just make an event listener.
Like Kringel did.
Although when his bot rises again, I doub't no one could beat his;
It is a competition in my world.
haha but eebot will i thinck no more come back ^^
Offline
This idea is going to go nowhere.
You need to be dedicated to what your doing. unless your bot is YOUR idea, you won't be fully dedicated.I'd just make an event listener.
Like Kringel did.Although when his bot rises again, I doub't no one could beat his;
It is a competition in my world.
mylo]haha but eebot will i thinck no more come back ^^
Be patient my friend. I work ~45 hours a week so I have not much time to develop...
Hmm, maybe a "landscape changing" bot? Like, when the bright sky (background colors) change to "night", then some of the obstacles will become slightly harder. (got the idea from Minecraft because the Creepers come out at night.)
What do you think?
Offline
[me wrote:mylo]haha but eebot will i thinck no more come back ^^
Be patient my friend. I work ~45 hours a week so I have not much time to develop...
Get a backend and hire a team, mate
Hmm, maybe a "landscape changing" bot? Like, when the bright sky (background colors) change to "night", then some of the obstacles will become slightly harder. (got the idea from Minecraft because the Creepers come out at night.)
What do you think?
Did you say minecraft?
MINECRAFT!
Make Minecraft in EE, with bots to move mobs, water, sun. Use commands to see things like inventory, and do things like mining. Mine will mine block in the last direction you moved, and place will place selected block in last direction too. Make all the blocks in MC, and even let players craft things (in inventory, "would you like to craft" when player does !inven)! Maybe even let them attack other players, and "dead" players get kicked!
Last edited by calculusguy (Dec 25 2011 10:13:14 am)
Nothing will be built that is asked here. Either he is going to google for a already finished code, or come to CS and ask how to do some basic stuff.
That's how he created the circles and the filling method he showed last time. Only bad programmers copies other peoples work instead of coding their own.
It's fun how Atilla hasn't been in this thread and cried about how bad the bots is yet.
Offline
doh if u like to make eebeast bad do it, but not here, it has nothing to do with the theme here.
and he made a lot without help >.<
mylo
Offline
My bot idea : When you enter a room , its says a personal message :
¤monsterenergy enter the room¤
monsterenergy : hi everybody ! I'm using ee beast bot !
Glitcherkid wrote:Hmm, maybe a "landscape changing" bot? Like, when the bright sky (background colors) change to "night", then some of the obstacles will become slightly harder. (got the idea from Minecraft because the Creepers come out at night.)
What do you think?Did you say minecraft?
MINECRAFT!
Make Minecraft in EE, with bots to move mobs, water, sun. Use commands to see things like inventory, and do things like mining. Mine will mine block in the last direction you moved, and place will place selected block in last direction too. Make all the blocks in MC, and even let players craft things (in inventory, "would you like to craft" when player does !inven)! Maybe even let them attack other players, and "dead" players get kicked!
Hmm. I don't think the purpose is to COPY games... I just got an idea from Minecraft... (well, I came up with it 1st, then I thought it sounded sorta like Minecraft)
Also, some of the ideas (dead players, crafting) just wouldn't work in a game like EE...
Offline
Nothing will be built that is asked here. Either he is going to google for a already finished code, or come to CS and ask how to do some basic stuff.
That's how he created the circles and the filling method he showed last time. Only bad programmers copies other peoples work instead of coding their own.
It's fun how Atilla hasn't been in this thread and cried about how bad the bots is yet.
I have to start somewhere, I actually know quite good how to make these things, And about that circle algorithm i showed you... I had that idea and wanted to try making circles, Im not born with the ability to know algorithms for circles...
And im not stupid, I know I cant google an ee specific bot idea, That would never work
How is it "FUN" that atilla hasnt come here yet? Well im actually his friends and thinks that im good, If your just going to say stuff like this, Then get off the forums.
I know it was more of a joke, But on CS you said "I cant code, Google can code"
@persona, What? An event listener is very simple...
Last edited by Cyral (Dec 26 2011 4:27:03 pm)
Player Since 2011. I used to make bots and stuff.
Offline
calculusguy wrote:Glitcherkid wrote:Hmm, maybe a "landscape changing" bot? Like, when the bright sky (background colors) change to "night", then some of the obstacles will become slightly harder. (got the idea from Minecraft because the Creepers come out at night.)
What do you think?Did you say minecraft?
MINECRAFT!
Make Minecraft in EE, with bots to move mobs, water, sun. Use commands to see things like inventory, and do things like mining. Mine will mine block in the last direction you moved, and place will place selected block in last direction too. Make all the blocks in MC, and even let players craft things (in inventory, "would you like to craft" when player does !inven)! Maybe even let them attack other players, and "dead" players get kicked!Hmm. I don't think the purpose is to COPY games... I just got an idea from Minecraft... (well, I came up with it 1st, then I thought it sounded sorta like Minecraft)
Also, some of the ideas (dead players, crafting) just wouldn't work in a game like EE...
P=player, B=bot
This is how to do crafting:
P: !craft
B: Crafting enabled. Your inventory: Dirt x5, Mario x3, Stick x2, Coal x3.
P: !craft
B: Crafting disabled.
P: !craft
B: Crafting enabled. Your inventory: Dirt x5, Mario x3, Stick x2, Coal x3.
P: !craft torch info
B: Torch: 1 stick, 1 coal
P: !craft torch
B: Are you sure?
P: !yes
B: Torch crafted. Your inventory: Dirt x5, Mario x3, Stick x1, Coal x2, Torch x1
But it would kind of crowd up the chat... Maybe if PMs were implemented ingame?
Glitcherkid wrote:calculusguy wrote:Did you say minecraft?
MINECRAFT!
Make Minecraft in EE, with bots to move mobs, water, sun. Use commands to see things like inventory, and do things like mining. Mine will mine block in the last direction you moved, and place will place selected block in last direction too. Make all the blocks in MC, and even let players craft things (in inventory, "would you like to craft" when player does !inven)! Maybe even let them attack other players, and "dead" players get kicked!Hmm. I don't think the purpose is to COPY games... I just got an idea from Minecraft... (well, I came up with it 1st, then I thought it sounded sorta like Minecraft)
Also, some of the ideas (dead players, crafting) just wouldn't work in a game like EE...
P=player, B=bot
This is how to do crafting:
P: !craft
B: Crafting enabled. Your inventory: Dirt x5, Mario x3, Stick x2, Coal x3.
P: !craft
B: Crafting disabled.
P: !craft
B: Crafting enabled. Your inventory: Dirt x5, Mario x3, Stick x2, Coal x3.
P: !craft torch info
B: Torch: 1 stick, 1 coal
P: !craft torch
B: Are you sure?
P: !yes
B: Torch crafted. Your inventory: Dirt x5, Mario x3, Stick x1, Coal x2, Torch x1But it would kind of crowd up the chat... Maybe if PMs were implemented ingame?
"But it would kind of crowd up the chat... Maybe if PMs were implemented ingame?" Yep just like trivia boss
Player Since 2011. I used to make bots and stuff.
Offline
doh wrote:Nothing will be built that is asked here. Either he is going to google for a already finished code, or come to CS and ask how to do some basic stuff.
That's how he created the circles and the filling method he showed last time. Only bad programmers copies other peoples work instead of coding their own.
It's fun how Atilla hasn't been in this thread and cried about how bad the bots is yet.I have to start somewhere, I actually know quite good how to make these things, And about that circle algorithm i showed you... I had that idea and wanted to try making circles, Im not born with the ability to know algorithms for circles...
And im not stupid, I know I cant google an ee specific bot idea, That would never work
How is it "FUN" that atilla hasnt come here yet? Well im actually his friends and thinks that im good, If your just going to say stuff like this, Then get off the forums.
I know it was more of a joke, But on CS you said "I cant code, Google can code"
@persona, What? An event listener is very simple...
I never said you was stupid. You can't google on ee specifig bot ideas. But you can google on things.
And get everything on a silver plate. Instead of maybe try to learn the basic and build that way.
Atilla is a grinch, a hater. He hate bots, they are useless and so on.
So it's why I reacted he hasn't hated on this thread yet. But now I see why.
"I can't code, Google can code" was just pure sarcasm.
Offline
i've got an idea for a bot (may have already been mentioned). Its one where in a level, only the 8 bricks around you are the ones you can see, and all the others appear as fully black bricks. it'd be good for a level like a dark cave, so you can only see so much of the level at once. thankz 4 readin
i've got an idea for a bot (may have already been mentioned). Its one where in a level, only the 8 bricks around you are the ones you can see, and all the others appear as fully black bricks. it'd be good for a level like a dark cave, so you can only see so much of the level at once. thankz 4 readin
You might want a larger range for the smiley light, but otherwise it sounds cool.
Also:
I really don't care if any of my ideas are made. The point of putting them up here is so they become apparent and open to the community. If EE Beast doesn't make them that's fine, maybe someone will come upon this topic, like my ideas, and make their own version of it. The point of having other people come up with ideas is to find ideas that you might not of even been thinking of in the first place. If you make the bot then that bot is yours. The initial idea still belongs to the one who thought it up, but that version is your own. You can be just as committed to making an idea even if you didn't come up with it. I've started plenty of things, not bots, that I've lost interest in, and given to other people to either make or finish making. When those people finish it's usually much better than my ideas intended. So can we please just PM any complaints or such and leave this topic open for idea. Thank you.
hum , and mine ee beast ?
My Ideas-
Auto troll- If you see a noob level that you hve the code for, you can click a button on a bot dashboard to instantly troll the level.
Auto mini- record yourself playing a common minigame, and save it as the name of the mini. Then click a button to perform it.
Say there is a level full of hookjumps. you go to one of your unused worlds and create a hookjump. there is a record button on the bot dashboard. click the button to record you doing that hookjump. then you can save or discard. if you do the hookjump perfectly, you should save. if it takes you a few tries, discard and record another. Then there is a tab on the bot dashboard called perform. click and hold the red button next to the word hookjump to perform it perfectly. go to the hook level, and hold the button to scale the wall of hooks easily.
This can work with anything, not just hookjumps!
Maze boss-
Bot will create a huge block of fully black blocks, and create a maze of secret blocks that is fully playable, but completely random. after someone finishes, it chats [Bot] <username> has one, puts a spawn in a "lobby" and chats /reset
Then it erases the spawn point, fills the maze back in with fully black blocks, and creates another maze. Repeat.
Hope you like my ideas, and I want these to be made into a bot!
1bigsmile1 I will give several + reps to anyone who helps in the development of this, and if only one person makes it by him/herself, he/she will recieve 1 plus rep each day I am on for a long time!
^I aready got an autotroll button
Player Since 2011. I used to make bots and stuff.
Offline
I don't have any bot ideas, but I'll put it in my sig
^I aready got an autotroll button
can I borrow it?
[ Started around 1732527432.7453 - Generated in 0.120 seconds, 10 queries executed - Memory usage: 1.75 MiB (Peak: 2.01 MiB) ]