Difference between revisions of "MQ2AutoBuff" - MMOBugs Wiki

(Formatting change.)
(→‎Commands: updated ini info)
Line 31: Line 31:
 
* <font class="highlight2">/abhelp</font> displays the help screen (command list summary).
 
* <font class="highlight2">/abhelp</font> 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.
+
The plugin will use section called [MQ2AutoBuff] in Servername_Charname.ini, located in your main MQ2 directory.  For example, if your char is named Zedd on bertox, it will use bertox_zedd.ini.
  
 
INI format:
 
INI format:
  
* <font class="highlight2">[Buff#]</font>
+
* <font class="highlight2">Keys1</font>=comma separated keyword list
* <font class="highlight2">Keys</font>=comma separated keyword list
+
* <font class="highlight2">Name1</font>=spell or item name
* <font class="highlight2">Name</font>=spell or item name
+
* <font class="highlight2">Type1</font>=gem# to mem in or item
* <font class="highlight2">Type</font>=gem# to mem in or item
+
* <font class="highlight2">Keys2</font>=comma separated keyword list
 +
* <font class="highlight2">Name2</font>=spell or item name
 +
* <font class="highlight2">Type2</font>=gem# to mem in or item
  
  
 
INI example:
 
INI example:
  
* <font class="highlight2">[General]</font>
+
* <font class="highlight2">[MQ2AutoBuff]</font>
 
* <font class="highlight2">AutoBuff</font>=on
 
* <font class="highlight2">AutoBuff</font>=on
  
* <font class="highlight2">[Buff1]</font>
+
* <font class="highlight2">Keys1</font>=c1,clarity,crack
* <font class="highlight2">Keys</font>=c1,clarity,crack
+
* <font class="highlight2">Name1</font>=Clarity
* <font class="highlight2">Name</font>=Clarity
+
* <font class="highlight2">Type1</font>=gem1
* <font class="highlight2">Type</font>=gem1
 
 
 
* <font class="highlight2">[Buff2]</font>
 
* <font class="highlight2">Keys</font>=gimme,uberbuff
 
* <font class="highlight2">Name</font>=Rod of Infinite Uberness
 
* <font class="highlight2">Type</font>=item
 
  
 +
* <font class="highlight2">Keys2</font>=gimme,uberbuff
 +
* <font class="highlight2">Name2</font>=Rod of Infinite Uberness
 +
* <font class="highlight2">Type2</font>=item
  
 
==Availability==
 
==Availability==

Revision as of 12:59, 14 December 2010

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 section called [MQ2AutoBuff] in Servername_Charname.ini, located in your main MQ2 directory. For example, if your char is named Zedd on bertox, it will use bertox_zedd.ini.

INI format:

  • Keys1=comma separated keyword list
  • Name1=spell or item name
  • Type1=gem# to mem in or item
  • Keys2=comma separated keyword list
  • Name2=spell or item name
  • Type2=gem# to mem in or item


INI example:

  • [MQ2AutoBuff]
  • AutoBuff=on
  • Keys1=c1,clarity,crack
  • Name1=Clarity
  • Type1=gem1
  • Keys2=gimme,uberbuff
  • Name2=Rod of Infinite Uberness
  • Type2=item

Availability

This plugin comes with all MMOBugs distributions.