Like Venus112 said, I use a custom Sholazar profile that also dips into the outskirts of Icecrown actually. Just finished a 10 hour run. My results wereWhat mining proflie do you use?![]()
When I am done using it, so I don't have people running on top of me and getting me banned xDSo when is the forums gonna see the light of this little hottie?![]()
/run local p,N,n=0 for b=0,4 do for s=1,GetContainerNumSlots(b) do n=GetContainerItemLink(b,s) if n and string.find(n,"Saronite Bar") then N={GetItemInfo(n)} p=p+N[11] UseContainerItem(b,s) print("Sold: "..n) end end end print("Total: "..GetCoinText(p))
Like Venus112 said, I use a custom Sholazar profile that also dips into the outskirts of Icecrown actually. Just finished a 10 hour run. My results were
-Bank Tab full of Adder's Tongue
-Bank Tab full of Saronite Ore
-2 Bank Tab's with extra herbs(Goldclover, Icethorn, etc.)
-Almost filled bank tab of Eternals, Crystallized stuff, Rare Gems, Green gems, Frost Lotus, and Titanium.
I have a private buyer within my guild that I discount it to them for Endless Rage flasks for the guild.What do you do with the goldclovers?
Here's the macro I use to vendor them if you'd rather just use a macro instead of auctioneer to sell all of your bars at once:
Code:/run local p,N,n=0 for b=0,4 do for s=1,GetContainerNumSlots(b) do n=GetContainerItemLink(b,s) if n and string.find(n,"Saronite Bar") then N={GetItemInfo(n)} p=p+N[11] UseContainerItem(b,s) print("Sold: "..n) end end end print("Total: "..GetCoinText(p))
Note that you can replace "Saronite Bar" with any item or even any color (given you know the color hex codes, look on wowwiki or something) to mass-sell whatever you want.
Cheers