MQ2Vendors
MQ2Vendors | |
---|---|
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. |
Authors | ChatWithThisName |
---|---|
Software type | Plugin |
Config file | MQ2Vendors.ini
|
Maintained | Yes and supported |
Links |
🏠Resource (review) |
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.
Commands
Syntax | Description |
---|---|
/vendor <option> <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. |
Settings
The file MQ2Vendors.ini contains the plugin configuration, including the list of items to search for;
Example;
[ItemsList]
Item1=bone chips
See also
Top-Level Object(s)
TLOs added by MQ2Vendors:
TLO | Data Type(s) | Description |
---|---|---|
Vendor | Vendor | holds the Vendor datatype, which is much more interesting. |
Forms. Typical usage, /echo ${TLO}
Type | TLO | Description |
---|---|---|
Vendor | Vendor | Returns "Vendor" if loaded. |
Members. More may be available if inherited. Typical usage, /echo ${TLO.Member}
TLO | Data Type | Return Type | Member | Description |
---|---|---|---|---|
Vendor | Vendor | 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} |