Difference between revisions of "MQ2PCCheck" - MMOBugs Wiki

(Initial entry.)
 
(→‎Commands: added /pcnoguild)
Line 19: Line 19:
 
* <span class="highlight2">/pcquiet</span> Turn off pc alert & reminder sounds (resets at next zone).
 
* <span class="highlight2">/pcquiet</span> Turn off pc alert & reminder sounds (resets at next zone).
 
* <span class="highlight2">/pcnogroup [on/off]</span> Toggle excluding group members from zone in/out and reminder alerts, or force on/off with parameter.
 
* <span class="highlight2">/pcnogroup [on/off]</span> Toggle excluding group members from zone in/out and reminder alerts, or force on/off with parameter.
 +
* <span class="highlight2">/pcnoguild [on/off]</span> Toggle excluding guild members from zone in/out and reminder alerts, or force on/off with parameter.
 
* <span class="highlight2">/pcsound [on/off]</span> Toggle PC alert sounds on/off, or force on/off with parameter.
 
* <span class="highlight2">/pcsound [on/off]</span> Toggle PC alert sounds on/off, or force on/off with parameter.
 
* <span class="highlight2">/pcbeep [on/off]</span> Toggle PC alert beeps on/off, or force on/off with parameter.
 
* <span class="highlight2">/pcbeep [on/off]</span> Toggle PC alert beeps on/off, or force on/off with parameter.

Revision as of 04:27, 23 November 2010

Plugin Info
Name MQ2PCCheck
Author htw
Link Wiki Link
Commands /pcstatus /pccheck /pcquiet /pcnogroup /pcsound /pcbeep /pcpopup /pcsave /pcrem /pchelp
Source Available No
Uses INI File Yes

Description

Alerts when PC in zone.

Features

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

Commands

  • /pcstatus Show current settings/status.
  • /pccheck [on/off] Toggle pc checking on/off, or force on/off with parameter..
  • /pcquiet Turn off pc alert & reminder sounds (resets at next zone).
  • /pcnogroup [on/off] Toggle excluding group members from zone in/out and reminder alerts, or force on/off with parameter.
  • /pcnoguild [on/off] Toggle excluding guild members from zone in/out and reminder alerts, or force on/off with parameter.
  • /pcsound [on/off] Toggle PC alert sounds on/off, or force on/off with parameter.
  • /pcbeep [on/off] Toggle PC alert beeps on/off, or force on/off with parameter.
  • /pcpopup [on/off] Toggle PC alert popup messages on/off, or force on/off with parameter.
  • /pcsave Save current settings to MQ2PCCheck.ini.
  • /pcrem Change alert reminder interval, in seconds.
  • /pchelp Shows help information.

Example Usage

This command will turn on PC checking.

  • /pccheck on


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

  • /pcquiet


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

  • /pcsound on


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

  • /pcbeep on


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

  • /pcpopup on

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

  • /pcsave

Macro Data

This plugin adds a new TLO: PCCheck

ExampleType

  • ${PCCheck} : bool - Return TRUE if PC is in zone.
  • ${PCCheck.Status} : bool - Return TRUE if PC checking is active.
  • ${PCCheck.Count} : bool - Return number of PCs in zone.
  • ${PCCheck.NG} : bool - Return TRUE if any PC in zone that is not in your group.
  • ${PCCheck.NGCount} : bool - Return number of PCs in zone who are NOT in your group.

Sample Configuration

MQ2PCCheck.ini

[Settings]
RemInt=30
PCCheck=on
PCSound=on
PCBeep=off
PCPopup=on
PCNoGroup=on

Availability

This plugin is included with the MMOBugs Compile.