MQ2AASpend - MMOBugs Wiki

Revision as of 22:23, 28 August 2019 by Fry (talk | contribs)
Plugin Info
Name MQ2AASpend
Author Zippzipp
Commands /aaspend

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 ex[amples] - Shows some examples of command usage.
  • /aaspend name - Spends a particular AA
  • /aaspend classic [on|off] - Control classic mode - will only brute/auto the old way - all other options are not used/available.
  • /aaspend level [on|off] - Power-leveling control mode - uses auto mode first, then brute mode if auto list is completely purchased for CURRENT LEVEL, then back to auto.
  • /aaspend hybrid [on|off] - Control hybrid mode - uses auto mode first, then brute mode if auto list is completely purchased.
  • /aaspend brute [on|off] - Control brute mode - goes down the list of your available AA's, autospending the next available one.
  • /aaspend auto [on|off] - Control auto mode - autospends AA's based on auto array.
  • /aaspend minauto ## - Change the minimum AA total that should exist before auto spending starts.
  • /aaspend add priority - Adds an auto entry of priority given.
  • /aaspend add priority Name|Rank - Adds an auto entry of priority given, with specified rank.
  • /aaspend rep(lace) priority Name - Replaces an auto entry of priority given.
  • /aaspend rep(lace) priority Name|Rank - Replaces an auto entry of priority given, with specified rank.
  • /aaspend del(ete) Name - Deletes auto entry Name from your list.
  • /aaspend del(ete) Name|Rank - Deletes auto entry Name from your list, with specified rank.
  • /aaspend del(ete) priority - Deletes auto entry indicated by priority from your list.
  • /aaspend list - Lists the entries in your auto list.
  • /aaspend load - Reload options and auto entries from your INI file.
  • /aaspend safeswitch - Set safe switch limit (in AA points accrued) to automatically swap from auto to brute mode.
  • /aaspend prelist - Lists all pre-requisites for your class.
  • /aaspend preload - Reloads the pre-requisites for your class from your INI file.
  • /aaspend need - Lists any missing pre-requisites overall (not necessarily based on any auto entries).
  • /aaspend check - Checks your auto list, for any missing pre-reqs that are not in the list, which are needed in order to purchase (and you don't have).
  • /aaspend clear - Clears all entries from your auto list.
  • /aaspend dump - Lists available abilities to purchase, and their cost.
  • /aaspend search string - Searches for abilities to purchase based on the string given.
  • /aaspend badindex - Toggles bad/stuck index checking.


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

/aaspend classic
/aaspend setauto "Combat Agility" 1
/aaspend auto

Availability

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