[Beta bug] Get gold very easy menu

Shout-Out

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 28
  1. #1
    Darkwitness's Avatar Master Sergeant
    Reputation
    64
    Join Date
    May 2011
    Posts
    94
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Beta bug] Get gold very easy

    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.

    [Beta bug] Get gold very easy
  2. #2
    Darkwitness's Avatar Master Sergeant
    Reputation
    64
    Join Date
    May 2011
    Posts
    94
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone knows a good item for it?

  3. #3
    Anonie's Avatar Knight-Lieutenant
    Reputation
    58
    Join Date
    Nov 2010
    Posts
    281
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  4. #4
    dj_cRaZy00's Avatar Contributor
    Reputation
    105
    Join Date
    Aug 2008
    Posts
    196
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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^^

  5. #5
    crawlin352's Avatar Member
    Reputation
    10
    Join Date
    Dec 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  6. #6
    maniacxxxmat's Avatar Member
    Reputation
    3
    Join Date
    Jul 2009
    Posts
    85
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i hear gold on beta/ ptr was super important

  7. #7
    gingwin's Avatar Sergeant
    Reputation
    8
    Join Date
    Nov 2010
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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).

  8. #8
    Igzz's Avatar ✬✬✬✬✬✬✬✬✬✬ CoreCoins Purchaser
    Reputation
    908
    Join Date
    Jan 2007
    Posts
    1,897
    Thanks G/R
    59/76
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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).


  9. #9
    Eloax's Avatar Private
    Reputation
    19
    Join Date
    Jun 2011
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tried with both Sands of Time and the Vial she sells. Didn't work for me.

  10. #10
    Igzz's Avatar ✬✬✬✬✬✬✬✬✬✬ CoreCoins Purchaser
    Reputation
    908
    Join Date
    Jan 2007
    Posts
    1,897
    Thanks G/R
    59/76
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Eloax View Post
    Tried with both Sands of Time and the Vial she sells. Didn't work for me.
    It's because the buy price is so high and the sale price is so low. You end up spending 50k and make 10k back if you sell it all. Best I've found is the Elementium flux or the thread.


  11. #11
    Cocco's Avatar Corporal
    Reputation
    7
    Join Date
    Dec 2009
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a faster way then 'Shift-Click, type 20, Enter' to buy a Stack ?

  12. #12
    gingwin's Avatar Sergeant
    Reputation
    8
    Join Date
    Nov 2010
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cocco View Post
    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.

  13. #13
    Cocco's Avatar Corporal
    Reputation
    7
    Join Date
    Dec 2009
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zulandia View Post
    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)
    Thanks, works perfect!

  14. #14
    SuddenlyBRAINS's Avatar Contributor
    Reputation
    133
    Join Date
    Feb 2010
    Posts
    289
    Thanks G/R
    28/34
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zulandia View Post

    /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)
    This script does not work. It just spams general chat, much to my amusement lol. Thanks for the first and last macro though, helps a bunch.

  15. #15
    gingwin's Avatar Sergeant
    Reputation
    8
    Join Date
    Nov 2010
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SuddenlyBRAINS View Post
    This script does not work. It just spams general chat, much to my amusement lol. Thanks for the first and last macro though, helps a bunch.
    Check to make sure you don't have a space or error somewhere (for one there is a bracket in your quote which isn't in the original post). I assure you it does work by selling every white item in your inventory I've been using it for quite a while haha.

Page 1 of 2 12 LastLast

Similar Threads

  1. [Alterac Valley] very easy way to get on top of the mountains
    By Larsey in forum World of Warcraft Exploration
    Replies: 5
    Last Post: 03-15-2008, 02:00 PM
  2. Replies: 15
    Last Post: 01-14-2008, 05:16 PM
  3. Slow but easy way to get gold
    By nirve in forum World of Warcraft Guides
    Replies: 6
    Last Post: 11-26-2007, 09:36 AM
  4. A very easy way to get to exalted with either Honor Hold or Thrallmar
    By Therioni in forum World of Warcraft Guides
    Replies: 4
    Last Post: 11-01-2007, 04:59 PM
  5. Very easy way to get inside Dalaran Bubble - MAGE
    By kelat in forum World of Warcraft Exploration
    Replies: 9
    Last Post: 02-24-2007, 04:32 PM
All times are GMT -5. The time now is 08:38 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search