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 Re: Game Discussion » Everybody Edits Rewritten | MULTIPLAYER IN 2024 » 2022-11-07 20:11:11

ok thanks and yeah i agree it probally shouldent give anyone edit
for now its just going to be for testing purposes.

#2 Re: Game Discussion » Everybody Edits Rewritten | MULTIPLAYER IN 2024 » 2022-11-07 17:30:54

is there any bot links/urls/codes to use from this server to be used in a ee bot while in development? love the custom server but it dosent mention anywhere or how to get bots working if its possible atall

#3 Re: Bots and Programming » Cant access any object in the playerio void » 2016-04-23 22:26:34

is the void OnMessage(object sender, PlayerIOClient.Message m) accutly on a diffrent thread to say private void buttonlolao_Click(object sender, EventArgs e)  ?
if so how can i make them on the same thread?

ewoke wrote:

what exactly are you trying to do

after actually reading, you cant cross thread that way, you have to invoke to change controlls

dirty fix = checkForIllegalCrossthreads = false;//can contain typos

#4 Bots and Programming » Cant access any object in the playerio void » 2016-04-23 22:17:51

gaberilde
Replies: 7

I cant access any object inside the void OnMessage(object sender, PlayerIOClient.Message m)
I can access all objects fine if the code is not in it.
this does not happen with if's

if (button_name.Text == "hi")

it only happens if you try to set any of the object proprieties.
example:

button_name.Text = "anything";

If you do that like i said this will exception will happen:

Exception thrown: 'System.InvalidOperationException' in System.Windows.Forms.dll

Additional information: Cross-thread operation not valid: Control 'button_name' accessed from a thread other than the thread it was created on.

If there is a handler for this exception, the program may be safely continued.

#5 Re: Bots and Programming » [Alpha] GabrieloBot Alpha (Version) » 2016-02-26 22:40:38

Hey guys guess what version 35 alpha is out and you can download as always @ http://jmp.sh/uz5oNpu I hope you enjoy these new features and bug fixed //forums.everybodyedits.com/img/smilies/smile

#6 Re: Bots and Programming » [Alpha] GabrieloBot Alpha (Version) » 2015-09-01 19:11:49

den3107 wrote:

Yet again a bot without kong login... What makes kong logins so terribly much harder than facebook logins?

well if you know the kong login code feel free to tell me but if i find it il add it!

#7 Re: Bots and Programming » [Alpha] GabrieloBot Alpha (Version) » 2015-09-01 16:24:00

Daneeko wrote:

why when i click it, the tab says "Latest - Jumpscare"?

just click the download button

#8 Re: Bots and Programming » Can somebody tell me all the ee c# commands » 2015-09-01 11:36:13

capasha wrote:

http://pastebin.com/vBCGhPwY look at this code how I coded it.
Edit: Feel free to use the account how much you want, it's just a test account anyway.

Im sorry. But i cannot understand your code way to compilcated so as your job you need to add some SIMPLE code (simplest you can find/know)
to work with my project/source as your code dosent match mine so it will not work. My sorce currently contains: ban list, admin list, abilty to add/remove, can connect/disconnect,  My source DOSENT contain (please add these in your simplest fourm and works with the current code.)  People banned on rejoin after adding to list, commands requiring admin access. You can download and fix my source here. ( http://jmp.sh/3jCV5Ea ) PLEASE Resend in source format thank you

Notice: i am still trying to figure out and implent your code in my source. By the time you see this i might have figured the command thing out. Or i might not have so still try it dosent matter if i figured it out.

Edit: Figured out ban on join but havent figured out admin only commands so just do that.

#9 Re: Bots and Programming » [Alpha] GabrieloBot Alpha (Version) » 2015-09-01 08:51:39

hummerz5 wrote:

Thanks!
tip: "init" will give you owner username (I think)
"Disconnected by user" is a bit vague for my simple mind
what is > pointing to?

OH. you're saying taht the button.... can possibly have a message... but will require the username entered in the box on the far right. Lovely!

You seem to like the "message on action" checkbox. Maybe a master check? Or is there value in being case specific?

There is a master check for them all on the connection screen 2nd checkbox mate

#10 Bots and Programming » [Alpha] GabrieloBot Alpha (Version) » 2015-08-31 21:19:11

gaberilde
Replies: 18

NOW AT VERSION 35

hi this is my new bot that will eventruly end up having it ALL anyway tell me what u want to be added next any bugs bla bla bla still trying to get help with codes still learning c# stuff stuff stuff download link is here anyway:  http://jmp.sh/uz5oNpu    Enjoy report features,new bugs, etc..

sorry forgot to provide screenshots.... lol

Connection Screen:

Latest version (currently 35):

Zy7XU.jpg

Hidden text

Main Screen

Latest version (currently 35):

tyrWj.jpg

Hidden text

#11 Re: Bots and Programming » Can somebody tell me all the ee c# commands » 2015-08-31 19:52:04

capasha wrote:

Why do you not learn C#? If you learn it you will know how to make banlist and adminlist.
Using a textdocument/MySQL/XML to store it on. And using a list to handle the bans/admins.

You should also look at these tutorials http://forums.everybodyedits.com/viewtopic.php?id=26763

I know how to do the list themselfs but dont know to detect who sent the command to check if there on the list?
PS:how to use facebook connect or is it no longer possible?

#12 Re: Bots and Programming » Can somebody tell me all the ee c# commands » 2015-08-31 14:31:05

Jonathan1003 wrote:
gaberilde wrote:

sorry for being a pain but how do you do player/admin/banlists

You have to code it yourself (or get an already made one).
You will need to store liste for admins/banned players, then read from the chat (for the !commands) and if sent by an admin, send a chat message with the real command, like "/giveedit nameofplayer", "/save" etc.

can you give me the already coded one or tell me how to do it so when u write something like !test it says Hello (your username)

#13 Re: Bots and Programming » Can somebody tell me all the ee c# commands » 2015-08-31 11:37:23

sorry for being a pain but how do you do player/admin/banlists

#14 Re: Bots and Programming » Can somebody tell me all the ee c# commands » 2015-08-28 13:35:04

Jabatheblob1 wrote:


hi why dosent this code work


            if (m.Type == "liked")
            {
                conn.Send("say", "[GabrieloBot] player like");
            }

#15 Bots and Programming » Can somebody tell me all the ee c# commands » 2015-08-28 10:57:52

gaberilde
Replies: 17

Can somebody tell me all the everybodyedits commands for c#
examples of some i found out:

conn.Send("say", "message here");
conn.Disconnect();
others? like using keys or changing room names....

#16 Re: Forum Business » Account merge requests » 2015-03-01 17:54:53

Your EE Username: GABERIDE

Your verification token: a0d0eb6f9d80932d5e4bb18aa070eba8

#17 Re: Game Business » Update Discussion » 2015-02-15 01:40:44

i think the newst update is pice of **************

#19 Re: Game Discussion » New update is a game killer? » 2015-02-14 13:23:12

i was playing run from gods (i was the god) then it kicked me off

#20 Re: Game Discussion » New update is a game killer? » 2015-02-14 13:23:10

<snip'd>

Last edited by Bass5098 (Aug 23 2012 8:11:14 am)

#21 Re: Game Discussion » New update is a game killer? » 2015-02-14 13:23:07

<snip'd>

Last edited by Bass5098 (Aug 23 2012 8:11:18 am)

#22 Re: Game Discussion » New update is a game killer? » 2015-02-14 13:22:52

doh wrote:

This works to play with, but only if your friends is inside a world already
http://pio30812.playerio.netdna-cdn.com … ._v310.swf

Edit: This works much better http://www.speedyshare.com/kgNHD/working-EE.zip
But don't buy the new things. Wait till MrShoe have fixed the problems.

^
|

Everything works fine.
http://i49.tinypic.com/24b855l.png

<snip'd>

Last edited by Bass5098 (Aug 23 2012 8:04:10 am)

#23 Questions and Answers » EVERYBODY EDITS DOSENT WORK » 2015-02-12 16:10:17

gaberilde
Replies: 2

EE DONT WORK NOW IT WORKED FINE TELL THAT STUPID UPDATE WHO ELSE CANT GET INTO EE?

#24 Bug Reports » EVERYBODY EDITS DOSENT WORK » 2015-02-12 00:25:41

gaberilde
Replies: 11

EE DONT WORK NOW <snip'd> IT WORKED FINE TELL THAT STUPID UPDATE WHO ELSE CANT GET INTO EE?
but if i logout using beta then goto normal as guest it work

Last edited by Bass5098 (Aug 23 2012 8:13:08 am)

Board footer

Powered by FluxBB

[ Started around 1714390119.8797 - Generated in 0.108 seconds, 9 queries executed - Memory usage: 1.6 MiB (Peak: 1.82 MiB) ]