Official Everybody Edits Forums

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.

#1 2015-04-16 22:30:25

shadowda
Member
From: somewhere probably.
Joined: 2015-02-19
Posts: 1,015

Help with programming

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       

latest?cb=20150604065609

Offline

#2 2015-04-16 22:35:50, last edited by Xfrogman43 (2015-04-16 22:36:23)

Xfrogman43
Member
From: need to find a new home
Joined: 2015-02-15
Posts: 4,174

Re: Help with programming

If you have the newest playerioclient, you need \

PlayerIO.QuickConnect.SimpleConnect("everybody-edits-su9rn58o40itdbnw69plyw", Email_TextBox.Text, Password_TextBox.Text , null);

zsbu6Xm.png thanks zoey aaaaaaaaaaaand thanks latif for the avatar

Offline

#3 2015-04-16 23:19:04

shadowda
Member
From: somewhere probably.
Joined: 2015-02-19
Posts: 1,015

Re: Help with programming

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       

latest?cb=20150604065609

Offline

#4 2015-04-16 23:21:14

shadowda
Member
From: somewhere probably.
Joined: 2015-02-19
Posts: 1,015

Re: Help with programming

Xfrogman43 wrote:

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       

latest?cb=20150604065609

Offline

#5 2015-04-16 23:22:59

Hexagon
Member
Joined: 2015-04-22
Posts: 1,213

Re: Help with programming

I think what you need is Rabbit to make things easier.

Offline

#6 2015-04-16 23:32:56

shadowda
Member
From: somewhere probably.
Joined: 2015-02-19
Posts: 1,015

Re: Help with programming

Hexagon wrote:

I think what you need is Rabbit to make things easier.

witch is? what exactly?


color = #1E1E1E       

latest?cb=20150604065609

Offline

#7 2015-04-16 23:34:21

Hexagon
Member
Joined: 2015-04-22
Posts: 1,213

Re: Help with programming

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.

Offline

#8 2015-04-16 23:36:26

shadowda
Member
From: somewhere probably.
Joined: 2015-02-19
Posts: 1,015

Re: Help with programming

Hexagon wrote:
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       

latest?cb=20150604065609

Offline

#9 2015-04-16 23:37:41

Hexagon
Member
Joined: 2015-04-22
Posts: 1,213

Re: Help with programming

You can get it on NuGet by searching for RabbitIO. Once downloaded, the Wiki page and introduction basically tell you how to get set up. If you have any additional questions, feel free to ask!

Offline

#10 2015-04-16 23:53:04

shadowda
Member
From: somewhere probably.
Joined: 2015-02-19
Posts: 1,015

Re: Help with programming

um... well.. where is the wiki?


color = #1E1E1E       

latest?cb=20150604065609

Offline

#11 2015-04-17 00:32:53

shadowda
Member
From: somewhere probably.
Joined: 2015-02-19
Posts: 1,015

Re: Help with programming

never mind. i got it


color = #1E1E1E       

latest?cb=20150604065609

Offline

#12 2015-04-17 00:37:50

shadowda
Member
From: somewhere probably.
Joined: 2015-02-19
Posts: 1,015

Re: Help with programming

yea... im lost on what to do. but thnx for the help


color = #1E1E1E       

latest?cb=20150604065609

Offline

#13 2015-04-17 14:44:50, last edited by capasha (2015-04-17 14:50:28)

capasha
Member
Joined: 2015-02-21
Posts: 4,066

Re: Help with programming

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

#14 2015-04-17 17:54:43, last edited by TiKen (2015-04-17 18:00:35)

TiKen
Member
Joined: 2015-02-24
Posts: 298

Re: Help with programming

marcoantonimsantos wrote:
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 //forums.everybodyedits.com/img/smilies/wink


Edit: Also, you should avoid triple posting because usually mods don't like it. As they don't like mini-mods... Sorry =S

Offline

TiKen1429289683495635

Board footer

Powered by FluxBB

[ Started around 1714337068.7175 - Generated in 0.052 seconds, 12 queries executed - Memory usage: 1.58 MiB (Peak: 1.76 MiB) ]