13 Replies - 2237 Views - Last Post: 11 July 2008 - 10:19 PM Rate Topic: -----

#1 Trickster090   User is offline

  • New D.I.C Head

Reputation: -1
  • View blog
  • Posts: 41
  • Joined: 02-June 08

Need some help here with an mmorpg creation..

Posted 09 June 2008 - 05:51 AM

Hi .... im very new to c++ and heard it was a great program that Endless Online used to make there mmorpg

there are a few things i would like to know

1) can somebody point me towards some good mmorpg in c++ tutorials(this would be a great hep)

2)What software i need to make an mmorpg almost like EO (2d)

3) also if there is any good mmorpg creators??

Oh please only post if you have somthing good to say and you think that you might help me.
and i don't want to hear that an mmorpg is going to take a lifetime

i just want some good positive feedback please

THXS in advance

This post has been edited by Trickster090: 09 June 2008 - 05:52 AM


Is This A Good Question/Topic? 0
  • +

Replies To: Need some help here with an mmorpg creation..

#2 gabehabe   User is offline

  • GabehabeSwamp
  • member icon




Reputation: 1440
  • View blog
  • Posts: 11,025
  • Joined: 06-February 08

Re: Need some help here with an mmorpg creation..

Posted 09 June 2008 - 06:32 AM

To make an MMORPG, it takes:
  • A lot of experience
  • A team of devoted programmers
  • Lots and lots of time
There's no such thing as an "MMORPG creator" - you just have to sit and endure all the beginnings of programming before you can move on to something like this.

Start small ~ heck, there are plenty of people here who have been programming for years, and still couldn't create an MMORPG, me being one of them.

Take it slow, start from the basics. Get a good knowledge and understanding of your language, and then move on to some simple graphics. Build from there, learn connectivity, etc, and you could be working on one a massive project in a few years ;)

Basically, what I'm saying is work your way up. I remember advising you on languages the other day, and trust me, it's a lot of hard work. Start small, create some simple console games first ~ after a few weeks (or quicker, depending on your rate of learning), you should be able to create tic-tac-toe, etc.

This post has been edited by gabehabe: 09 June 2008 - 06:33 AM

Was This Post Helpful? 0
  • +
  • -

#3 Tom9729   User is offline

  • Segmentation fault
  • member icon

Reputation: 181
  • View blog
  • Posts: 2,642
  • Joined: 30-December 07

Re: Need some help here with an mmorpg creation..

Posted 09 June 2008 - 12:37 PM

View PostTrickster090, on 9 Jun, 2008 - 08:51 AM, said:

Oh please only post if you have somthing good to say and you think that you might help me.
and i don't want to hear that an mmorpg is going to take a lifetime

I'm sorry, but if you have to ask then it's beyond your abilities. Just because you don't want to hear something doesn't make it any less true. :)
Was This Post Helpful? 0
  • +
  • -

#4 stayscrisp   User is offline

  • フカユ
  • member icon

Reputation: 1040
  • View blog
  • Posts: 4,326
  • Joined: 14-February 08

Re: Need some help here with an mmorpg creation..

Posted 09 June 2008 - 02:14 PM

These guys are right, I know its hard to hear but an MMORPG is one hell of a hard and time consuming project, there are no tutorials for this as if you learn the language yourself you should be able to pull it off. Think big ,Start small is the best advice anyone can give you, good luck though :)
Was This Post Helpful? 0
  • +
  • -

#5 WolfCoder   User is offline

  • Isn't a volcano just an angry hill?
  • member icon


Reputation: 828
  • View blog
  • Posts: 7,696
  • Joined: 05-May 05

Re: Need some help here with an mmorpg creation..

Posted 12 June 2008 - 10:39 AM

I've written tutorials for parts of making an MMORPG but you will need to do lots of work.

A beginner should not be making anything bigger than an arcade game, hell even I have problems making a full scale game even though I know how to do it.

This post has been edited by WolfCoder: 12 June 2008 - 10:39 AM

Was This Post Helpful? 0
  • +
  • -

#6 Trickster090   User is offline

  • New D.I.C Head

Reputation: -1
  • View blog
  • Posts: 41
  • Joined: 02-June 08

Re: Need some help here with an mmorpg creation..

Posted 08 July 2008 - 02:41 AM

ok then can you give me some help in making a simple RPG game??

i meean very simple

i just want a graphic to move when i use the arrorw keys and i want it so if i use the Z button yh character attacks...

can sombody help me out with this.
Was This Post Helpful? 0
  • +
  • -

#7 no2pencil   User is offline

  • Professor Snuggly Pants
  • member icon

Reputation: 6968
  • View blog
  • Posts: 31,958
  • Joined: 10-May 07

Re: Need some help here with an mmorpg creation..

Posted 08 July 2008 - 02:45 AM

View PostTrickster090, on 8 Jul, 2008 - 05:41 AM, said:

ok then can you give me some help in making a simple RPG game??

View PostWolfCoder, on 12 Jun, 2008 - 01:39 PM, said:

I've written tutorials for parts of making an MMORPG but you will need to do lots of work.

...did you read any of Wolfcoder's tutorials? It sounds to me like he already has given you help. You're asking for "anything" but you seam to want everything provided for you. Read.
Was This Post Helpful? 0
  • +
  • -

#8 gabehabe   User is offline

  • GabehabeSwamp
  • member icon




Reputation: 1440
  • View blog
  • Posts: 11,025
  • Joined: 06-February 08

Re: Need some help here with an mmorpg creation..

Posted 08 July 2008 - 03:13 AM

Before I start, this may sound like I'm having a go. I'm not, it's just some advice:

In the world of programming, you can't expect to have everything handed to you on a plate. You need to do some of your own research.

At the end of the day, no one knows everything there is to know... everyone still has to do some research once in a while, that's what MSDN is for.

I know that I personally have made a few suggestions, about books that you should try studying in order to lead up to making a game.

You can't start and expect to be able to make the next runescape, or wurm, or whatever... stick with the simple console apps, and work your way up.

Like I said before, you can't expect people to do everything for you. And, when you first start programming, it may be tough... you just have to stick at it. Ask anyone here how they learned, and most likely the answer will be "sitting up until the early hours of the morning figuring out how the simplest of applications work.

Again, sorry if this sounds like I'm having a go at you.
Was This Post Helpful? 0
  • +
  • -

#9 Trogdor   User is offline

  • D.I.C Addict
  • member icon

Reputation: 15
  • View blog
  • Posts: 627
  • Joined: 06-October 06

Re: Need some help here with an mmorpg creation..

Posted 08 July 2008 - 05:03 AM

You might also want to read this:
http://www.dreaminco...wtopic54319.htm
Was This Post Helpful? 0
  • +
  • -

#10 stayscrisp   User is offline

  • フカユ
  • member icon

Reputation: 1040
  • View blog
  • Posts: 4,326
  • Joined: 14-February 08

Re: Need some help here with an mmorpg creation..

Posted 08 July 2008 - 10:05 AM

To be honest I'm not taking trickster090 serious anymore, seems like he's taking the proverbial michael.

So in a last ditch attempt to possibly help him out, which hopefully should consequently make him go away
heres a link. you'll never have to touch a line of code trickster090

http://www.geocities...ks/rpgm2k3.html

example images

Posted Image Posted Image

This post has been edited by stayscrisp: 08 July 2008 - 10:10 AM

Was This Post Helpful? 0
  • +
  • -

#11 captainhampton   User is offline

  • Jawsome++;
  • member icon

Reputation: 15
  • View blog
  • Posts: 548
  • Joined: 17-October 07

Re: Need some help here with an mmorpg creation..

Posted 09 July 2008 - 07:15 AM

If you are strictly interested in creating a RPG with no coding experience check out RPG Maker XP, requires absolutely no coding, however some of the scripts are written in Ruby so modification is possible when and if you decide to pick up Ruby.
Was This Post Helpful? 0
  • +
  • -

#12 stayscrisp   User is offline

  • フカユ
  • member icon

Reputation: 1040
  • View blog
  • Posts: 4,326
  • Joined: 14-February 08

Re: Need some help here with an mmorpg creation..

Posted 09 July 2008 - 08:04 AM

Pretty sure i just said that :s

RPGMakerXP is ok but i always preferred the old school graphics of 2003, which is the link i posted :)

the link also has a an RPGMXP link if you graphically inclined.

This post has been edited by stayscrisp: 09 July 2008 - 08:05 AM

Was This Post Helpful? 0
  • +
  • -

#13 WolfCoder   User is offline

  • Isn't a volcano just an angry hill?
  • member icon


Reputation: 828
  • View blog
  • Posts: 7,696
  • Joined: 05-May 05

Re: Need some help here with an mmorpg creation..

Posted 09 July 2008 - 09:01 AM

I just re-read the tutorial about writing a multiple client system I wrote. Was I high on something? Anyways, It's a pretty good way to start people off.
Was This Post Helpful? 0
  • +
  • -

#14 Damage   User is offline

  • Lord of Schwing
  • member icon

Reputation: 300
  • View blog
  • Posts: 1,989
  • Joined: 05-June 08

Re: Need some help here with an mmorpg creation..

Posted 11 July 2008 - 10:19 PM

nah forget it

This post has been edited by Damage: 11 July 2008 - 10:28 PM

Was This Post Helpful? 0
  • +
  • -

Page 1 of 1