Difference between revisions of "MQ2BoundTLO" - MMOBugs Wiki

Line 1: Line 1:
 
{{Pluginbox
 
{{Pluginbox
 
|author=[[User:Psycotic|Psycotic]]
 
|author=[[User:Psycotic|Psycotic]]
}}
+
|macrodata=${ZoneBound}, ${ZoneBoundX}, ${ZoneBoundY}, ${ZoneBoundZ} }}
  
[[Category: Incomplete Plugin Pages]]
+
==Description==
{{stub}}
+
 
 +
This simple plugin adds four macro data TLOs to the MQ2 engine for use in reporting information about your bind point to macros.
 +
 
 +
==Macro Data==
 +
 
 +
MQ2BoundTLO adds four new TLOs:
 +
 
 +
* <span class="highlight2">${ZoneBound} : integer</span> - Returns the ID of the zone that you are bound to.
 +
* <span class="highlight2">${ZoneBoundX} : integer</span> - Returns the X coordinate of your bind point in the zone that you are bound to.
 +
* <span class="highlight2">${ZoneBoundY} : integer</span> - Returns the Y coordinate of your bind point in the zone that you are bound to.
 +
* <span class="highlight2">${ZoneBoundZ} : integer</span> - Returns the Z coordinate of your bind point in the zone that you are bound to.
 +
 
 +
==Availability==
 +
 
 +
This plugin is available as part of both the MMOBugs source and binary releases.

Revision as of 19:06, 29 September 2008

Plugin Info
Name MQ2BoundTLO
Author Psycotic
Macro Data ${ZoneBound}, ${ZoneBoundX}, ${ZoneBoundY}, ${ZoneBoundZ}


Description

This simple plugin adds four macro data TLOs to the MQ2 engine for use in reporting information about your bind point to macros.

Macro Data

MQ2BoundTLO adds four new TLOs:

  • ${ZoneBound} : integer - Returns the ID of the zone that you are bound to.
  • ${ZoneBoundX} : integer - Returns the X coordinate of your bind point in the zone that you are bound to.
  • ${ZoneBoundY} : integer - Returns the Y coordinate of your bind point in the zone that you are bound to.
  • ${ZoneBoundZ} : integer - Returns the Z coordinate of your bind point in the zone that you are bound to.

Availability

This plugin is available as part of both the MMOBugs source and binary releases.