Did you add it into the setitem.cs? Kinda like....
using Server.Items;
using System;
using System.Linq;
namespace Server
{
public enum SetItem
{
None,
Acolyte,
Assassin,
Darkwood,
Grizzle,
Hunter,
Juggernaut,
Mage...
There a way to add items to the store or are we stuck with whats at uo.com/ultima-store/. I looked at the store scripys but didnt see anything that stands out.