Quote:
Originally Posted by abdoumatrix
if u check most members sign. u will find helpful refrences.
|
maybe you didn't get what i meant !!
Quote:
Originally Posted by pro4never
I suggest you write a few C# applications first so you have a good understanding of how the language works and how programs are designed.
From there I suggest you look in the releases section and dig through a source to try to learn how it's built.
If you search there are even a few guides on how to start writing your own custom pserver source but I suggest a decent familiarity with the conquer protocol first.
|
already did write few projects, one of them was a Vote hack ..
tested on Extremetop100.com and worked perfectly.. both ways (Navigation and Direct Post).. it's just i feel like conquer source is one large project i need to understand (where things comes from and where does it go and how).. that's all ..
Quote:
Originally Posted by Spirited Fang
Conquer Online servers are TCP/IP protocol servers that stream data to and from the client. It's important that you're familiar with dealing with streams as a flow of bytes, but more importantly how data structures can be converted into bytes to be sent as packets, and how packets are received and processed from bytes in C#. There are many tutorials for that online. Once you're feeling more comfortable, take a look at Redux or something simple and clean. See where it gets you. Good luck.
|
i got a lil knowledge of streams .. the packet system is what i really wanna learn and understand .. i would be grateful if you provided any guides cuz i did search but felt a bit lost !!
Thanks ..