Items don't work with add Iteminfo.

05/16/2012 12:41 markstoep#1
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
05/16/2012 13:01 I don't have a username#2
Is your offsets correct? What is your packet-structure? Maybe throw a packet-dump?
05/16/2012 23:03 pro4never#3
Suspicious items cannot be used... they show with question marks.