davidvp
Member
|
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
|
|
08-22-2010 03:04 PM |
|
sjaakiejj
Member
|
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 |
|
Dynad
Member
|
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
There is always evil somewhere, you just have to look for it properly.
|
|
08-22-2010 07:29 PM |
|
Tottel
Member
|
|
08-27-2010 11:32 AM |
|
Dynad
Member
|
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 |
|