I got http://www.amazon.com/gp/reader/1598220160/ref=sib_dp_pt/103-1250628-3307016#reader-link
do I need anymore to make a mmorpg
That is good that you have a book or the other available resources but, yes, you will need more:
- A game design: a non-programmed asset such as storylines, outline of the game, and an overview of the logic you will eventually implement when you build the game; building any sort of game takes incredible amounts of planning before you even write one line of code-- without this, frustration and failure will surely find you. Game development is in many ways more difficult than normal programming as you are dealing with image display, movement, physics, sound, etc. It takes multiple "dry runs" (practice of smaller elements of code, animation, etc) to see if things work, how things work, and why they work. It will not all come together magically out of the machine for you all of a sudden. You must do the work and more importantly, the prep work then the actual coding work, testing, and debugging.
- Patience: it will not happen overnight, in a week, or even a year, possibly. Can you commit to a year? You must take small steps and be proud of completing these small steps.
- Experience: this is only earned through trial-and-error, practice, and years of hard work and practice. Books mean nothing without drive and determination.
MMORPG's: This is a mighty step for a young programmer; this is usually done with teams, and even with professional resources, …