Good day all,
So it's been a long while since I've been into CO. But I decided to work on my Insomnia5017 source, based off of CSV2, from a while back just to pass the time. An issue I've come across is viewing other players equipment. So whenever its called to view equipment, I take the iteminformation packet, and instantiate it using the information from each article of equipment I am wearing. The only thing I change is the subtype, which is 4 for view equip, then the UID is changed to the target player's UID. Then of course the string packet for the spouse and whatnot. And when I go to view the equipment, everything is blank, but the spouse is showing up so I know my string packet is correct. I was thinking the iteminfo packet may be incorrect, but it works well in every other instance of using it. Anyone have any idea what I may be doing incorrect, or that I may be missing??
Code
Screenshots of in game, and breakpoint with variable values.






