What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Honorbuddy] Essential Addons

liljackjack

Member
Joined
Mar 17, 2010
Messages
280
Reaction score
3
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
 
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:
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.
 
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.

Yea i have used both and I like Auctiontor much better. Dose not have all the added crap i dont use.
 
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

Any advice on how to just filter out saronite ore and send? Thanks for the great advice btw!
 
There was a add on that would automatically send specified items to specified people. don't remember what it was called though.
 
==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
 
Any advice on how to just filter out saronite ore and send? Thanks for the great advice btw!

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

i found this on mmowned forums posted way back in september:

http://www.mmowned.com/forums/ui-macro-discussions/248228-macro-withdraw-all-guild-bank.html

WITHDRAW ALL FROM GUILD BANK (SPECIFIED ITEM)
/run for t=1,GetNumGuildBankTabs()do for s=1,98 do local l=GetGuildBankItemLink(t,s)if l and strfind(l,"YOURITEM")then SetCurrentGuildBankTab(t)_G[format("GuildBankColumn%dButton%d", ceil(s/14),s%14)]:Click("RightButton")end end end

WITHDRAW ALL FROM GUILD BANK (GREENS)
/run for t=1,GetNumGuildBankTabs()do for s=1,98 do local l=GetGuildBankItemLink(t,s)if l and strfind(l,"cff1eff00")then SetCurrentGuildBankTab(t)_G[format("GuildBankColumn%dButton%d", ceil(s/14),s%14)]:Click("RightButton")end end end

DEPOSIT/TRADE/MAIL ALL ITEMS (SPECIFIED)
/run for b=0,4 do for s=0,22 do l=GetContainerItemLink(b,s) if l and l:find("YOURITEM")then UseContainerItem(b,s) end end end

DEPOSIT/TRADE/MAIL ALL ITEMS (GREENS)
/run for bag=0,4 do for slot=1,GetContainerNumSlots(bag) do local texture,itemCount,locked,quality=GetContainerItemInfo(bag,slot) if quality==2 then UseContainerItem(bag,slot) end end end

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:
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
 
Postal
Bankstack
Auctionator (currently trying Market Watcher)
and of course Baggins with my own filters.

Example:



Uploaded with ImageShack.us
 
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:
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

:)
 
There was a add on that would automatically send specified items to specified people. don't remember what it was called though.

That would be Quick Auctions 3. With the automailer feauture
 
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
 
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:
 
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
 
Back
Top