View Single Post
  #8  
Old 08-06-2004, 04:17 PM
Doodman's Avatar
Doodman
Developer
 
Join Date: Aug 2003
Posts: 246
Default

Nice work!

I've got a mostly implemented login server that will auth with the live client.

It is not "emulating" the loginserver like you talk about. Mine is a complete reverse-engineer of the protocol and the packets.

The way I am currently doing it is to use the encrypted portion of the user/pass packets as an "auth block". It stores it and the related LS account so that it can determine who logged in.

This coupled with the investigation you have done in to the change to EQEMu world/zone to be live compatible might move us to live compatibility. At least until launchpad comes.

Currently, I mostly afk as I just had a baby.. Time will free up sooner or later and I'll complete my loginserver.
Reply With Quote