- Other Authors
- brainiac, Ziggy, rswiders, eqmule, Nilwean, ksmith, Derple, Knightly
- Included in Very Vanilla
- Included! No need to download.
MQ2LinkDB - This plugin allows you to access links for (hopefully) every item. It stores links in a database and you may call them up manually or via hotkeys, macros or plugins.
Installation:
Top-Level Objects:
Examples:
You'll get several links to items that include the word "Wurmslayer"
If the item is not found, the TLO returns an empty string, so you probably don't want to be directly shouting about Baby Joseph Sayer in your backpack. If you do and misspell his name, you will end up shouting about an empty string which isn't recommended.
Installation:
- In-game, load the plugin with
/plugin mq2linkdb load
- Import items.txt (already included) with
/link /import
Syntax | Description |
---|---|
/link [/import] | [/max #] | <search string> | [/scan on|off] | [/click on|off] | Displays item links, imports items, scans for new items, and other controls for item links. |
Top-Level Objects:
TLO | Data Type(s) | Description |
---|---|---|
LinkDB | linkdb | Contains a form for searching and displaying links, and a data type |
Examples:
Rich (BB code):
/link Wurmslayer
Rich (BB code):
/shout OMG I'm a dork! I have ${LinkDB[=Baby Joseph Sayer]} in my pack. Ha!
- Source Repository
- https://github.com/RedGuides/MQ2LinkDB
- [git] Automation options?
- Yes