• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Honorbuddy] Essential Addons

    Discussion in 'Archives' started by liljackjack, Nov 22, 2010.

    1. liljackjack

      liljackjack Member

      Joined:
      Mar 17, 2010
      Messages:
      280
      Likes Received:
      3
      Trophy Points:
      18
      Hi guys!

      Just wondering which addons you're all using to make your botting life easier?

      I use:

      Postal (for mass mail reception).
      Auctioneer (for AH batch posting)


      My issues are:

      I would love to be able to autosend saronite ore to an alt.
      I hate having to click accept for auctions now (i use auto-it but it wont work for 9 accounts!!)




      Thanks in advance!!
      Jack
       
    2. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      Postal
      AuctionLite
      Cancellator (rarely -- only if someone buys super bulk)
      BankStack
      Bagnon

      I also have macros that will mass deposit / withdraw everything from the current guild tab... and will auto-fill the 12 slots going out of your mailbox... so if you hit the macro and hit send, postal will auto-fill the name back in, so you can do this:

      Type in the persons name
      hit esc so the cursor thing goes away, press button 1 (button 1 for deposit macro into mailbox), click send
      hit esc, 1, send
      esc 1 send. :)

      Mass Deposit:
      /run for b = 0, 4 do for s = 1, GetContainerNumSlots(b) do if MerchantFrame:IsShown() then break end UseContainerItem(b, s) end end

      Mass Withdraw:
      /run for i = 1, 98 do if MainMenuBarBackpackButton.freeSlots == 0 then break end AutoStoreGuildBankItem(GetCurrentGuildBankTab(), i) end
       
      Last edited: Nov 22, 2010
    3. Jianyu

      Jianyu New Member

      Joined:
      Jun 14, 2010
      Messages:
      439
      Likes Received:
      0
      Trophy Points:
      0
      I never got that Auctioneer addon, and didnt care to learn it, I just use Auctionator - the most intuitive AH addon I have ever seen.
      I as well use Loot Filter

      And thats tbh about it.
       
    4. GraveWalker

      GraveWalker New Member

      Joined:
      Mar 7, 2010
      Messages:
      222
      Likes Received:
      0
      Trophy Points:
      0
      Yea i have used both and I like Auctiontor much better. Dose not have all the added crap i dont use.
       
    5. Jianyu

      Jianyu New Member

      Joined:
      Jun 14, 2010
      Messages:
      439
      Likes Received:
      0
      Trophy Points:
      0
      Excactly :)
       
    6. liljackjack

      liljackjack Member

      Joined:
      Mar 17, 2010
      Messages:
      280
      Likes Received:
      3
      Trophy Points:
      18
      Any advice on how to just filter out saronite ore and send? Thanks for the great advice btw!
       
    7. liljackjack

      liljackjack Member

      Joined:
      Mar 17, 2010
      Messages:
      280
      Likes Received:
      3
      Trophy Points:
      18
    8. snoweey

      snoweey Member

      Joined:
      Jan 15, 2010
      Messages:
      416
      Likes Received:
      2
      Trophy Points:
      18
      There was a add on that would automatically send specified items to specified people. don't remember what it was called though.
       
    9. beefcake

      beefcake New Member

      Joined:
      Jun 8, 2010
      Messages:
      229
      Likes Received:
      0
      Trophy Points:
      0
      ==These are for my AH mule==
      Auctionator <-best auction addon
      Postal
      Mr Plow - sorts bags
      onebag <- or some bag addon to show one big bag instead of each small one

      ==Bots==
      lootfilter
      mr plow
      postal
       
    10. xvampx

      xvampx New Member

      Joined:
      Feb 3, 2010
      Messages:
      571
      Likes Received:
      0
      Trophy Points:
      0
      i use lootfilter, postal auctioneer and bankstack
       
    11. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      I use bankstack to sort everything that comes in, there is a mass deposit saronite macro (I dont recall where it is)... but I simply just deposit all the non sar in the bank and smelt the rest and sell it... unless I have (a) private buyer(s)

      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))
      ^^ this macro is for mass selling of saronite bars

      Edit:

      Oh! I found it!!

      http://www.thebuddyforum.com/gatherbuddy-forum/1689-addon-move-items-bank-name.html#post15284

      So if you want to deposit all Saronite Ore into your mailbox / gbank, you simply use this macro:

      Code:
      /run for b=0,4 do for s=0,22 do l=GetContainerItemLink(b,s) if l and l:find("Saronite Ore")then UseContainerItem(b,s) end end end
       
      Last edited: Nov 24, 2010
    12. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      I'm actually interested to see if there is a macro out there to "deposit all items to open tab, except specified item"

      ie: deposit all but saronite ores
       
    13. tia79

      tia79 New Member

      Joined:
      Jan 15, 2010
      Messages:
      406
      Likes Received:
      1
      Trophy Points:
      0
      You mean bulkmail :)
       
    14. Runkel

      Runkel Member

      Joined:
      Oct 4, 2010
      Messages:
      142
      Likes Received:
      1
      Trophy Points:
      18
      Postal
      Bankstack
      Auctionator (currently trying Market Watcher)
      and of course Baggins with my own filters.

      Example:

      [​IMG]

      Uploaded with ImageShack.us
       
    15. yepuhuh

      yepuhuh New Member

      Joined:
      Jan 15, 2010
      Messages:
      148
      Likes Received:
      0
      Trophy Points:
      0
      1)ArkInventory - Best bag addon imo. You can sort everything your bags to your liking. Restack option to fill any stacks of any item you have to make them complete. Works with bank too. Allows you to see what's in your guild bank or the bags of any character as well as gold on any character at any time, any place.

      2)Postal - for all my mail needs.

      3) WIM - I don't pay attention to chat much so it'll pop up a message box. If I go afk, it will keep those boxes up so I can see all the tells sent to me while afk

      4)Auctioneer - for all my auction needs.
       
      Last edited: Nov 24, 2010
    16. MegatoN

      MegatoN New Member

      Joined:
      Aug 11, 2010
      Messages:
      233
      Likes Received:
      3
      Trophy Points:
      0
      Bags: Anyone you like. I prefer AdiBags. I also love lumbags/Carbags, Bagnon and Combuctor.
      +Bags: BankStack, works like a charm
      AH: I prefer Auctionator, some prefer Auctioneer
      Mail: My choice would be Better Inbox & Better Outbox, some prefer Postal

      :)
       
    17. toml96

      toml96 Member

      Joined:
      Oct 1, 2010
      Messages:
      257
      Likes Received:
      0
      Trophy Points:
      16
      That would be Quick Auctions 3. With the automailer feauture
       
    18. liljackjack

      liljackjack Member

      Joined:
      Mar 17, 2010
      Messages:
      280
      Likes Received:
      3
      Trophy Points:
      18
      Thanks for the advice guys!!

      Those sending macros have already saved me LOADS of time! Now to get back to the farming pre Cata :p


      +Rep
       
    19. tmill

      tmill New Member

      Joined:
      Jan 15, 2010
      Messages:
      262
      Likes Received:
      1
      Trophy Points:
      0
      The addon Quick Auction 3 has been updated to "Auction Profit Master" It sounds like a great addon for selling mass loot from botting but they note this on the addon:
      "Where we stand on botting:

      We will always be against all botting of any kind. If it's against Blizzard policy, we are against it, period. Anything we can do to prevent any possible use of any such bot program with Auction Profit Master will be done! Please ask via private message or email if you have any questions about this policy."




      idk if this makes the addon unsafe or not :eek:
       
    20. exfelon

      exfelon Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,372
      Likes Received:
      8
      Trophy Points:
      38
      Where you stand on botting should answer any questions you have about their stance. Fuck Auction Profit Master.

      auctioneer, postal, altoholic, gatherer, wowmove, meatspin.com and redtube.com
       

    Share This Page