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?
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;
}
}
}
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 !!