{ Recipe.Socket.Weapon, "CrypticAxe", Roll.Eth },
{ Recipe.Socket.Weapon, "ArchonPlate", Roll.Eth },
{ Recipe.Socket.Weapon, "greathauberk", Roll.Eth },
{ Recipe.Socket.Weapon, "wirefleece", Roll.Eth },
{ Recipe.Socket.Weapon, "DuskShroud", Roll.Eth },
{ Recipe.Socket.Weapon, "scarabhusk", Roll.Eth },
{ Recipe.Socket.Weapon, "wyrmhide", Roll.Eth },
This is what I have in my pickit:
[Name] == DuskShroud && [Quality] == Normal && [Flag] == Ethereal # [Sockets] == 0 # [MaxQuantity] == 1
[Name] == DuskShroud && [Quality] == Normal && [Flag] == Ethereal # [Sockets] == 4
I have that for each item with the above name.
{ Recipe.Socket.Weapon, "ArchonPlate", Roll.Eth },
{ Recipe.Socket.Weapon, "greathauberk", Roll.Eth },
{ Recipe.Socket.Weapon, "wirefleece", Roll.Eth },
{ Recipe.Socket.Weapon, "DuskShroud", Roll.Eth },
{ Recipe.Socket.Weapon, "scarabhusk", Roll.Eth },
{ Recipe.Socket.Weapon, "wyrmhide", Roll.Eth },
This is what I have in my pickit:
[Name] == DuskShroud && [Quality] == Normal && [Flag] == Ethereal # [Sockets] == 0 # [MaxQuantity] == 1
[Name] == DuskShroud && [Quality] == Normal && [Flag] == Ethereal # [Sockets] == 4
I have that for each item with the above name.