Difference between revisions of "MQ2AASpend" - MMOBugs Wiki

(warning)
Line 14: Line 14:
 
* Automatic allocation: this automatically allocate points based on a priority list that is built using a series of setauto commands.
 
* 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.
 
** When automatic mode is enabled, AA are spent in order starting from 1. If a number doesn't exist it is skipped.
 +
 +
==Active Hack==
 +
See [http://www.mmobugs.com/forums/everquest-suspensions-or-bans/1245-macroquest2-risks-faq.html| this forum post] regarding the risks of active hacks.
 +
 +
To enable edit macroquest.ini 
 +
 +
find the line that says
 +
 +
  EnableActivePlugins=0
 +
 +
change it to
 +
 +
  EnableActivePlugins=1
 +
 +
Then reload mmoloader
 +
  
 
==Commands==
 
==Commands==

Revision as of 23:33, 13 April 2012

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

Description

NOTE: (htw) Until I get a chance to update this wiki, it is terribly inaccurate. Please see the MQ2AASpend thread in the compile forum (search for mq2aaspend), for a reference. I will get this wiki updated ASAP.

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.

Active Hack

See this forum post regarding the risks of active hacks.

To enable edit macroquest.ini

find the line that says

 EnableActivePlugins=0

change it to

 EnableActivePlugins=1

Then reload mmoloader


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