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 my bot to say when some1 touches a coin and says who did and how many coins they have. Any help will be appreciated.
Pm me with codes or just reply.
You'd have to learn it yourself. Nobody will do it for you. Go to google and look for a C# tutorial.
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
What Different55 said, and you can learn visual basic for alternatives.
Offline
^ What they said
This is assuming you already know C# (which I doubt you do)
type "c" is if someone touches a coin.
Have fun.
Offline
chrisdits if you can make a bot please pm it to me
Omg fast!! fast bot help!! go learn code fast !! !!!! :O
Offline
For all your programming questions, please visit: [link]
And you think they are going to give him the code on a silverplate?
When you post on stackoverflow you ask for coding help (You have a code already). And I don't think they are going to help him with EE connection and everything.
Offline
Do not ask about it on stack overflow, Its not a proper question to ask there. (Altough it is a great resource,I go on it all the time)
No one will make it for you, You are going to need to invest your own time.
-Get Visual Studio C# Express
-Check out the C# documentation on Player.IO
-For a basic bot you will need to study how the messages work between clients, look at some code in pastebin (There is some bot code there) See how it works and make your own
Good luck
Player Since 2011. I used to make bots and stuff.
Offline
Chrisdits, If you find the answer please tell me the answer...
I only know the coin m.Type and this is "c"...
case "c": //code break;
or
if(m.Type=="c") { //code }
Feel free to copy and paste.
Everybody edits, but some edit more than others
Offline
If you know how to connect a bot,
If you want to figure out how to respond to an EE action, just write into your program a way to read every message you receive. Then you can cause actions in EE and read what they return.
If you don't know how to connect a bot,
Refer to EEBeast's post.
Offline
Pages: 1
[ Started around 1731790126.8296 - Generated in 0.061 seconds, 13 queries executed - Memory usage: 1.51 MiB (Peak: 1.67 MiB) ]