-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|485|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
SoCoder -> Blogs Home -> Blogs


 
Afr0
Created : 29 October 2007
 

WoWServ, pt.2

The C++ WoW Emulator

OK, so by now I've added some quick routines for receiving data. Sending data hasn't been added yet, but that's a piece of cake. What I'm more worried about is adding proper classes and whatnot to properly process the received data as individual packets, as well a figuring out how to pass class-member functions to System:AsyncCallback() so that I don't have to have a lot of unnecessary public class-members etc.
Once I get these things sorted, it'll be fairly easy to get through the initial SRP login process, and add support for creating characters and logging into the world. Then I'll launch an official test server eventually, using the net on the school I'm currently on.
Stay tuned!

 

Comments