Crafting Caster Amulets

bonchie

New member
Does anyone have the bot working for crafting caster amulets. I cannot seem to get it to craft the amulet when the materials are in the bag.

I also am having to pickup every jewel unidentified as well as amulets. I was under the assumption if you setup the craft caster amulet option, it would pick up the correct materials less the ral rune and cube the flawless amethest and then when you had those, it would craft the amulet. Below is my cubing instructions. Gems and Runes work correctly.

Any help would be appreciated.

Config.Cubing = true
Config.Recipes = {
{ Recipe.Gem, "Flawless Amethyst" }, -- Make Perfect Amethyst
{ Recipe.Gem, "Flawless Topaz" }, -- Make Perfect Topaz
{ Recipe.Gem, "Flawless Sapphire" }, -- Make Perfect Sapphire
{ Recipe.Gem, "Flawless Emerald" }, -- Make Perfect Emerald
{ Recipe.Gem, "Flawless Ruby" }, -- Make Perfect Ruby
{ Recipe.Gem, "Flawless Diamond" }, -- Make Perfect Diamond
{ Recipe.Gem, "Flawless Skull" }, -- Make Perfect Skull

--{ Recipe.Token }, -- Make Token of Absolution

{ Recipe.Rune, "Io Rune" }, -- Upgrade Io to Lum
{ Recipe.Rune, "Lum Rune" }, -- Upgrade Lum to Ko
{ Recipe.Rune, "Ko Rune" }, -- Upgrade Ko to Fal
{ Recipe.Rune, "Fal Rune" }, -- Upgrade Fal to Lem
{ Recipe.Rune, "Lem Rune" }, -- Upgrade Lem to Pul
{ Recipe.Rune, "Pul Rune" }, -- Upgrade Pul to Um
{ Recipe.Rune, "Um Rune" }, -- Upgrade Um to Mal
{ Recipe.Rune, "Mal Rune" }, -- Upgrade Mal to Ist
{ Recipe.Rune, "Ist Rune" }, -- Upgrade Ist to Gul
{ Recipe.Rune, "Gul Rune" }, -- Upgrade Gul to Vex
{ Recipe.Rune, "Vex Rune" }, -- Upgrade Vex to Ohm
{ Recipe.Rune, "Ohm Rune" }, -- Upgrade Ohm to Lo
{ Recipe.Rune, "Lo Rune" }, -- Upgrade Lo to Sur
{ Recipe.Rune, "Sur Rune" }, -- Upgrade Sur to Ber
{ Recipe.Rune, "Ber Rune" }, -- Upgrade Ber to Jah
{ Recipe.Rune, "Jah Rune" }, -- Upgrade Jah to Cham
{ Recipe.Rune, "Cham Rune" }, -- Upgrade Cham to Zod

--{ Recipe.HitPower.Gloves, "Vambraces" }, -- Make HitPower Gloves using "Vambraces"
--{ Recipe.Blood.Helm, "Armet"}, -- Make Blood Helm for "Armet"
{ Recipe.Caster.Amulet }, -- Make Caster Amulet
--{ Recipe.Caster.Ring }, -- Make Caster Ring
--{ Recipe.Socket.Weapon, "Thresher", Roll.Eth }, -- Make "Thresher" using ONLY "Eth"
}
 
Top