Quote:
Originally Posted by Sikkun
I don't really want to sound harsh but there is no way you are going to program a server emulator in Visual Basic.
Packet collection is more for filling a database, first you would have to build the emulator which controls all aspects of the game (damage formulas, arrgo, what happens when you attack, etc, etc, more etc). EQEmu is literally thousands of lines of code.
|
I understand, I am only trying at this point to do a middle man and make the client connect threw my vb app, and then do the login server with vb. then i will work on the server with c, hoping to try to convert some of your code if it is possible to work for the wizard101 server.