Difference between revisions of "MQ2HoverInfo" - MMOBugs Wiki

(Undo revision 259 by Brainiac (Talk))
 
(19 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
|imagecaption=MQ2HoverInfo in action
 
|imagecaption=MQ2HoverInfo in action
 
}}
 
}}
 +
 +
[[Image:MQ2HoverInfo.png|300px|thumb|right|MQ2HoverInfo in action]]
  
 
==Description==
 
==Description==
  
 
With this plugin enabled, whenever you hover your mouse cursor over a targettable spawn, its name, level, and class will be displayed near your cursor. The text color, shadow, cursor offset, and delay are configurable settings.
 
With this plugin enabled, whenever you hover your mouse cursor over a targettable spawn, its name, level, and class will be displayed near your cursor. The text color, shadow, cursor offset, and delay are configurable settings.
 
[[Image:MQ2HoverInfo.png|300px|thumb|right|MQ2HoverInfo in action]]
 
  
 
==Configuration==
 
==Configuration==
Line 30: Line 30:
 
===Configuration Explanation===
 
===Configuration Explanation===
  
* <font class="highlight2">OffsetX</font>: X-coordinate displacement from position of cursor where text will be displayed.
+
* <span class="highlight2">OffsetX</span>: X-coordinate displacement from position of cursor where text will be displayed.
* <font class="highlight2">OffsetY</font>: Y-coordinate displacement from position of cursor where text will be displayd.
+
* <span class="highlight2">OffsetY</span>: Y-coordinate displacement from position of cursor where text will be displayd.
* <font class="highlight2">Delay</font>: Time, in milliseconds, to wait while hovering the cursor before text will be displayed.
+
* <span class="highlight2">Delay</span>: Time, in milliseconds, to wait while hovering the cursor before text will be displayed.
* <font class="highlight2">Color</font>: Numerical value representing the color to use for drawing the text.
+
* <span class="highlight2">Color</span>: Numerical value representing the color to use for drawing the text.
* <font class="highlight2">ShadowColor</font>: Numerical value representing the color to use for drawing the text.
+
* <span class="highlight2">ShadowColor</span>: Numerical value representing the color to use for drawing the text.
* <font color=lightgreen>'''Shadow'''</font>: Decides whether the shadow will be drawn or not. A value of "on" will turn the shadow on. Any other value will turn the shadow off.
+
* <span class="highlight2">'''Shadow'''</span>: Decides whether the shadow will be drawn or not. A value of "on" will turn the shadow on. Any other value will turn the shadow off.
 
 
  
 
==Availability==
 
==Availability==
  
 
MQ2HoverInfo is available as part of the MMOBugs plugin distribution.
 
MQ2HoverInfo is available as part of the MMOBugs plugin distribution.

Latest revision as of 19:37, 4 October 2008

Plugin Info
Name MQ2HoverInfo
Version 1.20
Author brainiac
Uses INI File Yes


MQ2HoverInfo in action

Description

With this plugin enabled, whenever you hover your mouse cursor over a targettable spawn, its name, level, and class will be displayed near your cursor. The text color, shadow, cursor offset, and delay are configurable settings.

Configuration

The plugin is configured via an INI file. If the INI file doesn't exist, default values are used.


Sample Configuration

MQ2HoverInfo.ini

[Settings]
OffsetX=17
OffsetY=4
Delay=500
Color=10
ShadowColor=0
Shadow=on

Configuration Explanation

  • OffsetX: X-coordinate displacement from position of cursor where text will be displayed.
  • OffsetY: Y-coordinate displacement from position of cursor where text will be displayd.
  • Delay: Time, in milliseconds, to wait while hovering the cursor before text will be displayed.
  • Color: Numerical value representing the color to use for drawing the text.
  • ShadowColor: Numerical value representing the color to use for drawing the text.
  • Shadow: Decides whether the shadow will be drawn or not. A value of "on" will turn the shadow on. Any other value will turn the shadow off.

Availability

MQ2HoverInfo is available as part of the MMOBugs plugin distribution.