Skip to content

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 • Config: MQ2Vendors.ini

Resource Download Support Repo Quick Start

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 MQ chat window and also by adding <<<< >>>> around the vendors name in the MerchantWnd.

Commands

/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

Top-Level Objects

Vendor

holds the Vendor datatype, which is much more interesting.

DataTypes

Vendor

Returns information about the current vendor's items.

Members

float Version

Returns the version number of the plugin

bool HasItems

Whether the vendor has any items you are looking for.

string Items[#].Name

Specify the index of the item, and it will return the item name.
e.g. ${Vendor.Items[1].Name}

int Count

The number of items the vendor has that you are searching for, does not currently work.