Difference between revisions of "MQ2AutoBuff" - MMOBugs Wiki

(→‎Commands: updated ini info)
Line 28: Line 28:
 
* <font class="highlight2">/dq</font> lists buffs in the queue.
 
* <font class="highlight2">/dq</font> lists buffs in the queue.
 
* <font class="highlight2">/cq</font> clears the buff queue.
 
* <font class="highlight2">/cq</font> clears the buff queue.
 +
* <font class="highlight2">/abd</font> turns debugging messages on or off.
 
* <font class="highlight2">/readini</font> reloads your options from INI file.
 
* <font class="highlight2">/readini</font> reloads your options from INI file.
 
* <font class="highlight2">/abhelp</font> displays the help screen (command list summary).
 
* <font class="highlight2">/abhelp</font> displays the help screen (command list summary).

Revision as of 15:54, 3 September 2015

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 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.