Difference between revisions of "MQ2ItemDisplay" - MMOBugs Wiki

 
(Created templatized article from info on MQ2 wiki)
 
Line 1: Line 1:
[[Category: Incomplete Plugin Pages]]
+
{{plugin}}
 +
{{Pluginbox
 +
| name = MQ2ItemDisplay
 +
| author= [http://www.macroquest2.com MQ2 Devs]
 +
| link = [http://www.macroquest2.com/wiki/index.php/MQ2ItemDisplay MQ2 Wiki Link]
 +
| commands=/inote
 +
| source = Yes (GPL)
 +
| usesini = Yes
 +
}}
 +
==Description==
 +
<font class="highlight">MQ2ItemDisplay</font> 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==
 +
* <span class="highlight2">/inote</span> <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&lt;br&gt;Rarity is about 1 in 5
 +
 
 +
==Configuration==
 +
 
 +
All the /inote information is stored in the MQ2ItemDisplay.ini file.
 +
 
 +
===Sample Configuration===
 +
MQ2ItemDisplay.ini
 +
<pre>[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.</pre>
 +
 
 +
===Configuration Explanation===
 +
 
 +
The &lt;br&gt; 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.

Latest revision as of 21:08, 27 September 2009

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.