Register for your free account! | Forgot your password?

You last visited: Today at 16:46

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

Advertisement



Help for Patch 5730

Discussion on Help for Patch 5730 within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Sep 2010
Posts: 12
Received Thanks: 1
Help for Patch 5730

Hello I have a problem Patch 5730 for Name

 
mdy19 is offline  
Thanks
1 User
Old 05/25/2013, 13:54   #2
 
abdoumatrix's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 874
Received Thanks: 239
update CharacterInfo
that is all i get
PHP Code:
 Writer.WriteByte((byte)client.Entity.Name.Length117buffer);
            
Writer.WriteStringWithLength(client.Entity.Name118buffer);            
            
Writer.WriteByte((byte)client.Entity.Spouse.Length119 client.Entity.Name.Lengthbuffer);
            
Writer.WriteString(client.Entity.Spouse120 client.Entity.Name.Lengthbuffer); 
abdoumatrix is offline  
Old 05/25/2013, 16:55   #3
 
elite*gold: 0
Join Date: Oct 2008
Posts: 708
Received Thanks: 46
Quote:
Originally Posted by abdoumatrix View Post
update CharacterInfo
that is all i get
PHP Code:
 Writer.WriteByte((byte)client.Entity.Name.Length117buffer);
            
Writer.WriteStringWithLength(client.Entity.Name118buffer);            
            
Writer.WriteByte((byte)client.Entity.Spouse.Length119 client.Entity.Name.Lengthbuffer);
            
Writer.WriteString(client.Entity.Spouse120 client.Entity.Name.Lengthbuffer); 
Thanks For Help but it's not Work Still Name not Apear
magnon is offline  
Old 05/25/2013, 17:28   #4
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,376
Then you did it wrong.

Your packet structure is wrong, I suggest you fix it.
pro4never is offline  
Thanks
1 User
Old 05/25/2013, 17:54   #5
 
elite*gold: 0
Join Date: Oct 2008
Posts: 708
Received Thanks: 46
Quote:
Originally Posted by pro4never View Post
Then you did it wrong.

Your packet structure is wrong, I suggest you fix it.
Aha I try but it's Still Not Apear
magnon is offline  
Old 05/25/2013, 19:56   #6
 
elite*gold: 0
Join Date: Feb 2009
Posts: 259
Received Thanks: 159
byte[] packet = new byte[128 + client.Spouse.Length + client.Name.Length];
......
WriteByte(3, 116);//??
WriteByte((byte)(client.Name.Length), 117);
WriteString(client.Name, 118);
WriteByte((byte)client.Spouse.Length, (byte)(119 + client.Name.Length));
WriteString(client.Spouse, (byte)(120 + client.Name.Length));
teroareboss1 is offline  
Old 05/25/2013, 20:15   #7
 
abdoumatrix's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 874
Received Thanks: 239
Quote:
Originally Posted by teroareboss1 View Post
byte[] packet = new byte[128 + client.Spouse.Length + client.Name.Length];
......
WriteByte(3, 116);//??
WriteByte((byte)(client.Name.Length), 117);
WriteString(client.Name, 118);
WriteByte((byte)client.Spouse.Length, (byte)(119 + client.Name.Length));
WriteString(client.Spouse, (byte)(120 + client.Name.Length));
ty but what about flag spawn?
abdoumatrix is offline  
Old 05/26/2013, 01:08   #8
 
elite*gold: 0
Join Date: Oct 2008
Posts: 708
Received Thanks: 46
Other Bug at upgrade the Icon Of Whisper Chat Not Apear
magnon is offline  
Old 05/26/2013, 05:03   #9
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,376
We've already explained magnon. Your packet structure is wrong.

Log one from official tq, reverse engineer the client, look at existing sources or guess at updated offsets.

Any of those options would have you solving your own problems within 5-10 minutes rather than begging here (again, as you always do). We've explained what is wrong in your source, we've explained how to fix it... what more do you want from us?
pro4never is offline  
Thanks
1 User
Old 05/26/2013, 07:36   #10
 
InfamousNoone's Avatar
 
elite*gold: 20
Join Date: Jan 2008
Posts: 2,012
Received Thanks: 2,882
Quote:
Originally Posted by pro4never View Post
We've already explained magnon. Your packet structure is wrong.

Log one from official tq, reverse engineer the client, look at existing sources or guess at updated offsets.

Any of those options would have you solving your own problems within 5-10 minutes rather than begging here (again, as you always do). We've explained what is wrong in your source, we've explained how to fix it... what more do you want from us?
inb4 "Where's the code?"
InfamousNoone is offline  
Old 05/27/2013, 01:56   #11
 
elite*gold: 0
Join Date: Oct 2008
Posts: 708
Received Thanks: 46
Quote:
Originally Posted by pro4never View Post
We've already explained magnon. Your packet structure is wrong.

Log one from official tq, reverse engineer the client, look at existing sources or guess at updated offsets.

Any of those options would have you solving your own problems within 5-10 minutes rather than begging here (again, as you always do). We've explained what is wrong in your source, we've explained how to fix it... what more do you want from us?
It's Just Asking And If no one help me it's Okay why you Nervous it's Wrong to ask for help at CO2 PServer - Discussions / Questions
magnon is offline  
Reply


Similar Threads Similar Threads
Help for Patch 5730
05/25/2013 - CO2 Private Server - 0 Replies
Hello I have a problem Patch 5730 for Name http://img850.imageshack.us/img850/6894/8225581.j pg
PSF Downloads - HOTFILE LINK (Full Client, Manual Patch, Cumulative Patch)
11/11/2010 - Soldier Front Philippines - 2 Replies
FULL GAME CLIENT Click here to download full game client and open the downloaded file to start game installation. If Special Force has already been installed, the original program will be deleted. Reinstall the game by opening the downloaded installation file. http://hotfile.com/dl/81245607/7304199/Special_Fo rce110210.exe.html Latest Manual Patch Download the latest updates and patch files. http://hotfile.com/dl/81039428/0594947/SF_manual_ 101104.exe.html
yet another nexon patch to patch the patch that patched their patch
07/10/2010 - Mabinogi - 6 Replies
I love how nexon patches games so frequently. NOT. and their downloader doesn't even seem to work. Have to manually download the pack 65 patcher. Gonna try Tiara and see if still works



All times are GMT +2. The time now is 16: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.