I LOVE YOU [No homo] Fantastic been looking for something like this. +rape
Edit: Just used it this is awesome makes raping account 10x faster
Macro Use : Sell only White/Grey Items.
Macro #1
Macro Use : Sell Everything in Inventory, or Used to Mail Everything in Inventory.Code:/run for bag=0,4 do for slot=1,GetContainerNumSlots(bag) do local texture,itemCount,locked,quality=GetContainerItemInfo(bag,slot) if quality==0 or quality==1 then UseContainerItem(bag,slot) end end end
Macro #2
Idea : If you wish to strip an account fast, Use Macro #2, It'll attempt to sell everything in your inventory to an opened merchant window.Code:/run for bag=0,4,1 do for slot=1,GetContainerNumSlots(bag),1 do local name=GetContainerItemLink(bag,slot) if name and string.find(name,"") then DEFAULT_CHAT_FRAME:AddMessage("- Selling "..name) UseContainerItem(bag,slot) end end end
If you wish to use the stuff on your main, or sell it in the Auction House, Use Macro #1 at an opened vendor, then go to the mailbox and use Macro #2.
Additional Macro : Delete all Items in Inventory. . . If you can't sell it, and it's boe, Erase it! More room to run back and forth from bank with!
Code:/run for bag = 0,4,1 do for slot = 1, 32, 1 do local name = GetContainerItemLink(bag,slot); if name and string.find(name,"") then PickupContainerItem(bag,slot); DeleteCursorItem(); end; end; end
Last edited by Scrawl; 03-26-2009 at 08:03 PM. Reason: Added
Always willing to help, Feel free to PM
I LOVE YOU [No homo] Fantastic been looking for something like this. +rape
Edit: Just used it this is awesome makes raping account 10x faster
Last edited by MelonFarmer; 03-26-2009 at 07:59 AM.
this is in the shared lounge...o well...
https://www.mmowned.com/forums/world-of-warcraft/guides/278302-selecting-bot-you.html - SELECTING THE BOT FOR YOU
PHWOOOOAAAAAR - Parog was here. <3 <----Wtf's a Parog?
o is it rofl
Bah, I found it. I did a search earlier, but searched only in Scam and Exploit section. I didn't run the string in the Shared Lounge. I swear, didn't mean to repost. I even asked all over, but I couldn't find anything. I see it in the Shared Lounge now, This can be shut down. Sorry.
Scrawl
Last edited by Scrawl; 03-26-2009 at 08:12 AM. Reason: Reposted :(
Always willing to help, Feel free to PM
Seems useful to save a bit of time.
IMHO you'll get more gold if you send AH-sellable items with the gold cash to your character... you can sell it later at AH for 100x more gold... ores, gems, herbs, cloths, BoE, primals... there are many items that shouldn't be sold to vendors...
True Esko but honestly. If you get accounts in high volume, It's too time consuming. This way you can strip it fast.
Always willing to help, Feel free to PM
Wish there was a macro for sending everything to an alt![]()
https://change.dossergame.co.uk/change_please/4636419/
I am sure that the macro could be updated to sell only grey and white items, so you'll send to your char only green+ items plus gold... imho the best compromis...
EDIT: good work on the macro update... +rep for it
Last edited by eSko; 03-26-2009 at 06:31 PM.
Yea, solid. You've been cruising right along. Thanks for your time. <3
My Other Threads:
Guide To Safe Selling
Send an email from any web address on the net (spoof)
Google Tricks
Ask me how to get free pr0n passes, major sites (no CC required)
Just another tip:
you say to use the delete macro so you have more space when running between banks. However what I do, I use the sell all macro, then run to bank and you can just swap your equipped bags with your bank bags. Just click + drag.
https://www.mmowned.com/forums/world-of-warcraft/guides/278302-selecting-bot-you.html - SELECTING THE BOT FOR YOU
PHWOOOOAAAAAR - Parog was here. <3 <----Wtf's a Parog?
Very nice tip, Odd. I never ever thought about that. You just made my Sell quick method, sell even quicker. Pure Genious, I know this is my thread, but +REP! :P
Always willing to help, Feel free to PM
thx for reminding me, +2...
https://www.mmowned.com/forums/world-of-warcraft/guides/278302-selecting-bot-you.html - SELECTING THE BOT FOR YOU
PHWOOOOAAAAAR - Parog was here. <3 <----Wtf's a Parog?
Great macro's, I already had a vendor macro but the delete one is just EPIC! =)