How to make 5000g in 20 min on 2.1.0 PTR
--------------------------------------------------------------------------------
Technique: Buy the Tier 5 Loot over and over again, and vendor it for profit.
Problem: This takes too long
Solution: Use my 3 macros to automate the process, and do it in a short period of time
Step 1: Make these 3 macros
Name it "OPEN"
/script for i=1,GetNumLootItems() do _, lootName = GetLootSlotInfo(i);if string.find(lootName, "Vanquished") then else LootSlot(i);ConfirmLootSlot(i);end;end;
This macro simply autoloots everything in a box, skipping the (Are you sure you want to bind?) thing
Name it "SELL"
/script for bag = 0, 4 do if GetContainerNumSlots(bag) > 0 then for slot = 0, GetContainerNumSlots(bag) do PickupContainerItem(bag, slot);MerchantItemButton_OnClick("LeftButton");end ;end;end
WATCH OUT: THIS MACRO ATTEMPTS TO SELL EVERY SINGLE ITEM IN YOUR BAGS
Name it "DESTROY"
/script for bag = 0, 4 do if GetContainerNumSlots(bag) > 0 then for slot = 0, GetContainerNumSlots(bag) do PickupContainerItem(bag, slot);if ( CursorHasItem() ) then DeleteCursorItem();end;end;end;end
WATCH OUT: THIS MACRO DELETES EVERY SINGLE ITEM IN YOUR BAGS
Step 2: Bank all items in your bags you want to keep, clear EVERYTHING ELSE OUT (you can use the "DESTROY" macro)
Step 3: Buy all the 9 boxes from McWeaksauce
(Cant select the McWeaksauce guy cause idiots are stacking on him? hit Shift+V and right click on his nameplate)
Step 4: Right click each box, and hit the "OPEN" macro (do this for the #2 boxes found inside the first ones as well)
Step 5: Run up to a vendor and hit the "SELL" macro as needed
Step 6: Once you've sold everything the 9 boxes have to offer, hit the "DESTROY" macro to clear out your inventory of all the random leftover stuff and repeat steps 3-6 until you have 5000g
Step 7: Buy your flying mount (5200g needed)
Enjoy
(I found these on wow forums, just wanted to share)
--------------------------------------------------------------------------------
Technique: Buy the Tier 5 Loot over and over again, and vendor it for profit.
Problem: This takes too long
Solution: Use my 3 macros to automate the process, and do it in a short period of time
Step 1: Make these 3 macros
Name it "OPEN"
/script for i=1,GetNumLootItems() do _, lootName = GetLootSlotInfo(i);if string.find(lootName, "Vanquished") then else LootSlot(i);ConfirmLootSlot(i);end;end;
This macro simply autoloots everything in a box, skipping the (Are you sure you want to bind?) thing
Name it "SELL"
/script for bag = 0, 4 do if GetContainerNumSlots(bag) > 0 then for slot = 0, GetContainerNumSlots(bag) do PickupContainerItem(bag, slot);MerchantItemButton_OnClick("LeftButton");end ;end;end
WATCH OUT: THIS MACRO ATTEMPTS TO SELL EVERY SINGLE ITEM IN YOUR BAGS
Name it "DESTROY"
/script for bag = 0, 4 do if GetContainerNumSlots(bag) > 0 then for slot = 0, GetContainerNumSlots(bag) do PickupContainerItem(bag, slot);if ( CursorHasItem() ) then DeleteCursorItem();end;end;end;end
WATCH OUT: THIS MACRO DELETES EVERY SINGLE ITEM IN YOUR BAGS
Step 2: Bank all items in your bags you want to keep, clear EVERYTHING ELSE OUT (you can use the "DESTROY" macro)
Step 3: Buy all the 9 boxes from McWeaksauce
(Cant select the McWeaksauce guy cause idiots are stacking on him? hit Shift+V and right click on his nameplate)
Step 4: Right click each box, and hit the "OPEN" macro (do this for the #2 boxes found inside the first ones as well)
Step 5: Run up to a vendor and hit the "SELL" macro as needed
Step 6: Once you've sold everything the 9 boxes have to offer, hit the "DESTROY" macro to clear out your inventory of all the random leftover stuff and repeat steps 3-6 until you have 5000g
Step 7: Buy your flying mount (5200g needed)
Enjoy
(I found these on wow forums, just wanted to share)