Register for your free account! | Forgot your password?

You last visited: Today at 05:57

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

Advertisement



Hairstyle Issue

Discussion on Hairstyle Issue within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Feb 2006
Posts: 41
Received Thanks: 2
Hairstyle Issue

Just noticed after upgrading to the latest patch if you spawn on the same screen as each other you can see hairstyles just fine but if you go offscreen and back on again the characters all show bald (ones wearing earrings, No hats ect) Anyone have any ideas of what might be causing this?

Hairstyle packet has been updated to 98.

On a secondary note the colour of gear looks different to other players than it does to you on screen, Same issue?
hacksaw is offline  
Old 06/11/2013, 19:34   #2
 
Super Aids's Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 1,761
Received Thanks: 946
SpawnPacket is most likely the problem.
Super Aids is offline  
Old 06/11/2013, 19:43   #3
 
diedwarrior's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 611
Received Thanks: 195
Equipment spawn packet offsets changed, try adding 4s or 2s.
diedwarrior is offline  
Thanks
1 User
Old 06/12/2013, 00:18   #4
 
elite*gold: 0
Join Date: Feb 2006
Posts: 41
Received Thanks: 2
Thanks, Would that have anything to do with the Hair not showing?
hacksaw is offline  
Old 06/12/2013, 00:38   #5
 
Super Aids's Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 1,761
Received Thanks: 946
Yeah, since HairStyle is a part of the spawnpacket.

SpawnPacket, affects surroundings.
UpdatePacket, affects you.
Super Aids is offline  
Old 06/12/2013, 02:29   #6
 
elite*gold: 0
Join Date: Feb 2006
Posts: 41
Received Thanks: 2
Hmmm, Ok well ive updated all equipment Offsets but still the issue regarding hair not showing persists, Can someone check this to confirm i have done them all correct.

Code:
        public void UpdateItemview(IConquerItem item)
        {
            switch ((ushort)item.Position)
            {
                case ConquerItem.Head:
                    {
                        if (item.Purification.Available)
                        {
                            Network.Writer.WriteUInt32(0, 194, Owner.Entity.SpawnPacket);
                        }
                        Writer.WriteUInt32(item.ID, 44, Owner.Entity.SpawnPacket);
                        Writer.WriteUInt16((byte)item.Color, 139, Owner.Entity.SpawnPacket);
                        break;
                    }
                case ConquerItem.Garment:
                    {
                        Writer.WriteUInt32(item.ID, 48, Owner.Entity.SpawnPacket);
                        break;
                    }
                case ConquerItem.Armor:
                    {
                        if (item.Purification.Available)
                        {
                            Writer.WriteUInt32(item.Purification.PurificationItemID, 200, Owner.Entity.SpawnPacket);
                        }
                        Writer.WriteUInt32(item.ID, 52, Owner.Entity.SpawnPacket);
                        Writer.WriteUInt16((byte)item.Color, 137, Owner.Entity.SpawnPacket);
                        break;
                    }
                case ConquerItem.RightWeapon:
                    {
                        if (item.Purification.Available)
                        {
                            Writer.WriteUInt32(item.Purification.PurificationItemID, 208, Owner.Entity.SpawnPacket);
                        }
                        Writer.WriteUInt32(item.ID, 60, Owner.Entity.SpawnPacket);
                        break;
                    }
                case ConquerItem.LeftWeapon:
                    {
                        if (item.Purification.Available)
                        {
                            Writer.WriteUInt32(item.Purification.PurificationItemID, 204, Owner.Entity.SpawnPacket);
                        }
                        Writer.WriteUInt32(item.ID, 56, Owner.Entity.SpawnPacket);
                        Writer.WriteUInt16((byte)item.Color, 137, Owner.Entity.SpawnPacket);
                        break;
                    }
                case ConquerItem.RightWeaponAccessory:
                    {
                        Writer.WriteUInt32(item.ID, 68, Owner.Entity.SpawnPacket);
                        break;
                    }
                case ConquerItem.LeftWeaponAccessory:
                    {
                        Writer.WriteUInt32(item.ID, 64, Owner.Entity.SpawnPacket);
                        break;
                    }
                case ConquerItem.Steed:
                    {
                        Writer.WriteUInt32(item.ID, 72, Owner.Entity.SpawnPacket);
                        Writer.WriteUInt16((byte)item.Plus, 147, Owner.Entity.SpawnPacket);
                        Writer.WriteUInt32(item.SocketProgress, 153, Owner.Entity.SpawnPacket);
                        break;
                    }
                case ConquerItem.SteedArmor:
                    {
                        Writer.WriteUInt32(item.ID, 76, Owner.Entity.SpawnPacket);
                        break;
                    }
                case ConquerItem.SteedTalisman:
                    {
                        Owner.Entity.RidingCropID = item.ID;
                        break;
                    }
            }
        }
hacksaw is offline  
Old 06/12/2013, 02:42   #7
 
_DreadNought_'s Avatar
 
elite*gold: 28
Join Date: Jun 2010
Posts: 2,223
Received Thanks: 867
Try setup a proxy and quickly get a packet dump of it.

(Or kindly ask someone else to )
_DreadNought_ is offline  
Reply


Similar Threads Similar Threads
About the afro hairstyle
03/29/2012 - Metin2 PServer Guides & Strategies - 3 Replies
Like the title said,i'n need that haistyle,in afro style. Can anyone give me ? everywhere i`ve seen on megaupload,and it`s closed. another link can give me anybody ? thank you
Hairstyle hack
06/29/2011 - Facebook - 2 Replies
This hack is made especially for emblem user - free user have to make another acc or delete the old one Step 1.Download and extract the file 2.Drag the files in fiddler 3.Clear you cache
Hairstyle IDs
02/05/2011 - CO2 Private Server - 9 Replies
Hello Can any1 help me about all Christmas and Dynasty Hairstyles? How can i find hairstyle IDs? Where to search? I need help fast !!



All times are GMT +2. The time now is 05:57.


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.