Hi, I introduce myself, My name is Jonathan I'm student in IT, and I'm actually looking for coding C/C++ sro server.
I know that this will be long and hard >.<
But I htink it is a good way to involve my skils :)
I'm actually basing my work on Arcane server (I think it is the best so :)
But there is something that I didn't understand >.< (I think all will be good after ^^')
Also can u explain me what do this function ? I know that this is analising opcode but from where ?
Thank you for the futur reply you can give me ^^
Dunno what happened but the title of my post look like wrong so if you can correct it :)
I know that this will be long and hard >.<
But I htink it is a good way to involve my skils :)
I'm actually basing my work on Arcane server (I think it is the best so :)
But there is something that I didn't understand >.< (I think all will be good after ^^')
Decode de -> What is that ? I have searcha lot if Lynzerk code, but nothing >.<Quote:
Originally Posted by login serverpublic static void oPCode(Decode de)
{
Systems sys = (Systems)de.Packet;
sys.PacketInformation = de;
try
{
switch (de.opcode)
{
case 0x2001:
sys.GateWay();
break;
case 0x6100:
sys.Patch();
break;
case 0x6101:
sys.ServerList();
break;
case 0x6102:
sys.Connect();
break;
case 0x6104:
sys.Launcher();
break;
case 1905:
UserTablo(de.buffer);
break;
default:
break;
}
}
Also can u explain me what do this function ? I know that this is analising opcode but from where ?
Thank you for the futur reply you can give me ^^
Dunno what happened but the title of my post look like wrong so if you can correct it :)