Side Chat

Post all your tuts or request for tuts here.
skacke
Posts: 38
Joined: Mon Oct 12, 2009 10:08 pm

Side Chat

Post by skacke »

Hey guys!

I am almost done with my mmo game, but i would really like a side chat. The thing is that i don't have a clue on how to do one. So, how do i make a chat on my website that refreshes every second or so, without having to refresh the whole page?
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Side Chat

Post by Jackolantern »

The indelible lord of tl;dr
skacke
Posts: 38
Joined: Mon Oct 12, 2009 10:08 pm

Re: Side Chat

Post by skacke »

Is that a side chat? it looks like a chat you have on a different page. I want my chat to be in the css, so that you can see it from every page.
User avatar
OldRod
Posts: 1320
Joined: Sun Sep 20, 2009 4:26 pm

Re: Side Chat

Post by OldRod »

You can integrate it into every page.

Check out http://www.mmorpgmaker.com/

They have an implementation of that chat running there. You can either open the chat fullscreen, which updates pretty much instantly when someone posts, or have it on every page and it updates every so many seconds. Works pretty well.

You may have to make an account there to access the chat - not sure on that
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Side Chat

Post by hallsofvallhalla »

here is what I use for my games. Its what I used in Forsaken Sanctum

http://www.jibble.org/chatbox.php
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Side Chat

Post by Jackolantern »

Yeah, there are hundreds of them out there. I just linked the one from MMORPGMaker.com because the link is right in the window -lazy-
The indelible lord of tl;dr
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Side Chat

Post by hallsofvallhalla »

yep its all preference
skacke
Posts: 38
Joined: Mon Oct 12, 2009 10:08 pm

Re: Side Chat

Post by skacke »

I will do my best to integrate with that ajax chat. :P


EDIT: I'm just to dumb to integrate. I do not understand anything.
Last edited by skacke on Tue Jan 19, 2010 12:30 am, edited 1 time in total.
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Side Chat

Post by Jackolantern »

You may have to poke at it a bit and do some supplemental research on AJAX basics and implementation.
The indelible lord of tl;dr
skacke
Posts: 38
Joined: Mon Oct 12, 2009 10:08 pm

Re: Side Chat

Post by skacke »

Okay!
Post Reply

Return to “Tutorials”