is there anyway you can incorporate these into your bot?
Code:
/cast Jewelcrafting
/run for i=1,GetNumTradeSkills() do if GetTradeSkillInfo(i)=="Alicite Pendant" then DoTradeSkill(i, GetItemCount("Alicite")/2) break end end
/cast Jewelcrafting
/run for i=1,GetNumTradeSkills() do if GetTradeSkillInfo(i)=="Jasper Ring" then DoTradeSkill(i, GetItemCount("Jasper")/1) break end end
/cast Jewelcrafting
/run for i=1,GetNumTradeSkills() do if GetTradeSkillInfo(i)=="Nightstone Choker" then DoTradeSkill(i, GetItemCount("Nightstone")/2) break end end
/cast Jewelcrafting
/run for i=1,GetNumTradeSkills() do if GetTradeSkillInfo(i)=="Hessonite Band" then DoTradeSkill(i, GetItemCount("Hessonite")/2) break end end
/cast Disenchant
/use item:52306
/use item:52310
/use item:52314
/use item:52312
/use item:52309
/use item:52316
/use item:52308
/use item:52307
basically so, you can prospect ore, make jc stuff (until bags full) and then disenchant all with one button would be nice
those are my macro's