MQ2Vendors is a plugin that lets you setup a search list of items that you want to be notified about if they popup on a vendor that your browsing. Notification happens in the MQ2 chat window and also by adding <<<< >>>> around the vendors name in the MerchantWnd.
You can add/remove/list items on the search list. Passing an item link is valid too. The link information is stripped off before it is saved to the search list. (Search list is global for all characters).
You can add/remove item numbers to the search list to.
The ability to save a vendors default item list is also available. "/vendor savevendors" to enable or "/vendor nosavevendors" to disable. the default is disabled.
a TLO (Vendor) is available too if you want to check if the vendor your browsing has any items your searching for. At present the only valid members are: Version, HasItems and Items. Count is just a stub and does not work yet.
You can add/remove/list items on the search list. Passing an item link is valid too. The link information is stripped off before it is saved to the search list. (Search list is global for all characters).
You can add/remove item numbers to the search list to.
The ability to save a vendors default item list is also available. "/vendor savevendors" to enable or "/vendor nosavevendors" to disable. the default is disabled.
a TLO (Vendor) is available too if you want to check if the vendor your browsing has any items your searching for. At present the only valid members are: Version, HasItems and Items. Count is just a stub and does not work yet.
Syntax | Description |
---|---|
/vendor <command> <string> | Configuration of the MQ2Vendor plugin to setup a search list of items that you want to be notified about when browsing a vendor. |
/vendordebug | Toggles outputting additional debugging information to help you resolve any issues. |
Type | Member | Description |
---|---|---|
bool | HasItems | Whether the vendor has any items you are looking for. |
float | Version | Returns the version number of the plugin |
int | Count | The number of items the vendor has that you are searching for, does not currently work. |
string | Items[<#>].Name | Specify the index of the item, and it will return the item name. e.g. ${Vendor.Items[1].Name} |
- Source Repository
- https://github.com/RedGuides/MQ2Vendors
- [git] Automation options?
- Yes