WoW TradeSkillMaster_TDAutoVendoring addon Dragonflight/Wrath of the Lich King Classic 2024
logo
wow addon TradeSkillMaster_TDAutoVendoring

TradeSkillMaster_TDAutoVendoring

Game Version: 6.2.4
Total Downloads: 111,461
Updated: Mar 31, 2016
Created: Dec 26, 2015
download TradeSkillMaster_TDAutoVendoringDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
v1.4.1 release 3.36 KB Mar 31, 2016 6.2.4 102,609 download TradeSkillMaster_TDAutoVendoring v1.4.1 releaseDownload
v1.4 release 3.35 KB Feb 14, 2016 6.2.3 3,625 download TradeSkillMaster_TDAutoVendoring v1.4 releaseDownload
v1.3 release 2.94 KB Jan 24, 2016 6.2.3 1,950 download TradeSkillMaster_TDAutoVendoring v1.3 releaseDownload
v1.2.1 release 2.73 KB Jan 12, 2016 6.2.3 1,237 download TradeSkillMaster_TDAutoVendoring v1.2.1 releaseDownload
v1.2 release 2.71 KB Jan 11, 2016 6.2.3 223 download TradeSkillMaster_TDAutoVendoring v1.2 releaseDownload
v1.1 release 2.38 KB Jan 2, 2016 6.2.3 998 download TradeSkillMaster_TDAutoVendoring v1.1 releaseDownload
v1.0 release 1.84 KB Dec 26, 2015 6.2.3 657 download TradeSkillMaster_TDAutoVendoring v1.0 releaseDownload
v1.4-1-ga424742 alpha 3.30 KB Mar 31, 2016 6.2.4 28 download TradeSkillMaster_TDAutoVendoring v1.4-1-ga424742 alphaDownload
v1.2.1-1-gb2d797c alpha 2.90 KB Jan 24, 2016 6.2.3 15 download TradeSkillMaster_TDAutoVendoring v1.2.1-1-gb2d797c alphaDownload
v1.2-1-g2435303 alpha 2.68 KB Jan 12, 2016 6.2.3 15 download TradeSkillMaster_TDAutoVendoring v1.2-1-g2435303 alphaDownload
v1.1-1-gb1e4dac alpha 2.65 KB Jan 11, 2016 6.2.3 58 download TradeSkillMaster_TDAutoVendoring v1.1-1-gb1e4dac alphaDownload
v1.0-1-gcf0b2d9 alpha 2.33 KB Jan 2, 2016 6.2.3 31 download TradeSkillMaster_TDAutoVendoring v1.0-1-gcf0b2d9 alphaDownload
r20151226220917 alpha 1.78 KB Dec 26, 2015 6.2.3 15 download TradeSkillMaster_TDAutoVendoring r20151226220917 alphaDownload

Screenshots

Description

Share this:

TradeSkillMaster_TDAutoVendoring

Video & Description

Here is the video how it works (just vendoring part):

Automatic vendoring of salvage yard items and generic green/blue trash not worth auctioning. Based on TradeSkillMaster api.

  • Update 1.1 Added option to disenchant valuable items! check it out below.
  • Update 1.2 Added option to open soulbound containers and weapon/armor containers for easy selling to vendor.
  • Update 1.3 Changed the way auto open works, now it is based on item id table, there is now argument to provide your own list of item ids which will be also opened/used
  • Update 1.4 Added function to send items that could be sold to AH toon

THIS IS NOT TRADESKILLMASTER MODULE! It is a super small library based on TSM api to make life easier. Done because of this thread.

What is needed

  • Install TradeSkillMaster – Follow installation guide and setup their desktop App to have up to date prices (you will know you have done this step correctly if you will see AH prices on item tooltips)
  • No additional configuration is required inside TSM

Vendoring


This function sells items that are junk (quality = 0), or blue/green items with specific max level (default 630) that are not worth auctioning according to TSM.

Syntax:

function TDAutoVendor(maxValue, priceSource, maxQuality, maxIlvl, sellCrapBlue, debug, disenchant, valueDiff)

Macro

#showtooltip
/run TDAutoVendor()
/use Bag of Salvaged Goods
/use Big Crate of Salvage
/use Crate of Salvage

Usage

  • Go to salvage yard, open merchant window (just talk to the salvager in your salvage yard)
  • Keep spaming macro untill u have no more Crates

Options:

  • maxValue (default 5000000): maximum value of item that should be vendored in copper ex 4443322 equals 444g 33s
    22c
  • priceSource (default 'DBGlobalSaleAvg'): source of price according to TSM, if you don't know what it is, don't change it or put nil there. By default it check global AH price.
  • maxQuality (default 3): maximum item quality to consider: 0 = junk, 1 = normal, 2 = green, 3 = blue, 4 = purple, 5 = legendary
  • maxIlvl (default 630): maximum item level to consider
  • sellCrapBlue (default true): addon actually checks if you are not enchanter and sells soulbound items between 570 and 630 if this is set to true;
  • debug (default false): if this is set to true, it will only print what it would sell without actually selling anything (if you are affraid that wrong items would be sold, set it to true and test)
  • disenchant (default false): set this to true to NOT sell items you think are worth disenchanting (see option below)
  • valueDiff (default 100000): minimum price difference between vendor price and disenchant price to consider as disenchantable, default 10g

debugging with default values:

/run TDAutoVendor(nil, nil, nil, nil, nil, true)

Disenchanting (NEW 1.1)


New version has another AUTO macro that will disenchant items worth disenchanting. Obviously you need to be on toon that has Enchanting proffesion otherwise it will not work.

Macro

/run TD_debug = false;
/run TD_maxValue = 5000000;
/run TD_valueDiff = 100000;
/click TDDisButton

Each option needs to be set before using macro (because of lua restrictions) using following syntax (see above for example):

/run option = value;

Options:

  • TD_debug (default: false): set this to true if you wish to see what it would disenchant
  • TD_maxValue (default: 5000000): maximum market price of items to consider, default 500g
  • TD_valueDiff (default: 100000): minimum price difference between vendor and disenchanting value, default 10g
  • TD_priceSource (default 'DBGlobalSaleAvg'): source of price according to TSM, if you don't know what it is, don't change it or put nil there. By default it check global AH price.
  • TD_maxQuality (default 3): maximum item quality to consider: 0 = junk, 1 = normal, 2 = green, 3 = blue, 4 = purple, 5 = legendary
  • TD_maxIlvl (default 630): maximum item level to consider

Opening (NEW 1.2)


Opening in one macro souldbound containers like: Enhancement Tokens, Runic Pouch, Cache of Highmaul Treasures, Iron Fleet Treasure Chest, Blackrock Foundry Spoils also gear tokens: Tormented, Formidable, Baleful, Grandiose, Turbulent, Munificent (only soulbound ones)

Macro

/run TD_debug = false;
/click TDOpenButton

Macro is very similar to disenchant macro, options are set the same way and be wary: TD_debug IS THE SAME GLOBAL VARIABLE as the one from version 1.1 so keep it always above both macros

Options:

  • TD_debug (default: false): set this to true if you wish to see what it would open
  • TD_customOpenList (default: {}): list of items that are also opened alongside with built in list. You need to provide it as TABLE in following format: /run TD_customOpenList = {12, 2412, 51512, 535123};

List of items that are opened automatically (check main lua for reference):

	Tormented, Formidable, Baleful, Grandoise, Turbulent, Munificent,Enhancement Token, Follower Retraining Scroll Case, Runic Pouch, Cache of Highmaul Treasures, Iron Fleet Treasure Chest, Blackrock Foundry Spoils

Mailing (NEW 1.4)


Sends everything you have in bag that is not Soulbound or Account bound and can be sold in AH to AH Toon (for now just tome of clear mind is in built in exclude list).

Macro

/run TDAutoAH(debug, AHToon, priceSource, exclude)

Options:

  • debug (default: false): set this to true if you wish to see what it would open
  • AHToon (*required*): Name of the AH toon to send items to, this is a string so it needs to be in format: 'Nameoftoon'
  • priceSource (default 'DBGlobalSaleAvg'): source of price according to TSM, if you don't know what it is, don't change it or put nil there. By default it check global AH price.
  • exclude (default: {}): item id list excluded from mailing. You need to provide it as TABLE in following format: {12, 2412, 51512, 535123}

Example

/run TDAutoAH(false, 'Bankertoon', nil, {3412, 215, 5152})

Comments

Add a comment