Difference between revisions of "MQ2AASpend" - MMOBugs Wiki

Line 5: Line 5:
 
|commands=/aaspend
 
|commands=/aaspend
 
}}
 
}}
 
 
==Description==
 
==Description==
This plugin will allow you to automatically spend AA points as the points become available.
+
This plugin will allow you to automatically spend AA points as the points become available. The plugin features two modes for AA point allocation:
 +
* Brute force spending: automatically spends AA to the next available AA that could be spent (use this if you don't care where your AA get spent).
 +
* Automatic allocation: this automatically allocate points based on a priority list that is built using a series of setauto commands.
 +
** When automatic mode is enabled, AA are spent in order starting from 1. If a number doesn't exist it is skipped.
  
 
==Commands==
 
==Commands==
  
<pre>/aaspend help -- lists command syntaxes in game.
+
This plugin provides one command for you to use with multiple options.
/aaspend status -- lists status of brute, auto, and auto array
+
 
/aaspend "AA name" -- Spends a specific AA
+
* <span class="highlight2">/aaspend help</span> - lists command syntaxes in game.
/aaspend brute -- Goes down the list autospending the next available AA
+
* <span class="highlight2">/aaspend status</span> - lists the status of the aa spending functionality (brute, auto).
/aaspend auto -- Spends AA based on abilities set in setauto
+
* <span class="highlight2">/aaspend ''"AA Name"''</span> - purchases the specified AA assuming the AA is available to be spent, and enough AA points are available to buy it.
/aaspend setauto "AA name" <Auto #> -- Sets the auto array.</pre>
+
* <span class="highlight2">/aaspend brute</span> - turns on brute force mode, which will automatically buy the next available AA.
 +
* <span class="highlight2">/aaspend auto</span> - turns on automatic mode, which will automatically buy AA according to the list constructed with setauto.
 +
* <span class="highlight2">/aaspend setauto ''"AA name"'' ''order''</span> - Adds the specified AA to the automatic buy list in the order specified. For example, if ''order'' is 3, The AA will be spent after all available AA specified by order 1 and 2 have been spent.
 +
 
 +
Note: If an AA is unavailable for purchase due to unmet requirements, it will be skipped and the next AA in order will be purchased.
 +
 
 +
==Examples==
  
 
==Availability==
 
==Availability==
Line 23: Line 31:
  
 
[[Category: Incomplete Plugin Pages]]
 
[[Category: Incomplete Plugin Pages]]
{{stub}}
 

Revision as of 21:56, 29 September 2008

Plugin Info
Name MQ2AASpend
Author Zippzipp
Commands /aaspend
Source Available No

Description

This plugin will allow you to automatically spend AA points as the points become available. The plugin features two modes for AA point allocation:

  • Brute force spending: automatically spends AA to the next available AA that could be spent (use this if you don't care where your AA get spent).
  • Automatic allocation: this automatically allocate points based on a priority list that is built using a series of setauto commands.
    • When automatic mode is enabled, AA are spent in order starting from 1. If a number doesn't exist it is skipped.

Commands

This plugin provides one command for you to use with multiple options.

  • /aaspend help - lists command syntaxes in game.
  • /aaspend status - lists the status of the aa spending functionality (brute, auto).
  • /aaspend "AA Name" - purchases the specified AA assuming the AA is available to be spent, and enough AA points are available to buy it.
  • /aaspend brute - turns on brute force mode, which will automatically buy the next available AA.
  • /aaspend auto - turns on automatic mode, which will automatically buy AA according to the list constructed with setauto.
  • /aaspend setauto "AA name" order - Adds the specified AA to the automatic buy list in the order specified. For example, if order is 3, The AA will be spent after all available AA specified by order 1 and 2 have been spent.

Note: If an AA is unavailable for purchase due to unmet requirements, it will be skipped and the next AA in order will be purchased.

Examples

Availability

This plugin is available as a compiled binary in the MMOBugs binary distribution. The source code is not available