Difference between revisions of "MQ2Navigation" - MMOBugs Wiki

Line 27: Line 27:
  
 
===ExampleType===
 
===ExampleType===
* <span class="highlight2">ExampleValue : int</span> returns an int
+
* <span class="highlight2">Active : bool</span> TRUE if currently navigating, FALSE if not
* <span class="highlight2">ExampleValue2 : string</span> returns a string of examplevalue
+
* <span class="highlight2">MeshLoaded : bool</span> TRUE if mesh is loaded for current zone
  
 
===Example Usage===
 
===Example Usage===
 +
:pulling
 +
/if (${Navigation.Active}) /goto :pulling
  
 
==Configuration==
 
==Configuration==

Revision as of 13:06, 13 February 2011

Plugin Info
Name MQ2Navigation
Author Author
Link Wiki Link
Commands /navigate
Source Available Yes
Uses INI File No

Description

MQ2Navigation is a xxx. This is a sample description

Commands

  • /command1 Does action 1
  • /command2 Does action 2
  • /command3 parameter Does action 3 with parameter

Example Usage

Macro Data

This plugin adds a new TLO

  • ${Navigation} : Bool - Returns TRUE if plugin is loaded.

ExampleType

  • Active : bool TRUE if currently navigating, FALSE if not
  • MeshLoaded : bool TRUE if mesh is loaded for current zone

Example Usage

pulling

/if (${Navigation.Active}) /goto :pulling

Configuration

MQ2Template provides configuration

Sample Configuration

MQ2Template.ini

[Settings]
Plugin=on

Configuration Explanation

  • Plugin: The plugin is on or off

Version History

  • 1.1 author @ 2008-07-10
    • Change 1
    • Change 2
  • 1.0 author @ 2008-06-09
    • Change 1
    • Change 2


Availability

This plugin is included with the MMOBugs Compile.