Socket Recipe

pikkster

Member
Any thoughts on why my bot won't socket my Eth Thresher? It looks like it's setup right, but I must be missing something.

Config.Cubing = true
Config.Recipes = {

{ Recipe.Socket.Weapon, "Thresher", Roll.Eth }, -- Make "Thresher" using ONLY "Eth"
{ Recipe.Socket.Weapon, "GiantThresher", Roll.Eth }, -- Make "Thresher" using ONLY "Eth"
{ Recipe.Socket.Weapon, "Colossusvoulge", Roll.Eth }, -- Make "Thresher" using ONLY "Eth"
}
 
Top