Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

New Emulator

Joined
Sep 10, 2007
Messages
970
Reaction score
815
Since I've had no internet and have been sunburned to hell and back. I decided to rebuild my entire emulator from the ground up. Excluding my packet class of course. I don't have screen shots to post, but I can post information on what I have done.

  • New dynamic interfacing with channels.
  • New "Logic" classes to handle events such as character handling.
  • New interfaces for channels. Ie: class LChannel : IChannel
  • New item handling.
  • New protocol / networking handling.
  • More OOP related now. Such as: client.CharInfo.nAID = 0
  • Using get/set for class/structure handling.
  • Login Handling - Done.
  • Character Handling - Done.
  • Channel Handling - Done
  • Equipment - 25%

Some nice new features I've added for developers:
  • Callbacks for all event handling.
  • SQL multi-threading corrections.
  • Asynchronous SQL.
  • Predicates for all channels: MMatchChannel channel = MatchServer.lChannels.Find(c => c.nMinLevel > 0 && c.MaxLevel > client.CharInfo.nLevel);

SVNNNNNNNNNNNNN:
 
Last edited:
Experienced Elementalist
Joined
Mar 15, 2009
Messages
219
Reaction score
39
Sounds good. I think I'm done with Gunz emu development, lol. I haven't hit a roadblock or anything, it just got incredibly Ducking boring. Gunz is dead for me. I think I'll re-visit S4 League and see what I can do 8D Good luck with this.
 
Custom Title Activated
Loyal Member
Joined
Nov 5, 2006
Messages
1,358
Reaction score
15
Hey, looks nice, do you plan on making it public, open-source or whatever?

Oh and Mr Z, sad to see you're leaving your emu project...
 
Master Summoner
Joined
Sep 5, 2007
Messages
528
Reaction score
24
can u make it for make a coffee??
joke, anyway good luck ^^
 
2D > 3D
Loyal Member
Joined
Dec 19, 2008
Messages
2,413
Reaction score
1,193
its a matchserver emu <.<
 
2D > 3D
Loyal Member
Joined
Dec 19, 2008
Messages
2,413
Reaction score
1,193
hey jacob is it possible to have it mysql : D?
 
2D > 3D
Loyal Member
Joined
Dec 19, 2008
Messages
2,413
Reaction score
1,193
>_< another emu Duh, you'll never finish it just like Team Zebra.

how can you work with two projects ? isn't it kinda hard ?

he has already made an emulator, aka he will finish =P
 
Back
Top