Register for your free account! | Forgot your password?

You last visited: Today at 23:46

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



5095 encryption

Discussion on 5095 encryption within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Oct 2008
Posts: 270
Received Thanks: 10
5095 encryption

Did any of the encryption or anything change from 5065 to 5095?
corbit15 is offline  
Old 01/26/2012, 01:24   #2
 
elite*gold: 0
Join Date: Sep 2011
Posts: 17
Received Thanks: 8
Quote:
Originally Posted by corbit15 View Post
Did any of the encryption or anything change from 5065 to 5095?
No for the encryption. This information is taken from Fang's blog.
Quote:
5071: [Conquer 2.0 New Dynasty] Fixes and horrors from patch 5065 include: Confiscator System, new Composition System, Loading Details on Login, Arrows auto-loaded when one quiver is used up, earrings aren't flowers, dyed armors show the right color after taking off the good luck garment, gender is not mistaken in nobility rank. If you don't want the new composition system, then use patch 5065 instead.

5072: [Conquer 2.0 New Dynasty] Talismans and flower ranking added. Halos were added in 5078 with the Flower Ranking icon.

5085: [Conquer 2.0 New Dynasty] Resources. There is NO point in releasing a server source at this patch. At patch 5088, Ninjas are added to the interface on character creation, and ninjas are added at 5089.

5095: [Conquer 2.0 New Dynasty] Popular in the days before 5165. Bound equipment has been fixed so that you cannot remove the bound attribute from the non-equipment items. They used to be called "Free" items. PK tickets are not required to enter the Weekly / Monthly PK War or arena.
xskive is offline  
Old 01/26/2012, 01:49   #3
 
elite*gold: 0
Join Date: Oct 2008
Posts: 270
Received Thanks: 10
Quote:
Originally Posted by xskive View Post
No for the encryption. This information is taken from Fang's blog.
Ok thanks. Im just trying to figure out what else i need to update to login to 5095. I had it logging in to 5065 but i updated some packets to get it to 5095 and now it doesn't login to either. Any ideas?
corbit15 is offline  
Old 01/26/2012, 02:28   #4
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,376
Is the encryption key the same in the client?
pro4never is offline  
Old 01/26/2012, 02:40   #5
 
elite*gold: 0
Join Date: Oct 2008
Posts: 270
Received Thanks: 10
Quote:
Originally Posted by pro4never View Post
Is the encryption key the same in the client?
Didn't even think to check that in all honesty. How exactly would i check that?
corbit15 is offline  
Old 01/26/2012, 02:45   #6
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,376
open it in notepad or w/e you wish and search TQServer
pro4never is offline  
Old 01/26/2012, 02:54   #7
 
elite*gold: 0
Join Date: Oct 2008
Posts: 270
Received Thanks: 10
Quote:
Originally Posted by pro4never View Post
open it in notepad or w/e you wish and search TQServer
ok yeah they're the same

it gets up to logging into account server but doesn't go on to the game server when i try to login.
corbit15 is offline  
Old 01/26/2012, 02:58   #8
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,376
The packets must be wrong then lol.

The encryption has only changed a few times...

5018: Blowfish implemented for game server

You're not even making it to the game server so encryption is not at all the issue. Sounds like your authresponse packet is incorrect.

Password encryption wasn't added till somewhere around 5200 so that's definitely not the issue either.
pro4never is offline  
Old 01/26/2012, 03:03   #9
 
elite*gold: 0
Join Date: Oct 2008
Posts: 270
Received Thanks: 10
Quote:
Originally Posted by pro4never View Post
The packets must be wrong then lol.

The encryption has only changed a few times...

5018: Blowfish implemented for game server

You're not even making it to the game server so encryption is not at all the issue. Sounds like your authresponse packet is incorrect.

Password encryption wasn't added till somewhere around 5200 so that's definitely not the issue either.
i figured i had a wrong packet or something i just wasn't sure which one lol. Not very good at coding....

Anyways this is my authresponse as of right now

public static byte[] AuthResponse(string ServerIP, uint Key1, uint Key2, ushort Port)
{
byte[] Packet = new byte[33];
WriteUInt16(52, Packet, 0);
WriteUInt16(1055, Packet, 2);
WriteUInt32(Key2, Packet, 4);
WriteUInt32(Key1, Packet, 8);
WriteString(ServerIP, Packet, 20);
WriteUInt16(Port, Packet, 12);
return Packet;
}
corbit15 is offline  
Old 01/26/2012, 03:23   #10
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,211
Received Thanks: 4,114
o.O People reference my blog?
Interesting... anyways, download a 5095 source and take a look for yourself.
Spirited is offline  
Old 01/26/2012, 03:35   #11
 
elite*gold: 0
Join Date: Oct 2008
Posts: 270
Received Thanks: 10
Quote:
Originally Posted by Fаng View Post
o.O People reference my blog?
Interesting... anyways, download a 5095 source and take a look for yourself.
That's what i've been doing. i'm looking through CoEmu v2. But so far i'm getting nowhere. But i'll keep looking. idk if there's a better source to reference?
corbit15 is offline  
Old 01/26/2012, 04:04   #12
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,211
Received Thanks: 4,114
Quote:
Originally Posted by corbit15 View Post
That's what i've been doing. i'm looking through CoEmu v2. But so far i'm getting nowhere. But i'll keep looking. idk if there's a better source to reference?
I don't think it changed at all.
Spirited is offline  
Old 01/26/2012, 04:11   #13
 
elite*gold: 0
Join Date: Oct 2008
Posts: 270
Received Thanks: 10
Quote:
Originally Posted by Fаng View Post
I don't think it changed at all.
At the moment i'm going off of whatever is on Korvac's wiki. Like i said before though, i'm getting through the account server but it's not entering the game server. Pro said i should check my AuthResponse but so far i haven't found any updates or anything for it O.o
corbit15 is offline  
Old 01/26/2012, 04:18   #14
 
elite*gold: 0
Join Date: Sep 2011
Posts: 17
Received Thanks: 8
Quote:
Originally Posted by Fаng View Post
o.O People reference my blog?
Interesting... anyways, download a 5095 source and take a look for yourself.
Yeah lol, good ****.

Quote:
At the moment i'm going off of whatever is on Korvac's wiki. Like i said before though, i'm getting through the account server but it's not entering the game server. Pro said i should check my AuthResponse but so far i haven't found any updates or anything for it O.o
Which 5065 source are you using?
xskive is offline  
Old 01/26/2012, 04:22   #15
 
elite*gold: 0
Join Date: Oct 2008
Posts: 270
Received Thanks: 10
Quote:
Originally Posted by xskive View Post
Yeah lol, good ****.



Which 5065 source are you using?
I upgraded hybrid's 5017. but i'm trying to get it to 5095. i had it logging into 5065 but i'm trying to make it 5095 now. It just doesn't get into the GameServer. Just loads forever on the account server.
corbit15 is offline  
Reply


Similar Threads Similar Threads
[Help 5095]Can Any One Gave Me Code To Love Stone In source Binary 5095
04/18/2010 - CO2 Private Server - 1 Replies
Can Any One Gave Me Code To Love Stone In source Binary 5095 from his source Cuz I Have problem in marriage love stone gave u flower and when u send it nothing sent to Your Frind And I Think Problem In This Code 400011 400012 0 124 1067



All times are GMT +2. The time now is 23:46.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.