• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->
Resource icon

MQ2Vendors

Other Authors
ChatWithThisName
Server Type
🏢 Live 🏘️ Emu TLP Test

Wiki Manual
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.

SyntaxDescription
/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.
/vendordebugToggles outputting additional debugging information to help you resolve any issues.

TLOData Type(s)Description
VendorVendorholds the Vendor datatype, which is much more interesting.

TypeMemberDescription
boolHasItemsWhether the vendor has any items you are looking for.
floatVersionReturns the version number of the plugin
intCountThe number of items the vendor has that you are searching for, does not currently work.
stringItems[<#>].NameSpecify 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
Author
ChatWithThisName
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from ChatWithThisName

Share this resource

Latest updates

  1. 20230426

    〰️Commits Cleanup GetMember variable references (a28b79e) ~Knightly Merge branch 'cleanup'...
  2. 20230219

    〰️Commits Update for v143 Addresses https://github.com/macroquest/macroquest/issues/635...
  3. Resurrected

    Fixed /vendor savevendors and /vendor nosavevendors to stop
Back
Top