Difference between revisions of "MQ2AutoBuff" - MMOBugs Wiki

(Initial entry.)
 
(Formatting change.)
Line 35: Line 35:
 
INI format:
 
INI format:
  
[Buff#]
+
* <font class="highlight2">[Buff#]</font>
Keys=comma separated keyword list
+
* <font class="highlight2">Keys</font>=comma separated keyword list
Name=spell or item name
+
* <font class="highlight2">Name</font>=spell or item name
Type=gem# to mem in or item
+
* <font class="highlight2">Type</font>=gem# to mem in or item
  
  
 
INI example:
 
INI example:
  
[General]
+
* <font class="highlight2">[General]</font>
AutoBuff=on
+
* <font class="highlight2">AutoBuff</font>=on
  
[Buff1]
+
* <font class="highlight2">[Buff1]</font>
Keys=c1,clarity,crack
+
* <font class="highlight2">Keys</font>=c1,clarity,crack
Name=Clarity
+
* <font class="highlight2">Name</font>=Clarity
Type=gem1
+
* <font class="highlight2">Type</font>=gem1
  
[Buff2]
+
* <font class="highlight2">[Buff2]</font>
Keys=gimme,uberbuff
+
* <font class="highlight2">Keys</font>=gimme,uberbuff
Name=Rod of Infinite Uberness
+
* <font class="highlight2">Name</font>=Rod of Infinite Uberness
Type=item
+
* <font class="highlight2">Type</font>=item
  
  

Revision as of 11:35, 19 April 2009

Plugin Info
Name MQ2AutoBuff
Version 1.4
Author unknown
Commands /ab

/db /tb /dq /cq /readini /abhelp

Uses INI File Yes

Description

MQ2AutoBuff is a plugin that will automatically cast buffs you configure it to, based on a "queue", and requests from chars.


Commands

MQ2AutoBuff provides several commands and options for configuration:

  • /ab will pause/restart processing of the buff queue & buff requests.
  • /db <name> <buff keyword> will add a buff to the queue for <name>.
  • /tb <buff keyword> will add a buff to the queue for your target.
  • /dq lists buffs in the queue.
  • /cq clears the buff queue.
  • /readini reloads your options from INI file.
  • /abhelp displays the help screen (command list summary).

The plugin will use an INI called MQ2AutoBuff_Charname.ini, located in your main MQ2 directory. For example, if your char is named Zedd, it will use MQ2AutoBuff_Zedd.ini.

INI format:

  • [Buff#]
  • Keys=comma separated keyword list
  • Name=spell or item name
  • Type=gem# to mem in or item


INI example:

  • [General]
  • AutoBuff=on
  • [Buff1]
  • Keys=c1,clarity,crack
  • Name=Clarity
  • Type=gem1
  • [Buff2]
  • Keys=gimme,uberbuff
  • Name=Rod of Infinite Uberness
  • Type=item


Availability

This plugin comes with all MMOBugs distributions.