a stack of 20 items worth 15g for all go to 300 because its 20 times every item. so you can buy elementium flux for 40g a stack and sell for 300. works for anything that stacks.
a stack of 20 items worth 15g for all go to 300 because its 20 times every item. so you can buy elementium flux for 40g a stack and sell for 300. works for anything that stacks.
Anyone knows a good item for it?
try Sands of Time - Item - World of Warcraft
Not exactly 100% sure what you mean though.
Can also try rogue poisons. those are really cheap.
Repost from elite, but +rep for figuring it out too.
I've tried it with some other "20 stacks items" but it seems that it works only with Elementium Flux and Eternium Thread, both sells for 300g. I've tried it with Silberner Glücksbringerarmreif - Gegenstand - World of Warcraft and the other items and lost some gold^^
You can just as easily get gold in beta by character copying your toon from live with the most gold multiple times. When I copy my main over, It told me to rename her (which I did). Then I went back and copied her again and renamed the 2nd toon something else. In beta, I just mailed my gold from one toon to another thus doubling the amount of gold I had.
My main had 312k at the time so I easily gold capped myself with nothing to buy.
i hear gold on beta/ ptr was super important
Moderately useful given prices end up being super high on the PTR/ beta servers on things which are needed to test properly (such as gems and chants). Alternatively to this you could just make trial accounts and use their free character transfers (each toon comes with 5000gold + gems and enchanting mats).
Yep, reposted from elite, but the way the equation for the sell price works is currently (Sell Price*20*20), when it should be (Sell Price*20).
Tried with both Sands of Time and the Vial she sells. Didn't work for me.
Is there a faster way then 'Shift-Click, type 20, Enter' to buy a Stack ?
I've been using these two macros:
/run BuyMerchantItem(5, 20)
and then:
/script for bag = 0,4,1 do for slot = 1, GetContainerNumSlots(bag), 1 do local name = GetContainerItemLink(bag,slot); if name and string.find(name,"ffffffff") then DEFAULT_CHAT_FRAME:AddMessage("Selling "..name); UseContainerItem(bag,slot) end; end; end
Which does the trick, make sure you don't have any white quality items on you that you want to keep if you use the second one, and change the first number to the slot of whatever you are buying (counting left to right, top to bottom). It is currently set to buy elemental flux from a BS vendor in any major town.
(You'll need to type /dump (function() RunScript=function(a) loadstring(a)(); end; end)() once in order to use scripts on beta)
Last edited by gingwin; 04-14-2012 at 01:09 PM.