using this atm. it's the original enchant system you get when you download tfs
local config = {
manaCost = 0,
soulCost = 0,
}
function onUse(cid, item, fromPosition, itemEx, toPosition)
if(item.itemid == 2147 and itemEx.itemid == 2342) then
doTransformItem(itemEx.uid, 2343)...