Difference between revisions of "MQ2AutoBuff" - MMOBugs Wiki

(→‎Commands: added alt)
Line 37: Line 37:
  
 
* <font class="highlight2">Keys1</font>=comma separated keyword list
 
* <font class="highlight2">Keys1</font>=comma separated keyword list
* <font class="highlight2">Name1</font>=spell or item name
+
* <font class="highlight2">Name1</font>=spell/aa or item name
* <font class="highlight2">Type1</font>=gem# to mem in or item
+
* <font class="highlight2">Type1</font>=gem# to mem in or item or alt
 
* <font class="highlight2">Keys2</font>=comma separated keyword list
 
* <font class="highlight2">Keys2</font>=comma separated keyword list
* <font class="highlight2">Name2</font>=spell or item name
+
* <font class="highlight2">Name2</font>=spell/aa or item name
* <font class="highlight2">Type2</font>=gem# to mem in or item
+
* <font class="highlight2">Type2</font>=gem# to mem in or item or alt
  
  
Line 56: Line 56:
 
* <font class="highlight2">Name2</font>=Rod of Infinite Uberness
 
* <font class="highlight2">Name2</font>=Rod of Infinite Uberness
 
* <font class="highlight2">Type2</font>=item
 
* <font class="highlight2">Type2</font>=item
 +
 +
* <font class="highlight2">Keys2</font>=hitme,uberbuff2
 +
* <font class="highlight2">Name2</font>=AA Spell of Whatever
 +
* <font class="highlight2">Type2</font>=alt
  
 
==Availability==
 
==Availability==

Revision as of 10:25, 8 May 2017

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.
  • /abd turns debugging messages on or off.
  • /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/aa or item name
  • Type1=gem# to mem in or item or alt
  • Keys2=comma separated keyword list
  • Name2=spell/aa or item name
  • Type2=gem# to mem in or item or alt


INI example:

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

Availability

This plugin comes with all MMOBugs distributions.