|
You are giving no information about how you added them, what you tried to solve the problem or any output on the problem (like does server get the packet when you try to equip the item, is item recognized as an equipment in your source). Which makes me believe you just copy-pasta code and have no idea what you are doing lol.
Anyways, I had a similar problem where I added item to my source and my client and everything was working except for the item action script. My server didn't get any packets whatsoever even though I was right-clicking on the item in my inventory. It turns out, conquer doesn't accept random ids for items. That's probably your problem, make sure your ids are correct.
|