Page 1 of 1

AOC help

Posted: Wed Jun 15, 2011 3:30 pm
by Zorber
I'm coding the Game with Html.

How can I make a registration page?
and how can i make it so that when a player logs in, it automatically puts them on the players available for Interaction list?
How can i make it so that when a player uses attribute points to train a skill it saves the new level?

Re: AOC help

Posted: Wed Jun 15, 2011 4:56 pm
by hallsofvallhalla
my videos shows everything you need to know. They are located in the browser tutorials section

Re: AOC help

Posted: Wed Jun 15, 2011 6:39 pm
by Zorber
Does it matter that I'm using Html and not Php?

Re: AOC help

Posted: Wed Jun 15, 2011 6:58 pm
by Jackolantern
One is not a replacement for the other. HTML can only make static websites that don't do anything. HTML alone cannot make a game. PHP is used on the web server to dynamically create HTML based on your scripts. You need both of them to make a game.

Re: AOC help

Posted: Wed Jun 15, 2011 6:59 pm
by hallsofvallhalla
exactly. You can't make much of a game at all with HTML only.