My bot is not crafting eth weapons or armors to try to get the correct sockets. This is what my script looks like:
{ Recipe.Socket.Weapon, "Thresher", Roll.Eth }, -- Make "Thresher" using ONLY "Eth"
{ Recipe.Socket.Weapon, "CrypticAxe", Roll.Eth },
{ Recipe.Socket.Armor, "ArchonPlate", Roll.Eth },
{ Recipe.Socket.Armor, "GreatHauberk", Roll.Eth },
{ Recipe.Socket.Armor, "wirefleece", Roll.Eth },
{ Recipe.Socket.Armor, "DuskShroud", Roll.Eth },
{ Recipe.Socket.Armor, "scarabhusk", Roll.Eth },
{ Recipe.Socket.Armor, "wyrmhide", Roll.Eth },
}
What do I need to put in my pickit for each of these items?
{ Recipe.Socket.Weapon, "Thresher", Roll.Eth }, -- Make "Thresher" using ONLY "Eth"
{ Recipe.Socket.Weapon, "CrypticAxe", Roll.Eth },
{ Recipe.Socket.Armor, "ArchonPlate", Roll.Eth },
{ Recipe.Socket.Armor, "GreatHauberk", Roll.Eth },
{ Recipe.Socket.Armor, "wirefleece", Roll.Eth },
{ Recipe.Socket.Armor, "DuskShroud", Roll.Eth },
{ Recipe.Socket.Armor, "scarabhusk", Roll.Eth },
{ Recipe.Socket.Armor, "wyrmhide", Roll.Eth },
}
What do I need to put in my pickit for each of these items?