Star's Sorrow Vendor Bot menu

Shout-Out

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 26 of 26
  1. #16
    Nonominator's Avatar Banned
    Reputation
    30
    Join Date
    Apr 2007
    Posts
    489
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So the I wasn't the only tard on this post... That actually feels good. THANK you for catching that!

    Star's Sorrow Vendor Bot
  2. #17
    Multitask's Avatar Contributor

    Reputation
    158
    Join Date
    Jan 2008
    Posts
    1,112
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lorddenathor View Post
    What he says is correct. And screw the whole target this, buy, target that, sell crap.

    Use this with Brave Stonehide or Master Sergeant Biggins.

    Macro 1: Buys all free bag slots:
    Code:
    /script local f = 0 for i = 0, 4 do f = GetContainerNumFreeSlots(i) + f end for i = 1, f do BuyMerchantItem(13) end
    Macro 2: Sells all Star's Tears:
    Code:
    /script for b = 0, 4 do for s = 1, GetContainerNumSlots(b) do local name = GetContainerItemLink(b,s) if name and string.find(name,"Star's Tears") then UseContainerItem(b,s) end end end
    Just hit 1, wait a couple seconds, then hit 2. It's uber fast.


    EDIT:

    I've done this for a while now, beats trying to sell epic gems. In fact, the bot that I released on this forum a week ago had a auto vendor feature. But the bot got alot of negativity from trolls, so I took it down. Now it safely levels my toons, and mine only =).

    Feel free to add my macros to the OP, just give credit where it's due.
    yes i have used that macro, but have been unable to sucuessfully automate doing this because it tends to lag a ton and be completly random. i found that 10 is efficient enough. but maybe the lag is just on my half, ill look into this.

  3. #18
    CryptoCombat's Avatar Contributor #define ME 0x1337 CoreCoins Purchaser
    Reputation
    194
    Join Date
    Jan 2009
    Posts
    473
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It shouldn't lag, but the items won't appear for a couple seconds, and won't disappear for a couple. it's the same as when you spam sell normally. just add a 5 second sleep or something.

  4. #19
    mmhelm's Avatar Member
    Reputation
    25
    Join Date
    Aug 2007
    Posts
    147
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah this works... I spent about 20 minutes spamming it.
    5k+ gold across 6 chars. well worth it.

    /script local f = 0 for i = 0, 4 do f = GetContainerNumFreeSlots(i) + f end for i = 1, f do BuyMerchantItem(1) end
    /script for b = 0, 4 do for s = 1, GetContainerNumSlots(b) do local name = GetContainerItemLink(b,s) if name and string.find(name,"Star's Sorrow") then UseContainerItem(b,s) end end end
    Water Vendor underbelly

  5. #20
    turner850's Avatar Member
    Reputation
    14
    Join Date
    Jul 2007
    Posts
    83
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome job blink

  6. #21
    CryptoCombat's Avatar Contributor #define ME 0x1337 CoreCoins Purchaser
    Reputation
    194
    Join Date
    Jan 2009
    Posts
    473
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I wonder how long it'll take Blizz to realize how OP this is, and make them like the potions; unsellable.

    Just checked forums, http://forums.worldofwarcraft.com/th...30677759&sid=1, ffs.
    Last edited by CryptoCombat; 12-14-2009 at 09:26 AM. Reason: http://forums.worldofwarcraft.com/thread.html?topicId=21730677759&sid=1

  7. #22
    lfunction's Avatar Member
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you +rep

  8. #23
    demisehi's Avatar Member
    Reputation
    50
    Join Date
    Jun 2009
    Posts
    147
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just saw this now. But I don't see how this will make decent money. Stacks as of this morning are selling for 25s per to the vendor. So 4 stacks = 1g.

    So 32 honor for 1g?
    72000 honor for 2250g?

    Doesn't seem worth it.

  9. #24
    phorentez's Avatar Contributor

    Reputation
    232
    Join Date
    May 2008
    Posts
    721
    Thanks G/R
    1/18
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, there is a several threads going on with this Tear selling project. Best i've seen so far is still what "Lorddnathor" wrote

  10. #25
    AK40's Avatar Member
    Reputation
    28
    Join Date
    Nov 2007
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nerfed in hotfix?

  11. #26
    CryptoCombat's Avatar Contributor #define ME 0x1337 CoreCoins Purchaser
    Reputation
    194
    Join Date
    Jan 2009
    Posts
    473
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Confirmed. Buy price says 8 honor, actual cost is 1g 8 honor. Close this thread.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Sarkoth (dh) bot not vendoring
    By Colesy in forum Diablo 3 Bots Questions & Requests
    Replies: 0
    Last Post: 07-04-2012, 03:14 AM
  2. Star's Tears Vendor Bot (Org)
    By Multitask in forum World of Warcraft Bots and Programs
    Replies: 26
    Last Post: 12-16-2009, 05:33 AM
  3. WoWGlider and GALB Botting Locations
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 14
    Last Post: 04-11-2006, 08:01 PM
  4. World of Warcraft Bot (GetALifeBot) 0.57 working with 1.9.4
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 7
    Last Post: 03-07-2006, 09:43 PM
  5. Best Botting/Grinding Locations
    By Matt in forum World of Warcraft Exploits
    Replies: 0
    Last Post: 02-27-2006, 12:39 AM
All times are GMT -5. The time now is 01:54 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