MQ2ItemDisplay - MMOBugs Wiki

Plugin Info
Name MQ2ItemDisplay
Author MQ2 Devs
Link MQ2 Wiki Link
Commands /inote
Source Available Yes (GPL)
Uses INI File Yes

Description

MQ2ItemDisplay allows you to add extra information to the item info windows such as what drops it, what tradeskills it can be used for etc.

Commands

  • /inote <add|del> <item#> "Comment" Add/delete a note to a specific item number. This information will be displayed within the item info window, under all the other information.

Example Usage

  • /inote add 0019542 This is found on the Great Saprophyte in EC<br>Rarity is about 1 in 5

Configuration

All the /inote information is stored in the MQ2ItemDisplay.ini file.

Sample Configuration

MQ2ItemDisplay.ini

[Notes]
0019542=This is found on the Great Saprophyte in EC<br>Rarity is about 1 in 5
0045606=Brewing Trivial 268. Almonds, dried vanilla beans, generic coffee beans, steaming water. Yields 3.
0045595=Brewing Trivial 268. Amber Water Worm, black bart's spiced rum, flask of rathe berry juice. Yields 3.

Configuration Explanation

The <br> tag can be used to insert a line break. Sometimes it is easier to edit the file itself rather than type the whole string from within the game (also makes copying and pasting easier). The INI file is re-read every time the item display window is opened, so changes take effect immediately.

Availability

This plugin is part of the core MQ2 source. It is included with the MMOBugs Compile, and source is freely available.