Results 1 to 4 of 4
  1. #1
    zajebani
    zajebani is offline
    New member zajebani's Avatar
    Join Date
    2010 Jul
    Posts
    7
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    2
    Thanked in
    1 Post
    Rep Power
    0

    Making MMORPG games emu?

    I want to learn about making emu server files for MMORPG games, requiem bloodymare to be exact. So if someone has some tutorials about it, please post here, it would be much apreciated. I possess knowledge of C#, C++ and Java, so if you could "bomb" me with tutorials involving those programing languages.

  2. #2
    pkedpker
    pkedpker is offline
    Member-in-training
    Join Date
    2011 Mar
    Posts
    67
    Thanks Thanks Given 
    13
    Thanks Thanks Received 
    41
    Thanked in
    14 Posts
    Rep Power
    0
    it all begins with cracking the packet algorithm or your game of choice everything else is easy.. just allocate variables etc for each connection for stats etc.. then make a bunch of algorithmic functions to calculate damage/maybe some configuration loaders for official game data files to keep the same feel of the game in the sense of how much damage you do xp you gain etc, maybe even if you want to really go crazy do the quests etc.

    All you really need is to learn sockets and thats about it really. The rest is just sending packets.. receiving packets finding out how to respond back and yeah thats about it to writing a server emulator

  3. #3
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10
    It's a really long and laborious task, especially packet analyzing
    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

  4. #4
    makradesh
    makradesh is offline
    Member-in-training makradesh's Avatar
    Join Date
    2011 Feb
    Location
    UG in PGC
    Posts
    68
    Thanks Thanks Given 
    3
    Thanks Thanks Received 
    14
    Thanked in
    9 Posts
    Rep Power
    0
    there are a few topics about c language, just check around a bit in the tutorial section.
    Stewie kills the world in 2012.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •