WoWbeez vendor bug! earn gold! menu

User Tag List

Results 1 to 8 of 8
  1. #1
    coth's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    WoWbeez vendor bug! earn gold!

    UPDATE:
    (Earn up to 600g per minute with this bug!)
    Thanks to Robotkid you can now earn up to 600g per minute!
    Please read his reply and find out why!
    press this link and it will bring you to his reply
    http://www.mmowned.com/forums/emulat...ml#post1864885

    Original thread Under here:
    ################################################################################ #########
    I'm not sure on the other realms But this works on instant 80 blizzlike

    Please note already before you read the rest that this is not FAST gold. you get 5k for 6 vote points(4 vote points per 12 hour) so this can be used to get alittle extra!

    This is what i notised when i played on wowbeez today.
    At taxi,
    press "Buy food & water & repair"
    Buy "Black jellyx20"(cost 9 silver) until your bags are full.
    then sell them again(sell price is 45 silver).
    profit per stack= 36 silver

    simply keep doing the same thing, buy until all bags are full then sell again and you'll soon make a few hundred gold.

    its not the Fastest way to make gold but its one of the last ways as they have blocked pretty much all other vendor bugs.

    Edit:
    Just found this in karapidiola's post and if he dont mind i took one of his macro's and changed it so it fits for my found

    Code:
    /script GetMerchantItemInfo(4)
    /script  BuyMerchantItem(4,1)
    /script  BuyMerchantItem(4,1)
    /script  BuyMerchantItem(4,1)
    /script  BuyMerchantItem(4,1)
    /script  BuyMerchantItem(4,1)
    /script  BuyMerchantItem(4,1)
    /script  BuyMerchantItem(4,1)
    copy that into a macro and simply open the taxi vendor thing and spam the macro until your bags are full.(this macro is for buying faster)
    i'm not gonna add more to this post but if you know anything about the addon "Loot Filter" you can sell it faster too
    if your a nub, no i'm not gonna explain how loot filter works try using the brain you got at your birth and try to figure it out

    http://wow.curse.com/downloads/wow-a...ot-filter.aspx
    ^Loot filter download link/Curse.com
    Last edited by coth; 05-01-2010 at 03:02 AM.

    WoWbeez vendor bug! earn gold!
  2. #2
    Portalche's Avatar Member
    Reputation
    5
    Join Date
    Mar 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Missing on NE-wow

  3. #3
    coth's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Portalche View Post
    Missing on NE-wow
    NE-wow?? dont know if you didn't read title or??

    This is for WoWbeez
    WoWBeez

  4. #4
    w0wgeek's Avatar Private
    Reputation
    1
    Join Date
    Apr 2010
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    works for me thx

  5. #5
    Ascelyn's Avatar Member
    Reputation
    22
    Join Date
    Jul 2009
    Posts
    129
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by coth View Post
    if your a nub, no i'm not gonna explain how loot filter works try using the brain you got at your birth and try to figure it out
    What a friendly person this is. A little kindness goes a long way. y'know? Still usefull.

  6. #6
    coth's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ascelyn View Post
    What a friendly person this is. A little kindness goes a long way. y'know? Still usefull.
    ah yeah.. sorry, i was tired when i wrote it and i'm basicly just tired of people who ask for help before even trying to figure Easy things out themselves .

  7. #7
    robotkid's Avatar Contributor
    Reputation
    83
    Join Date
    Nov 2007
    Posts
    117
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Some suggestions:

    Use the following macros.. Using loot filter is completely unnecessary......as was the comments about the ones who might not have been familiar with it!


    BUY macro:

    /script local f = 0 for i = 0, 4 do f = GetContainerNumFreeSlots(i) + f end for i = 1, f do BuyMerchantItem(4) end

    SELL macro:

    /script for b = 0, 4 do for s = 1, GetContainerNumSlots(b) do local name = GetContainerItemLink(b,s) if name and string.find(name,"Black Jelly") then UseContainerItem(b,s) end end end

    They are ready to copy paste into wow, no need to change anything!


    I made a simple bot for the greedy (and lazy as myself) ones..Grab it here
    MEGAUPLOAD - The leading online storage and file delivery service

    What you need to know about it is two things:

    1. You need to place the BUY macro at actionslot 1 and the SELL macro at actionslot 2 (assuming the key binds are 1 and 2 :P)
    2. To start/pause the bot press ALT+F1 once (no, really, once)

    Assuming you have 4 Portable Holes (the big 3k bags from TAXI) you can make like 600g per minute...that's pretty good imho! Have fun
    The liver is evil! It must be punished!

  8. #8
    coth's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by robotkid View Post
    Some suggestions:

    Use the following macros.. Using loot filter is completely unnecessary......as was the comments about the ones who might not have been familiar with it!


    BUY macro:

    /script local f = 0 for i = 0, 4 do f = GetContainerNumFreeSlots(i) + f end for i = 1, f do BuyMerchantItem(4) end

    SELL macro:

    /script for b = 0, 4 do for s = 1, GetContainerNumSlots(b) do local name = GetContainerItemLink(b,s) if name and string.find(name,"Black Jelly") then UseContainerItem(b,s) end end end

    They are ready to copy paste into wow, no need to change anything!


    I made a simple bot for the greedy (and lazy as myself) ones..Grab it here
    MEGAUPLOAD - The leading online storage and file delivery service

    What you need to know about it is two things:

    1. You need to place the BUY macro at actionslot 1 and the SELL macro at actionslot 2 (assuming the key binds are 1 and 2 :P)
    2. To start/pause the bot press ALT+F1 once (no, really, once)

    Assuming you have 4 Portable Holes (the big 3k bags from TAXI) you can make like 600g per minute...that's pretty good imho! Have fun
    good job i'm happy people can earn some gold of this bug :b.

Similar Threads

  1. Earn gold as a fisherman! (this really works)
    By lolol89 in forum World of Warcraft Guides
    Replies: 19
    Last Post: 01-26-2008, 06:32 PM
  2. [Guide] Earning Gold via AH
    By D0MM0 in forum World of Warcraft Guides
    Replies: 15
    Last Post: 01-15-2008, 10:28 AM
  3. Earn GOLD while AFK
    By gnomegnome in forum World of Warcraft Guides
    Replies: 17
    Last Post: 12-18-2007, 01:01 AM
  4. A nice way to earn gold as miners.
    By Zunz in forum World of Warcraft Exploits
    Replies: 20
    Last Post: 09-08-2007, 07:13 AM
All times are GMT -5. The time now is 06:05 AM. 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