The Daily Click ::. Forums ::. Klik Coding Help ::. Moo2 chat app
 

Post Reply  Post Oekaki 
 

Posted By Message

EleXor



Registered
  21/01/2003
Points
  269
1st July, 2003 at 02:12:20 -

Hello. I created somethng like chap app and it should work. I tested it with one friend and we didn't see togethers messages What's wrong or what i am missing?

 
n/a

Kris

Possibly Insane

Registered
  17/05/2002
Points
  2017
1st July, 2003 at 02:40:48 -

You'll need to show the app to the good people in here or they won't be able to help you with it

 
"Say you're hanging from a huge cliff at the top of mt. everest and a guy comes along and says he'll save you, and proceeds to throw religious pamphlets at you while simultaniously giving a sermon." - Dustin G

Assault Andy

Administrator
I make other people create vaporware

Registered
  29/07/2002
Points
  5686

Game of the Week WinnerVIP Member360 OwnerGOTM JUNE - 2009 - WINNER!GOTM FEB - 2010 - WINNER!	I donated an open source project
1st July, 2003 at 03:52:24 -

Lol, yea EleXor. I made a 3D game where you walk around and you can drive jeeps and blow up stuff, i made it a clone of Halo.... except i deleted it because i was bored .

People need something to work from, not just "My game is stuffed."

-Andy

 
Creator of Faerie Solitaire:
http://www.create-games.com/download.asp?id=7792
Also creator of ZDay20 and Dungeon Dash.
http://www.Jigxor.com
http://twitter.com/JigxorAndy

Joshtek

Administrator
The Archivist

Registered
  02/01/2002
Points
  3729

Game of the Week WinnerHas Donated, Thank You!Mr BallPicture Me This Round 50 Winner!
1st July, 2003 at 05:54:46 -

Maybe your not both on the same channel on the same server, you have to join a channel

 
:: Joshtek ::


Oreos? GO! OREOS!

EleXor



Registered
  21/01/2003
Points
  269
1st July, 2003 at 08:57:39 -

Joshtek lol! We were in same channel and connected same server... didn't see our messages

 
n/a

EleXor



Registered
  21/01/2003
Points
  269
1st July, 2003 at 09:11:19 -

Andy can you look for this file for me? I send if you can.

 
n/a

Daniel[Crazy_Productions]

Possibly Insane

Registered
  29/12/2002
Points
  2505
1st July, 2003 at 11:22:44 -

i once had the same problem... but i had it because i used the server that was moo2 only and then i switched the mos21 and then it worked

 
Beware of life ...so far noone have survived it.......

EleXor



Registered
  21/01/2003
Points
  269
1st July, 2003 at 11:33:24 -

Ok thanks for that I used your article, best article man! That is the problem,t hanks

 
n/a

EleXor



Registered
  21/01/2003
Points
  269
1st July, 2003 at 11:51:48 -

Mos21 server?!? What's that? Can i host easily own server BTW? (i got cable)

 
n/a

Assault Andy

Administrator
I make other people create vaporware

Registered
  29/07/2002
Points
  5686

Game of the Week WinnerVIP Member360 OwnerGOTM JUNE - 2009 - WINNER!GOTM FEB - 2010 - WINNER!	I donated an open source project
1st July, 2003 at 17:21:35 -

Hosting your own server is easy. Just make it host at your IP. The only prob is, once you turn your comp off everyone online in your game is going bye-bye. So if you want to make money out of it, you should buy your own server comp.

-Andy

 
Creator of Faerie Solitaire:
http://www.create-games.com/download.asp?id=7792
Also creator of ZDay20 and Dungeon Dash.
http://www.Jigxor.com
http://twitter.com/JigxorAndy

EleXor



Registered
  21/01/2003
Points
  269
2nd July, 2003 at 04:24:50 -

So i have just to set it to connect my ip? Can this be so easy?

 
n/a

EleXor



Registered
  21/01/2003
Points
  269
2nd July, 2003 at 06:01:47 -

damn still doesn't work... my Events:

Connect clicked
= Connect to my "62.142.78.*" Throuhht port 1203 (i changed *)
= Set channel to "chat"
= Sign on as "joo" in channel "chat"

Message has imput focus
Message is different than nothing
Upon pressing "enter"
= Send name + message throught subchannel 0
= Add line name + message to list

Moo2 has text load from subchannel 0
=Add line receive text from Moo2 to list

 
n/a

Assault Andy

Administrator
I make other people create vaporware

Registered
  29/07/2002
Points
  5686

Game of the Week WinnerVIP Member360 OwnerGOTM JUNE - 2009 - WINNER!GOTM FEB - 2010 - WINNER!	I donated an open source project
2nd July, 2003 at 06:16:38 -

Im not very good with Moo2, Mooclick/Game is my thing. Check if your ip has changed, because if u recconnect modems and stuff it resets. Go to run then type in winipcfg
that tells you youre ip.

Reading over youre code, it all seems in order. The only thing you might want to change to make your chat look better is this:

Send name + message throught subchannel 0

to this:

Send name + ": " + message throught subchannel 0

So then it comes out better looking.

Andrewhello as opposed to Andrew: Hello

-Andy


 
Creator of Faerie Solitaire:
http://www.create-games.com/download.asp?id=7792
Also creator of ZDay20 and Dungeon Dash.
http://www.Jigxor.com
http://twitter.com/JigxorAndy

EleXor



Registered
  21/01/2003
Points
  269
2nd July, 2003 at 06:24:21 -

I saw there too IP's other end with two numbers and it's not called ip so i use that one what is called IP and end's with 1 number less than another

 
n/a

EleXor



Registered
  21/01/2003
Points
  269
2nd July, 2003 at 06:27:46 -

Hehe i changed the message outlook in list, i thinged myself too to change it. I changed it with difficult way beforeyour reply:

First:

Andyhello

After:

<Andy> Hello

So the user doesn't have to write the marks... they come automatically like in IRC

 
n/a

EleXor



Registered
  21/01/2003
Points
  269
2nd July, 2003 at 06:40:28 -

What should the port br {?} me confused..

 
n/a

Assault Andy

Administrator
I make other people create vaporware

Registered
  29/07/2002
Points
  5686

Game of the Week WinnerVIP Member360 OwnerGOTM JUNE - 2009 - WINNER!GOTM FEB - 2010 - WINNER!	I donated an open source project
2nd July, 2003 at 07:18:44 -

The port number? That doesn't really matter, just don't make it 80. I think there are a few port numbers that other things use so u can't use them like 80 = website stuff, scripts and things. So just make up a number.

-Andy

 
Creator of Faerie Solitaire:
http://www.create-games.com/download.asp?id=7792
Also creator of ZDay20 and Dungeon Dash.
http://www.Jigxor.com
http://twitter.com/JigxorAndy

Daniel[Crazy_Productions]

Possibly Insane

Registered
  29/12/2002
Points
  2505
2nd July, 2003 at 11:30:19 -

first you need to downlod the server from www.3ee.com and then you just have to start it... in the server window you can see the ip and the default port is 1200.

...if you have done everything correct it should work

...you should also make an event that checks if you are online(just for troubleshooting)

 
Beware of life ...so far noone have survived it.......

Daniel[Crazy_Productions]

Possibly Insane

Registered
  29/12/2002
Points
  2505
2nd July, 2003 at 13:03:36 -

oh and ijust realised a BIG problem with my app

...the add your own message to the list box action shouldnt be there!X)

 
Beware of life ...so far noone have survived it.......
   

Post Reply



 



Advertisement

Worth A Click