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
Topic closed
Hello everybody, I took your advice for my last project, and here is a no-release (due to major, screenshotted, bot!
This bot aims it's goal as to be something that uses smileys for commands & more! Example: any wizard smiley could make it say "Wizard!" when a user switches to it. Currently advanced mode that dosen't use presets like basic mode dosen't even exist yet, That probably wont exist for a while either, but expect a LOT of presets coming.
Please note that this is a preview (aka demo) and is basically a first-pushed, project. so report any bugs nicely and constructively! (via PM on forums, or in this thread)
(link was shortened because google drive links are SO long)
Download: Unavailable. (will be pushed in v1.0)
Closed because I have not been getting good feedback at all.
Hey look a bunch of stats about me
Offline
How about
Say [TEXTBOX] whenever an [NUMERICUPDOWN] joins?
Offline
You didn't really need to upload the exe - the screenshots show exactly what you get.
It's not entirely clear what you intended with this thread; a preview should give a good impression of what the bot will look like in v1.0 so that suggestions can be relevant, and yours isn't large enough yet for debugging to take longer than 10 minutes.
- It's premature - like Christmas decorations in November.
Constructive comment:
- You have no error handling for connection.
Less constructive comment:
- doesn't*
- tomorrow*
One bot to rule them all, one bot to find them. One bot to bring them all... and with this cliché blind them.
Offline
How about
Say [TEXTBOX] whenever an [NUMERICUPDOWN] joins?
For one, that's nearly impossible with the current API although I planned to make a say [text <string>] when (smiley ID <int32>) is used, so it's similar, but not exactly the same, Correct me if I am wrong, I try my best to use good English & grammar.
Hey look a bunch of stats about me
Offline
You didn't really need to upload the exe - the screenshots show exactly what you get.
It's not entirely clear what you intended with this thread; a preview should give a good impression of what the bot will look like in v1.0 so that suggestions can be relevant, and yours isn't large enough yet for debugging to take longer than 10 minutes.
- It's premature - like Christmas decorations in November.Constructive comment:
- You have no error handling for connection.Less constructive comment:
- doesn't*
- tomorrow*
constructive answer:
-cough-
Please note that this is a preview (aka demo) and is basically a first-pushed, project.
-cough-
first pushed
-cough-
so yeah, it'll have a lot of bugs
Hey look a bunch of stats about me
Offline
my bot used to do this
but I didn't update it
huh
well i think ninja and me r fixing ur bots 1 by 1, but this was an idea i just came up with, since i found # face at DOH's site
Hey look a bunch of stats about me
Offline
hummerz5 wrote:my bot used to do this
but I didn't update it
huhwell i think ninja and me r fixing ur bots 1 by 1, but this was an idea i just came up with, since i found # face at DOH's site
Interesting. So you're modifying my work without my permission? :O Or are you simply taking my ideas and passing them off as your own? Hmm...
Insofar, this really isn't any problem for me. Honestly, I probably wouldn't mind what you do with bots 'n things. However, "fixing ur bots" is not something you simply do. Above everything else, though, you shouldn't be doing this. Whether I care or not, whether the other "victims" of your actions care or not, you should verify with them first. Truly.
Do I dare ask for more details?
Offline
Joshua708 wrote:hummerz5 wrote:my bot used to do this
but I didn't update it
huhwell i think ninja and me r fixing ur bots 1 by 1, but this was an idea i just came up with, since i found # face at DOH's site
Interesting. So you're modifying my work without my permission? :O Or are you simply taking my ideas and passing them off as your own? Hmm...
Insofar, this really isn't any problem for me. Honestly, I probably wouldn't mind what you do with bots 'n things. However, "fixing ur bots" is not something you simply do. Above everything else, though, you shouldn't be doing this. Whether I care or not, whether the other "victims" of your actions care or not, you should verify with them first. Truly.
Do I dare ask for more details?
i've just ignored everything you just said, this idea came up when ninja made smiley powers.
Hey look a bunch of stats about me
Offline
For one, that's nearly impossible with the current API
what.
i meen what?
we're talking about programming here ... ofcourse it is possibly, for example you could create a class with 2 public variables one beeing a string and one beeing an int and then putting one of those in a list<> and then whenever a player joins iterate thorugh that list whether his smiley id is in there and respond the string.
altenaticvly you could make a list<string> and use the index for the smileyid's (by creating a new list where the max int is the newest smiley)
hope that mae some sense D:
also
i've just ignored everything you just said,
wtf?
also at your error it clearly sais "The user does not exist"
maybe you schould check the spelling of your email.
Offline
Joshua708 wrote:For one, that's nearly impossible with the current API
what.
i meen what?
we're talking about programming here ... ofcourse it is possibly, for example you could create a class with 2 public variables one beeing a string and one beeing an int and then putting one of those in a list<> and then whenever a player joins iterate thorugh that list whether his smiley id is in there and respond the string.
altenaticvly you could make a list<string> and use the index for the smileyid's (by creating a new list where the max int is the newest smiley)hope that mae some sense D:
You mean you want me to start a cpu-hogging BackgroundWorker when the app starts to do that? I can't just put a Thread.Sleep(30); and then put a while loop outside it that always runs, as that freezes the program up, and takes a LOT of CPU too. It's definataly possible, but I hate making cpu-hogging bots.
Hey look a bunch of stats about me
Offline
You mean you want me to start a cpu-hogging BackgroundWorker when the app starts to do that? I can't just put a Thread.Sleep(30); and then put a while loop outside it that always runs, as that freezes the program up, and takes a LOT of CPU too. It's definataly possible, but I hate making cpu-hogging bots.
No?
nobody talked about a backgroundworker... i just tolf you a simple way to store the info to reinforce my point that it is easily possible.
Offline
Joshua708 wrote:i've just ignored everything you just said,
wtf?
also at your error it clearly sais "The user does not exist"
maybe you schould check the spalling of your email.
That's a preview, not a bug being shown, wtf do you even think what 'SCREENSHOTS' means? Where's your grammar? I can half understand the other half of this post! The reason I said that is because he made absolutely no sense, thinking I stole his ideas, when the idea clearly came from ninjasupeatsninja when he made his 'Smiley Powers' game. You could clearly make a smiley powers with this once a good release with the Custom Smiley Settings (aka Advanced Smiley Settings) comes out.
Hey look a bunch of stats about me
Offline
Joshua708 wrote:You mean you want me to start a cpu-hogging BackgroundWorker when the app starts to do that? I can't just put a Thread.Sleep(30); and then put a while loop outside it that always runs, as that freezes the program up, and takes a LOT of CPU too. It's definataly possible, but I hate making cpu-hogging bots.
No?
nobody talked about a backgroundworker... i just tolf you a simple way to store the info to reinforce my point that it is easily possible.
Ahem, OnMessage activates on demand, so if I used that in OnMessage, it wouldn't work or check at all unless a certain action happened.
Hey look a bunch of stats about me
Offline
You meen like... uhm "add" or "face"? that's the only point you want it to state that it's a wizard ot something else anyway... right?
Offline
You meen like... uhm "add" or "face"? that's the only point you want it to state that it's a wizard ot something else anyway... right?
Thanks for the help, I will attempt to add it tomorrow when I have more time + no school
Hey look a bunch of stats about me
Offline
i've just ignored everything you just said, this idea came up when ninja made smiley powers.
You know ninja didn't originally make that...heck even the world he used had a sign saying firecrackericebreak originally made it, and others could have made something similar also as you've seen by some posts here, if you are going to go off of others ideas, at least get sources correct...
Offline
And here comes another bot with useless things.
I mean who care if someone wear a wizard or not? It's like ninjas bot, write out when people join or leave.. Because,... I guess he like spam.
Offline
And here comes another bot with useless things.
I mean who care if someone wear a wizard or not? It's like ninjas bot, write out when people join or leave.. Because,... I guess he like spam.
Another nonconstructive comment? What did I not say right? Oh, anyways, If you didn't care about this bot in the first place, why even comment on it? It's in a early development build and you should know that, Besides, I have another project that I actually put decent work into, It's called Paint! and it wont be released until out of development builds due to the nonconstructive comments on my projects I have been getting lately, It's just so annoying when people put nonconstructive comments like "and here comes another bot from joshua708 with useless things" or "joshua708 dont post if you'll just cancel it" I have a lot of work and stress, and I don't work on coding 24/7 because I have other, more constructive stuff to do, like school, or helping my parents, And this post is really long, sorry if I rambled, but if you get the point, I can't work on stuff 24/7, and nonconstructive comments are worthless, and do nothing. Hope you understand that soon capasha.
Hey look a bunch of stats about me
Offline
Joshua708 wrote:i've just ignored everything you just said, this idea came up when ninja made smiley powers.
You know ninja didn't originally make that...heck even the world he used had a sign saying firecrackericebreak originally made it, and others could have made something similar also as you've seen by some posts here, if you are going to go off of others ideas, at least get sources correct...
I know, I knew that ninja didn't originally make that, He even told me myself, I get my sources very correct, If I were to say "this idea came off of ninja's smiley powers idea" then they would look for ninja's smiley powers, and see the original source of ninja's idea, so any way, they both work.
Hey look a bunch of stats about me
Offline
hummerz5 wrote:Joshua708 wrote:hummerz5 wrote:my bot used to do this
but I didn't update it
huhwell i think ninja and me r fixing ur bots 1 by 1, but this was an idea i just came up with, since i found # face at DOH's site
Interesting. So you're modifying my work without my permission? :O Or are you simply taking my ideas and passing them off as your own? Hmm...
Insofar, this really isn't any problem for me. Honestly, I probably wouldn't mind what you do with bots 'n things. However, "fixing ur bots" is not something you simply do. Above everything else, though, you shouldn't be doing this. Whether I care or not, whether the other "victims" of your actions care or not, you should verify with them first. Truly.
Do I dare ask for more details?
i've just ignored everything you just said, this idea came up when ninja made smiley powers.
Hold the phone - I didn't come up with it, firecrackericebreak did. Did you read the sign at spawn?
hummerz5 wrote:my bot used to do this
but I didn't update it
huhwell i think ninja and me r fixing ur bots 1 by 1, but this was an idea i just came up with, since i found # face at DOH's site
I'm... not... fixing any bots...?
Era wrote:Joshua708 wrote:i've just ignored everything you just said,
wtf?
also at your error it clearly sais "The user does not exist"
maybe you schould check the spalling of your email.That's a preview, not a bug being shown, wtf do you even think what 'SCREENSHOTS' means? Where's your grammar? I can half understand the other half of this post! The reason I said that is because he made absolutely no sense, thinking I stole his ideas, when the idea clearly came from ninjasupeatsninja when he made his 'Smiley Powers' game. You could clearly make a smiley powers with this once a good release with the Custom Smiley Settings (aka Advanced Smiley Settings) comes out.
Again, the idea came from frecrackericebreak. Please, give some credit!
Also, please do remember about double posting.
It's like ninjas bot, write out when people join or leave.. Because,... I guess he like spam.
Don't worry! in 6.1, you can pm the player welcome or goodbye
(even though goodbye /pm is useless .3.)
Offline
I'm sick of all of these nonconstructive comments, Non-constructiveness = discouragement, and discouragement = might cancel another project, You guys are just trying to ruin my reputation so I look like I just cancel any project I create, I have more IMPORTANT things to do so STOP it with the complaining and just QUIT it.
Hey look a bunch of stats about me
Offline
constructive answer:
-cough-
Please note that this is a preview (aka demo) and is basically a first-pushed, project.
-cough-
first pushed
-cough-
so yeah, it'll have a lot of bugs
It has about 50 lines of code - how many bugs can there be? 0.o
Is there a reason you released even a preview without debugging first?
It's called Paint! and it wont be released until out of development builds due to the nonconstructive comments on my projects I have been getting lately
Excellent idea.
You probably could've anticipated the response to another pre-alpha release, and banged out another few hundred lines of code before starting this thread.
One bot to rule them all, one bot to find them. One bot to bring them all... and with this cliché blind them.
Offline
I'm sick of all of these nonconstructive comments, Non-constructiveness = discouragement, and discouragement = might cancel another project, You guys are just trying to ruin my reputation so I look like I just cancel any project I create, I have more IMPORTANT things to do so STOP it with the complaining and just QUIT it.
constructive defines as "building something up", "useful towards a purpose"
So, when we tell you the problems with your ideas, we're being constructive.
It's almost "constructive criticism" except we don't really sugarcoat it.
And most of the comments here aren't directed at you.
If constructive comments discourage you, perhaps you shouldn't make threads.
Offline
I'm sick of all of these nonconstructive comments, Non-constructiveness = discouragement, and discouragement = might cancel another project, You guys are just trying to ruin my reputation so I look like I just cancel any project I create, I have more IMPORTANT things to do so STOP it with the complaining and just QUIT it.
1. define "project"
Project being something you made in a day? or project being something you worked hours to create?
2. define "more important"
People have different opinions on this
3. define "reputation"
reputation doesn't matter much on EE...
4. define "nonconstructive"
If you didn't want comments, suggestions, or criticism, why did you post it?
Despite what people say, Different55 is the best mod.
Offline
Pages: 1
Topic closed
[ Started around 1732457530.2059 - Generated in 0.168 seconds, 14 queries executed - Memory usage: 1.94 MiB (Peak: 2.27 MiB) ]