Difference between revisions of "MQ2Otd" - MMOBugs Wiki

m
Line 1: Line 1:
[http://www.macroquest2.com/phpBB2/viewtopic.php?t=12161 MacroQuest2 VIP forum]
+
{{plugin}}
 +
{{Pluginbox
 +
| name = MQ2OTD
 +
| author = [[User:omnictrl|Omnictrl]]
 +
| link = [http://www.macroquest2.com/phpBB3/viewtopic.php?f=31&t=12161&hilit=mq2otd Forum Link]
 +
| commands=/otd
 +
| source = Yes
 +
| usesini = Yes
 +
}}
  
[[Category:  Incomplete Plugin Pages]]
+
 
 +
 
 +
 
 +
==Description==
 +
 
 +
<font class="highlight">MQ2OTD</font> Displays a directional indicator in the HUD (must have hud on to see it, i.e. press F11) showing you which direction your target is.  It can also display the range to the target as well.  The arrow will point up if the target is in front of you, down if target is behind you and left or right if the target is to the left or right of you.  The arrow indicator will change colors the closer you get to your target.
 +
 
 +
==Commands==
 +
 
 +
* <span class="highlight2">/otd on</span> Toggle indicator on.
 +
* <span class="highlight2">/otd off</span> Toggle indicator off.
 +
* <span class="highlight2">/otd moveto x y </span> Move the indicator to the x,y screen coordinates given and save them to the plugins .ini.
 +
* <span class="highlight2">/otd moveby x y</span> Move the indicator by x,y increment from the current x,y location on the screen.
 +
* <span class="highlight2">/otd range</span> Toggles target range indicator on or off, it is defaulted to on.
 +
* <span class="highlight2">/otd reload</span> Reload the plugins .ini.
 +
* <span class="highlight2">/otd drawtight</span> Will draw the range indicator very close the direction indicator in the HUD.
 +
* <span class="highlight2">/otd getloc</span> Display the current x,y screen coordinates of the direction indicator.
 +
 
 +
==Configuration==
 +
 
 +
MQ2OTD is configured via slash commands. Your saved configuration is stored in the MQ2OTD.ini.  The plugin stores each toons configuration seperately within the .ini with sections based on toon name.
 +
 
 +
To get started with the plugin you would load it like so:
 +
 
 +
/plugin mq2otd
 +
 
 +
Then press F11 to display the HUD (if not loaded already).
 +
 
 +
Then type /otd on, this will display the direction indicator with the targets distance from you.
 +
 
 +
===Example Configuration===
 +
MQ2OTD.ini
 +
<pre>[TOON1]
 +
VISIBLE=1
 +
RANGE_ON=1
 +
[TOON2]
 +
VISIBLE=1
 +
RANGE_ON=1</pre>
 +
 
 +
==Availability==
 +
 
 +
This plugin is included with the MMOBugs Compile.

Revision as of 11:24, 24 June 2010

Plugin Info
Name MQ2Otd
Author Omnictrl
Link Forum Link
Commands /otd
Source Available Yes
Uses INI File Yes



Description

MQ2OTD Displays a directional indicator in the HUD (must have hud on to see it, i.e. press F11) showing you which direction your target is. It can also display the range to the target as well. The arrow will point up if the target is in front of you, down if target is behind you and left or right if the target is to the left or right of you. The arrow indicator will change colors the closer you get to your target.

Commands

  • /otd on Toggle indicator on.
  • /otd off Toggle indicator off.
  • /otd moveto x y Move the indicator to the x,y screen coordinates given and save them to the plugins .ini.
  • /otd moveby x y Move the indicator by x,y increment from the current x,y location on the screen.
  • /otd range Toggles target range indicator on or off, it is defaulted to on.
  • /otd reload Reload the plugins .ini.
  • /otd drawtight Will draw the range indicator very close the direction indicator in the HUD.
  • /otd getloc Display the current x,y screen coordinates of the direction indicator.

Configuration

MQ2OTD is configured via slash commands. Your saved configuration is stored in the MQ2OTD.ini. The plugin stores each toons configuration seperately within the .ini with sections based on toon name.

To get started with the plugin you would load it like so:

/plugin mq2otd

Then press F11 to display the HUD (if not loaded already).

Then type /otd on, this will display the direction indicator with the targets distance from you.

Example Configuration

MQ2OTD.ini

[TOON1]
VISIBLE=1
RANGE_ON=1
[TOON2]
VISIBLE=1
RANGE_ON=1

Availability

This plugin is included with the MMOBugs Compile.