Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server
You last visited: Today at 22:39

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

Advertisement



[Trying to convert hybirds source to a 1.0 Clint source and need some info]

Discussion on [Trying to convert hybirds source to a 1.0 Clint source and need some info] within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
taylor2846's Avatar
 
elite*gold: 0
Join Date: Aug 2007
Posts: 469
Received Thanks: 94
[Trying to convert hybirds source to a 1.0 Clint source and need some info]

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
Code:
                            Console.WriteLine("CpacketID: " + cPacket.ID);
under

Code:
                    case 1010:
                        {
                            DataPacket cPacket = new DataPacket(false);
                            cPacket.Deserialize(Packet);
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
taylor2846 is offline  
Old 08/13/2010, 00:39   #2
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,376
Packets mostly.

I'd use the existing 1.0 source as reference (it's far from complete but has a decent amount of packets logged)

You'll need to change the public key most likely and then worry about any packet changes for login. Then work on changing the other existing packets/coding new features.
pro4never is offline  
Thanks
1 User
Old 08/13/2010, 03:39   #3
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,376
It's called some different things in different sources. Public key, server key, etc.

I'd simply open a 5017 conquer.exe and search the key and then search for it in the source and then replace it with the 1.0 one.
pro4never is offline  
Thanks
1 User
Old 08/13/2010, 04:00   #4
 
lostsolder05's Avatar
 
elite*gold: 20
Join Date: Jan 2006
Posts: 890
Received Thanks: 240
Quote:
Originally Posted by pro4never View Post
It's called some different things in different sources. Public key, server key, etc.

I'd simply open a 5017 conquer.exe and search the key and then search for it in the source and then replace it with the 1.0 one.
which key are you talking about? key1, and key2? if so they aren't any different from 4267(1.0)->5017(2.0).

Quote:
Originally Posted by taylor2846 View Post
im useing Extremely basic (but working/bugless) C# Source and i can not find the keys
in hybrids basic i believe there in a dll. but it doesnt matter they dont need change. only the packets and subtypes have changed from 4267->5017
lostsolder05 is offline  
Thanks
1 User
Old 08/13/2010, 05:54   #5
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Quote:
Originally Posted by lostsolder05 View Post
which key are you talking about? key1, and key2? if so they aren't any different from 4267(1.0)->5017(2.0).



in hybrids basic i believe there in a dll. but it doesnt matter they dont need change. only the packets and subtypes have changed from 4267->5017
Which can be taken out of cofuture eh?
Arcо is offline  
Thanks
1 User
Old 08/13/2010, 06:41   #6
 
taylor2846's Avatar
 
elite*gold: 0
Join Date: Aug 2007
Posts: 469
Received Thanks: 94
i edit my post please help on [Edit2]
taylor2846 is offline  
Old 08/13/2010, 14:20   #7
 
elite*gold: 0
Join Date: Sep 2005
Posts: 7
Received Thanks: 1
keep up the good job, and bring back co 1.0 which TQ fail to do so
+1
terrychen is offline  
Thanks
1 User
Old 08/13/2010, 16:43   #8
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,376
The armet thing is you trying to load an invalid mesh. Double check you aren't spawning any monsters, check your char ooh namesh (may have changed!) And that you have no items on. Ooh and check npc's too. It's prob just a simple mesh id switch between the versions

Again, cofuture as reference
pro4never is offline  
Old 08/14/2010, 02:29   #9
 
taylor2846's Avatar
 
elite*gold: 0
Join Date: Aug 2007
Posts: 469
Received Thanks: 94
new problem look at [Edit3]
taylor2846 is offline  
Old 08/14/2010, 03:57   #10
 
lostsolder05's Avatar
 
elite*gold: 20
Join Date: Jan 2006
Posts: 890
Received Thanks: 240
Quote:
Originally Posted by taylor2846 View Post
new problem look at [Edit3]
post your datapacket.

as for monster meshes the only one i recall that changed was turtle doves.
lostsolder05 is offline  
Old 08/14/2010, 05:21   #11
 
taylor2846's Avatar
 
elite*gold: 0
Join Date: Aug 2007
Posts: 469
Received Thanks: 94
i did not really edit my data packet because i do not no what to do on it so its the same as came in the source
taylor2846 is offline  
Old 08/14/2010, 21:27   #12
 
elite*gold: 0
Join Date: Aug 2007
Posts: 2
Received Thanks: 0
hay i hope you do good with this source you thank you will be releasing this source as a base when you get it so you can login so i can take a look at it?
gtojudd is offline  
Old 08/15/2010, 21:17   #13
 
taylor2846's Avatar
 
elite*gold: 0
Join Date: Aug 2007
Posts: 469
Received Thanks: 94
can any one help me with datapacket because i do not no how to convert it to a 1.0 Client
taylor2846 is offline  
Old 08/16/2010, 11:38   #14
 
elite*gold: 0
Join Date: Feb 2009
Posts: 1,765
Received Thanks: 382
Quote:
Originally Posted by gtojudd View Post
hay i hope you do good with this source you thank you will be releasing this source as a base when you get it so you can login so i can take a look at it?
let ur lazyass and stop asking
Fish* is offline  
Old 08/16/2010, 23:50   #15
 
taylor2846's Avatar
 
elite*gold: 0
Join Date: Aug 2007
Posts: 469
Received Thanks: 94
i may release this source why not lol
taylor2846 is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
how to convert 5165 source to 5017
03/08/2010 - CO2 Private Server - 9 Replies
hello guys:bandit: anyone knows how can i convert my 5165 source to 5017?
GWCA Source Konvertierung zu VB.NET / Convert to VB.NET (Support)
01/14/2010 - GW Exploits, Hacks, Bots, Tools & Macros - 7 Replies
Hallo an alle, ich hab gestern mal die Grund Constants sowie den GWCA Commander komplett in VB.NET Konvertiert und funktioniert ohne Probleme. (außer die Funktionen wie z.b. MoveTo , UseSkill usw...) Naja sagt halt mal bescheid was ihr davon haltet. Und natürlich Viel Spass damit ! :handsdown: FindWindow.vb = Damit man das Handle von Guildwars findet. Form1.vb = Der GWCA Commander.
[INFO] Regarding The LOTF Source
09/25/2008 - CO2 Private Server - 11 Replies
As you people may know that in LOTF Source Ther 2 kind fs source Original LOTF and The LOTF With A Internal Database And External Database Most Of You Like To Call That One Power SourceCO BUT IT IS NOT StealArcher STOLE MY SOURCE AND CLAIMED IT AS HIS THAT BITCH!!!!!!!!!!! I AM Owner Of DarkAngelzCO 2.0 And Also The One Who Edited That Source Was Korvacs I Had Paid Him To Fix Somethings I Was The First One With Archer/Taoist DMG Fixed With LOTF None Other
[PorousCO]Source:INFO+ServerSpeed INFO+Questions+More
08/31/2008 - CO2 Private Server - 56 Replies
Hey this is all information you need to know about the new coming private server PorousCO!!! Latest Update(1): Design Of The 130 Armors Are Done! Latest Update(2): We Coded Our Own Client!!! And The Website Is http://Phoenix-conquer.co.cc Source Information: PvP Tournaments! Every Week Other Quest Events! GuildWar Every Saturday At 17:00 Server Time



All times are GMT +2. The time now is 22:39.


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.