Difference between revisions of "MQ2Pop" - MMOBugs Wiki

(Initial entry.)
 
(Added missing command options, INI entries, and TLO.)
Line 19: Line 19:
 
* <font class="highlight2">/popfilter off</font> will turn off all alerts.
 
* <font class="highlight2">/popfilter off</font> will turn off all alerts.
 
* <font class="highlight2">/popfilter named</font> will alert on named mob pops only.
 
* <font class="highlight2">/popfilter named</font> will alert on named mob pops only.
 +
* <font class="highlight2">/popfilter ground</font> will alert on named mob pops only.
 +
* <font class="highlight2">/popfilter zoned</font> will filter out alerts that happen before you are fully zoned.
 +
* <font class="highlight2">/popfilter actor</font> will filter out alerts that happen for ground items with ACTOR in their name (if ground option is on).
 +
* <font class="highlight2">/popfilter id</font> will show mob ID in the alert text, in addition to the name.
  
 
==Configuration==
 
==Configuration==
  
The following are entries in MQ2Pop.ini, under the [Filter] section.  Any in-game command (/popfilter) immediately saves your current option in use.
+
The following are entries in MQ2Pop.ini.  Any in-game command (/popfilter) immediately saves your current option in use.
  
 
* <font class="highlight2">Named=1|0</font> 1=Named mob alert on, 0=Named mob alert off
 
* <font class="highlight2">Named=1|0</font> 1=Named mob alert on, 0=Named mob alert off
 
* <font class="highlight2">Regular=1|0</font> 1=Regular mob alert on, 0=Regular mob alert off
 
* <font class="highlight2">Regular=1|0</font> 1=Regular mob alert on, 0=Regular mob alert off
 +
* <font class="highlight2">Ground=1|0</font> 1=Ground spawn alert on, 0=Ground spawn alert off
 +
* <font class="highlight2">FilterZoned=1|0</font> 1=Zoned filter on, 0=Zoned filter off
 +
* <font class="highlight2">FilterActor=1|0</font> 1=Actor filter on, 0=Actor filter off
 +
* <font class="highlight2">ID=1|0</font> 1=ID in alert on, 0=ID in alert off
 +
 +
==Top Level Object==
 +
 +
MQ2Pop adds a new TLO called Pop.  Members:
 +
 +
* <font class="highlight2">LastID</font> The ID (int) of the last reported pop.
 +
* <font class="highlight2">LastName</font> The Name (string) of the last reported pop.
  
 
==Availability==
 
==Availability==

Revision as of 18:20, 29 July 2011

Plugin Info
Name MQ2Pop
Version 1.0
Author Notadruid
Commands /popfilter
Uses INI File Yes

Description

MQ2Pop is a plugin that will notify you in the MQ2 chat window when an NPC pops like 'Pop > Mob Name', and if the NPC's name contains a # it will say 'Named > Mob Name'. You can also set it to show pops of named NPCs only (within the limits of MQ2's capabilities).


Commands

MQ2Pop provides one command and several options for configuration:

  • /popfilter on will alert on all mob pops.
  • /popfilter off will turn off all alerts.
  • /popfilter named will alert on named mob pops only.
  • /popfilter ground will alert on named mob pops only.
  • /popfilter zoned will filter out alerts that happen before you are fully zoned.
  • /popfilter actor will filter out alerts that happen for ground items with ACTOR in their name (if ground option is on).
  • /popfilter id will show mob ID in the alert text, in addition to the name.

Configuration

The following are entries in MQ2Pop.ini. Any in-game command (/popfilter) immediately saves your current option in use.

  • Named=1|0 1=Named mob alert on, 0=Named mob alert off
  • Regular=1|0 1=Regular mob alert on, 0=Regular mob alert off
  • Ground=1|0 1=Ground spawn alert on, 0=Ground spawn alert off
  • FilterZoned=1|0 1=Zoned filter on, 0=Zoned filter off
  • FilterActor=1|0 1=Actor filter on, 0=Actor filter off
  • ID=1|0 1=ID in alert on, 0=ID in alert off

Top Level Object

MQ2Pop adds a new TLO called Pop. Members:

  • LastID The ID (int) of the last reported pop.
  • LastName The Name (string) of the last reported pop.

Availability

This plugin comes with all MMOBugs distributions.