What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

So... Gatherbuddy these days :P

I've already sent him a PM about it, it's a custom made Sholazar Basin profile he's running :)
 
What mining proflie do you use? :)
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.
 
So when is the forums gonna see the light of this little hottie? ;)
 
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
 
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.

What do you do with the goldclovers?
 
My guess would be that he uses them for flasks of endless rage
Or sells them to private buyers
Or mills them and sells inks / makes glyphs
 
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

Thats the macro i searched, thank you very much! ;)
 
Now thats what I call a nice looking stack of ore! I'm knida getting sick of botting the profile I run in Sholzar basin. I'd like one that also switched up and goes to Ice Crown. So it does a few rounds on Basin then rolls on over to ICC area.
 
Back
Top