Code:
local _,c = GetContainerItemInfo(bag,slot)
local iname = GetItemInfo(GetContainerItemLink(bag,slot))
if ( c > 4 and (iname == "Copper Ore" or iname == "Tin Ore" or iname == "Iron Ore" or iname == "Mithril Ore" or iname== "Thorium Ore" or iname == "Fel Iron Ore" or iname == "Adamantite Ore" or iname == "Cobalt Ore" or iname == "Saronite Ore" or iname == "Obsidium Ore" or iname == "Elementium Ore" or iname == "Pyrite Ore")) and IsSpellKnown(31252) then
RunMacroText("/cast Prospecting")
RunMacroText("/use "..bag.." "..slot)
return true
end
Hey experts, the above code was modified off onya's DE/JC, i tried deciphering LUA with my limited knowledge but after cutting and pasting and adding some ores. It still doesn't work. Anyone could try to help me with it?