Hi,
I've a 5095 server. I have been add the
public byte Suspicious;
public byte Locked;
public int Progress;
public byte Free;
and edit all of CSocket Send to:
CSocket.Send(ConquerPacket.ItemInfo(NewItem.UID, NewItem.ItemID, NewItem.Plus, NewItem.Progress, NewItem.Bless, NewItem.Enchant, NewItem.Soc1, NewItem.Soc2, NewItem.Dura, NewItem.MaxDura, NewItem.Position, NewItem.Suspicious, NewItem.Locked, NewItem.Position, NewItem.SocketProgress, NewItem.Color));
But now when I open the Items into the game, don't work anything of the items. In the item list I see the item with a question mark..
How can I fix this error?
Thanks






