Hi, I'm making a MMORPG web based.
I have almost everything done but I need some more things.
If possible, give me some examples.
1. Registration activation E-mail. (Send an e-mail to user and he needs to click the link to activate it)
2. Link images to a database. (How to do this?)
3. This game is based in exp system to user up their level (How to do this to be able to change the exp system?)
4. Use image captcha to registratrion and login? (How to do this?)
5. How to make an inventory system? The user kills a monster and the monster drops some items (based on exp drop, I like to change the drop rate to in admin panel). The items automatically goes to the inventory system. ex. We kill a monster that drops a computer and two apples. I would like to know if it's possible to put in the inventory something like this:
-------------------
computer || apple x2
-------------------
And nothing like this:
-----------------------------
computer || apple || apple
-----------------------------
These are my questions for now.
Hope you could help me.
Thanks 
|