Difference between revisions of "MQ2GMCheck" - MMOBugs Wiki

Line 50: Line 50:
  
 
* <span class="highlight2">${GMCheck} : bool</span> - Return TRUE if GM in zone.  
 
* <span class="highlight2">${GMCheck} : bool</span> - Return TRUE if GM in zone.  
 +
===ExampleType===
 
* <span class="highlight2">${GMCheck.Status} : bool</span> - Return TRUE if GM checking is active.
 
* <span class="highlight2">${GMCheck.Status} : bool</span> - Return TRUE if GM checking is active.
  

Revision as of 04:13, 7 August 2009

Plugin Info
Name MQ2GMCheck
Author htw
Link Wiki Link
Commands /gmquiet /gmcheck /gmsound /gmbeep /gmpopup /gmsave
Source Available No
Uses INI File Yes

Description

Alerts when GM in zone, as long as they are not in "stealth"

Features

  • This plugin has the ability to alert you in different ways such as sound and visual messages if a GM is detected.

Commands

  • /gmcheck <on/off> Toggles gm checking on/off.
  • /gmquiet <on/off> Toggles gm alert sounds on/off (resets at next zone).
  • /gmsound <on/off> Toggles playing the sound files for alerts.
  • /gmbeep <on/off> Toggles making beeping sounds for alerts.
  • /gmpopup <on/off> Toggles showing a popup msg for alerts.
  • /gmsave Saves current options to MQ2GMCheck.ini

Example Usage

This command will turn on GM checking.

  • /gmcheck on


This command will turn on alert sounds (Resets upon zoning).

  • /gmquiet on


This command will turn on the use of sound files for alerts.

  • /gmsound on


This command will turn on the use of beeps for alerts.

  • /gmbeep on


This command will turn allow the use of popups for alerts.

  • /gmpopup on

This command will save the current configuration to MQ2GMCheck.ini file.

  • /gmsave

Macro Data

This plugin adds a new TLO

  • ${GMCheck} : bool - Return TRUE if GM in zone.

ExampleType

  • ${GMCheck.Status} : bool - Return TRUE if GM checking is active.

Sample Configuration

MQ2GMCheck.ini

[Settings]
GMCheck=on
GMSound=on
GMBeep=off
GMPopup=on

Availability

This plugin is included with the MMOBugs Compile.