Hello guys. It was a good weekend. Thing starting to get proper shape, removing old unused stuff as well as old code and replacing it with quality one.
Here i created a Gitter room for the Repository just incase someone wants to chat about the project or ask questions etc.
https://gitter.im/Elfocrash/L2dotNET
Feel free to join.
Thanks
----------------------------------------------------------------------------------------------
Updates regarding player storing and restoring done over the past days. Next milestone will be inventory related stuff.
Thanks
Updates Removed GZip compressed mess of htmls with acis htmls and coded a new parser to handle them. Removed the oldfashioned ini config files with json ones. domis045 Helped with many minor bugs and he is replacing all the singleton patterns with the new one. MartLegion Helped with many logging changes and optimized the login server. Also minor bugs.
Thanks
-----------------------------------------------------------------------------------------------
Major Updates happened during the past few dates with more noticeable the update i did on auth service packets.
We are moving away from the L2j way of sending packets to the client so from:
We are now using:
Everything seems to working fine with the new way of packets till now. Game service is next to be updates. Thanks.