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
im trying to make a bot. but i suck. i'v almost gotten the connecting down but it keeps coming up with this:
No overload for method 'SimpleConnect' takes 3 arguments
at
PlayerIO.QuickConnect.SimpleConnect("everybody-edits-su9rn58o40itdbnw69plyw", Email_TextBox.Text, Password_TextBox.Text);
also when i try to debug the bot it says the target "bot.exe" is missing. i have tried everything and still don't know.
*
**
***
*well i'm new to visual studios so... everything i and Google can think off
** i somehow changed where it is looking for the bot. and i dont know how. this error was happening before the change so i still need help.
*** how do you find where it is built.
color = #1E1E1E
Offline
If you have the newest playerioclient, you need \
PlayerIO.QuickConnect.SimpleConnect("everybody-edits-su9rn58o40itdbnw69plyw", Email_TextBox.Text, Password_TextBox.Text , null);
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
so i fixed the first problems sort of. By adding a null to the augment
("everybody-edits-su9rn58o40itdbnw69plyw", Email_TextBox.Text, Password_TextBox.Text, null)
the first error was fixed. the i build the bot and it did. then the bull caused an error
'System.NullReferenceException'
but the error with the missing bot,exe was fixed as to seemes to have been build.
not it will run with or with out the null but the bot its self with not load.
this bot was based off of https://www.youtube.com/watch?v=1UftyB3 … e=youtu.be
it was copped charterer for character. but it wort work
color = #1E1E1E
Offline
If you have the newest playerioclient, you need \
PlayerIO.QuickConnect.SimpleConnect("everybody-edits-su9rn58o40itdbnw69plyw", Email_TextBox.Text, Password_TextBox.Text , null);
ha ha. i did the null thing before i came back to my post. your better that most of goggle. but with or with out the null it wont work
color = #1E1E1E
Offline
Offline
shadowda wrote:Hexagon wrote:I think what you need is Rabbit to make things easier.
witch is? what exactly?
It's a wrapper for connecting to EE worlds. It might resolve the issues that you are having regarding connecting to a world.
ok...
how do you dowload it?
how do you use it.
im basically useless when it come to c#
color = #1E1E1E
Offline
um... well.. where is the wiki?
color = #1E1E1E
Offline
never mind. i got it
color = #1E1E1E
Offline
yea... im lost on what to do. but thnx for the help
color = #1E1E1E
Offline
Isn't it better to read tutorials for C# than starting with the PlayerIO connection?
I would think that it's better to know Visual Studio with tutorials, than starting without knowing anything.
Here is some good links to start with first.
http://www.homeandlearn.co.uk/csharp/csharp.html
http://csharp.net-tutorials.com/
http://www.dotnetperls.com/
https://www.youtube.com/results?search_ … oston+C%23 This guy programmed on 2010 express, but what you need is https://www.microsoft.com/en-ca/downloa … x?id=44914
Offline
Hexagon wrote:I think what you need is Rabbit to make things easier.
Let the newbies learn, instead of throwing your API in his throat in force...
API are made to simplify the life while programming. When starting learning I'm pretty sure you would prefer using "printf" instead of coding stuff directly in binary just to display "hello world"
Hexagon here simply wanted to help him. Yes it's an API he coded, but it appears to be doing exactly what shadowda needs. He was not "throwing it in his throat in force", but merely sharing his knowledge.
Now on the other side, there's you. Your answer is as useless as mine currently. You don't add any information and only get mad at someone because he tried to help. FOR NO VALID REASON.
P.S.: To make this reply a bit more useful than the quoted one:
Shadowda, before starting right away by coding bots, you should follow the advice of capasha and learn a bit a C# and try your hands on several simple programs. Once you feel confortable enough, you can move on to bot. I suggest you use some API as they are made to greatly simplify your life. However you need to find one which is up to date (I can't help you on that, I'm not using any ^^").
Finally, when you have enough experience you'll be able to code whatever you want, with or without the help of APIs =P
But before climbing a mountain, you need to learn how to walk
Edit: Also, you should avoid triple posting because usually mods don't like it. As they don't like mini-mods... Sorry =S
Offline
Pages: 1
[ Started around 1732490498.5269 - Generated in 0.056 seconds, 12 queries executed - Memory usage: 1.58 MiB (Peak: 1.76 MiB) ]