AOC help

Place for questions and answers for all newcomers and new coders. This is a free for all forum, no question is too stupid and to noob.
Post Reply
Zorber
Posts: 102
Joined: Wed Jun 15, 2011 2:51 am

AOC help

Post 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?
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

Re: AOC help

Post by hallsofvallhalla »

my videos shows everything you need to know. They are located in the browser tutorials section
Zorber
Posts: 102
Joined: Wed Jun 15, 2011 2:51 am

Re: AOC help

Post by Zorber »

Does it matter that I'm using Html and not Php?
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: AOC help

Post 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.
The indelible lord of tl;dr
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

Re: AOC help

Post by hallsofvallhalla »

exactly. You can't make much of a game at all with HTML only.
Post Reply

Return to “Beginner Help and Support”