i am going to star working on hybrids source and i want to convert it to 1.0 client source before i start trying to code much on it. can you all give me some info of what needs to be done to do this please.
i will be changing this form when i need more help
[Edit1]
thanks pro4never but if its not to much trouble can you tell me how to edit the public key in hybrids source i cant find them.
[Edit2]
when i try to login i get a error message popup from client saying Armet004119450 not found in ini/Armet.ini!
[Edit3]
when i login it freezes at the login screen saying Logging into server... please wait a moment...
and i put a
under
can console says CpacketID:0 dont no if thats normal to get CpacketID of 0 or not but i get it
and what all do i need to Chang in the data packet
i will be changing this form when i need more help
[Edit1]
thanks pro4never but if its not to much trouble can you tell me how to edit the public key in hybrids source i cant find them.
[Edit2]
when i try to login i get a error message popup from client saying Armet004119450 not found in ini/Armet.ini!
[Edit3]
when i login it freezes at the login screen saying Logging into server... please wait a moment...
and i put a
Code:
Console.WriteLine("CpacketID: " + cPacket.ID);
Code:
case 1010:
{
DataPacket cPacket = new DataPacket(false);
cPacket.Deserialize(Packet);
and what all do i need to Chang in the data packet