About Store Forum Documentation Contact



Post Reply 
MMORPG
Author Message
davidvp Offline
Member

Post: #1
MMORPG
Hi, I wanne make a MMORPG with esenthel engine.
But now we use player for spawn point,
but I ofcourse that wouldnt work for a mmorpg
so the best I could make a waypoint for each faction/class
and let players spawn there?

Btw, does anyone have some tools, tips, source's, etc.
for making a mmorpg?

Thanks smile
08-22-2010 03:04 PM
Find all posts by this user Quote this message in a reply
sjaakiejj Offline
Member

Post: #2
RE: MMORPG
Do you have any previous experience in Game Development? A MMORPG might not be the best place to start.

To answer your question, you could have a look at the available tutorials in Esenthel and public projects such as the RPG Project. They include source-code as well. But Esenthel only provides basic networking functionality, so making an mmorpg would mean that you'll have to create the entire networking engine.
08-22-2010 03:22 PM
Find all posts by this user Quote this message in a reply
Dynad Offline
Member

Post: #3
RE: MMORPG
Well about the spawning, Ive worked with the private wow servers and what they do is having a list with all positions of objects in the world. For each object they add NPC's.

In short u make nodes with positions and add NPC's to it.

Networking well you can use RakNet like everyone here is using and its working great with EE wink

There is always evil somewhere, you just have to look for it properly.
08-22-2010 07:29 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Tottel Offline
Member

Post: #4
RE: MMORPG
http://www.esenthel.com/community/showth...p?tid=1817

This could be useful for your MMO. smile

But as said above, if you're new to gamedevelopment you may want to start with something simpler.
08-27-2010 11:32 AM
Find all posts by this user Quote this message in a reply
Dynad Offline
Member

Post: #5
RE: MMORPG
Well the RakNet tutorial is more for people that have worked before with networking structures tho. Cause we made it only to show that RakNet works fine with EE. The rest you need to program yourself which takes a lot of time.

There is always evil somewhere, you just have to look for it properly.
08-27-2010 11:35 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply