Difference between revisions of "MQ2PCCheck" - MMOBugs Wiki

(commands modified)
(→‎ExampleType: TLO member updates.)
 
(2 intermediate revisions by the same user not shown)
Line 35: Line 35:
  
  
This command will turn off alert sounds (Resets upon zoning).
+
This command will turn on quiet mode (turn off alert sounds - resets upon zoning).
* <span class="highlight2">/pcquiet</span>
+
* <span class="highlight2">/pccheck quiet on</span>
  
  
 
This command will turn on the use of sound files for alerts.
 
This command will turn on the use of sound files for alerts.
* <span class="highlight2">/pcsound on</span>
+
* <span class="highlight2">/pccheck sound on</span>
  
  
 
This command will turn on the use of beeps for alerts.
 
This command will turn on the use of beeps for alerts.
* <span class="highlight2">/pcbeep on</span>
+
* <span class="highlight2">/pccheck beep on</span>
  
  
This command will turn allow the use of popups for alerts.
+
This command will turn on the use of popups for alerts.
* <span class="highlight2">/pcpopup on</span>
+
* <span class="highlight2">/pccheck popup on</span>
  
This command will save the current configuration to MQ2PCCheck.ini file.
+
This command will set the alert reminder to 30 seconds.
* <span class="highlight2">/pcsave</span>
+
* <span class="highlight2">/pccheck rem 30</span>
  
 
==Macro Data==
 
==Macro Data==
Line 58: Line 58:
  
 
===ExampleType===
 
===ExampleType===
* <span class="highlight2">${PCCheck} : bool</span> - Return TRUE if PC is in zone.
+
* <span class="highlight2">NOTE: TLO member results take into account your group and guild settings, as well as excluding yourself.</span>
 +
* <span class="highlight2">${PCCheck} : string</span> - Return TRUE if plugin is loaded.
 +
* <span class="highlight2">${PCCheck.Alert} : bool</span> - Return TRUE if PC is in zone.
 +
* <span class="highlight2">${PCCheck.Alert[SpawnSearch]} : bool</span> - Return TRUE if PC is in zone, based on SpawnSearch.  Example:  ${PCCheck.Alert[radius 200]}.
 
* <span class="highlight2">${PCCheck.Status} : bool</span> - Return TRUE if PC checking is active.
 
* <span class="highlight2">${PCCheck.Status} : bool</span> - Return TRUE if PC checking is active.
 
* <span class="highlight2">${PCCheck.Count} : int</span> - Return number of PCs in zone.
 
* <span class="highlight2">${PCCheck.Count} : int</span> - Return number of PCs in zone.
* <span class="highlight2">${PCCheck.NoGroup} : bool</span> - Return TRUE if any PC in zone that is not in your group.
+
* <span class="highlight2">${PCCheck.Count[SpawnSearch]} : int</span> - Return number of PCs in zone, based on SpawnSearch. Example: ${PCCheck.Count[radius 200]}.
* <span class="highlight2">${PCCheck.NoGroupCount} : int</span> - Return number of PCs in zone who are NOT in your group.
 
* <span class="highlight2">${PCCheck.NoGuild} : bool</span> - Return TRUE if any PC in zone that is not in your guild.
 
* <span class="highlight2">${PCCheck.NoGuildCount} : int</span> - Return number of PCs in zone who are NOT in your guild.
 
  
 
==Sample Configuration==
 
==Sample Configuration==

Latest revision as of 00:50, 3 September 2015

Plugin Info
Name MQ2PCCheck
Author htw
Link Wiki Link
Commands /pccheck
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

  • /pccheck status | on | off | quiet [on|off] | sound [on|off] | beep [on|off] | popup [on|off] | chat [on|off] | rem | group [on|off] | guild [on|off] | load
  • status Show current settings/status.
  • off Turn pc checking off.
  • on Turn pc checking on.
  • quiet [off|on] Toggle (or turn on/off) quiet mode.
  • group [on/off] Toggle (or turn on/off) excluding group members from zone in/out and reminder alerts.
  • guild [on/off] Toggle (or turn on/off) excluding guild members from zone in/out and reminder alerts.
  • sound [on/off] Toggle (or turn on/off) PC alert sounds.
  • beep [on/off] Toggle (or turn on/off) PC alert beeps.
  • popup [on/off] Toggle (or turn on/off) PC alert popup messages.
  • chat [on/off] Toggle (or turn on/off) PC alert chat window messages.
  • load Load saved settings from MQ2PCCheck.ini.
  • rem # Change alert reminder interval to # seconds. Minimum is 10 seconds. Set to 0 to disable reminders.
  • help Shows help information.

Example Usage

This command will turn on PC checking.

  • /pccheck on


This command will turn on quiet mode (turn off alert sounds - resets upon zoning).

  • /pccheck quiet on


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

  • /pccheck sound on


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

  • /pccheck beep on


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

  • /pccheck popup on

This command will set the alert reminder to 30 seconds.

  • /pccheck rem 30

Macro Data

This plugin adds a new TLO: PCCheck

ExampleType

  • NOTE: TLO member results take into account your group and guild settings, as well as excluding yourself.
  • ${PCCheck} : string - Return TRUE if plugin is loaded.
  • ${PCCheck.Alert} : bool - Return TRUE if PC is in zone.
  • ${PCCheck.Alert[SpawnSearch]} : bool - Return TRUE if PC is in zone, based on SpawnSearch. Example: ${PCCheck.Alert[radius 200]}.
  • ${PCCheck.Status} : bool - Return TRUE if PC checking is active.
  • ${PCCheck.Count} : int - Return number of PCs in zone.
  • ${PCCheck.Count[SpawnSearch]} : int - Return number of PCs in zone, based on SpawnSearch. Example: ${PCCheck.Count[radius 200]}.

Sample Configuration

MQ2PCCheck.ini

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

Availability

This plugin is included with the MMOBugs Compile.