Making Your Own Source

08/03/2009 04:21 TehPwnzor#1
Hmm I've been meaning to learn how to do this
cuz im kinda tired of coding lotf lol
anyone wanna give me tips?
teach me how to start this all out
08/03/2009 04:31 CoAttack#2

Few things...
What you need?
- Basic C# Knowledge
- Basic Copy/Paste Knowledge

- Socket System
- Crypto
- GetCharInfo
- AuthServer/GameServer
- Packets...maybe a few more thing too

08/03/2009 04:42 TehPwnzor#3
yeah i have what you can say a little above basic C# Knowledge

i really need a patient teacher lol
08/03/2009 05:52 _tao4229_#4
Knowledge of networking (how a tcp socket works as a server and a client)
C#(or whatever programming language you're wishing to use) knowledge to implement said network
Knowledge of conquer protocols as:
-Cryptography (Passwords, Packets, and Spells) - (Packet encryption can vary for patches)
-Packet structures (Vary for patches)
Knowledge of how the networking and protocol are related (fucking common sense, you people hardly have it)
Programming knowledge to implement said protocols in the network and handle them appropriately. That's what a server does - handle data.(Ok to be blunt it handles data in this case, but you get the point)

Once you know those you can figure the rest out.(With or without help)