User Tools

Site Tools



acr

This is an old revision of the document!


Features

ACR (Advanced Combat Routines) is a platform for highly customizable combat routines that are written in lua. Routines built on this platform can use a custom GUI, have access to a special multi-clickable Party Interface, and the routines are not bound by the same generic rules that SkillManager routines use.

Usage


ACR Main Interface

puu.sh_o21aq_fe0475ebda.jpg

Enabled

Enables the current profile. If this is off, MMOMinion uses SkillManager instead. If a profile is not listed here, it is not properly built/compiled.

Auto-Enabled

Enables ACR if a profile is found for the current class. This will hold true in reverse, and it will be disabled if no valid profiles are found.

Show Party Interface

Toggles the multi-clickable party interface window, discussed in the next section.


ACR Party Interface

puu.sh_o27pb_a9e3a2216e.jpg

The party interface is a multi-clickable display that can work in conjunction with routines via their OnClick procedure.

Examples

Right-click to dispel debuffs. Left-click to cast a small heal. Shift+Left-click to cast a large heal. Middle-click to use an ability such as Cover/Goad on your teammate.

OnClick API documented in Routine API below.


Routine API

-- Create the basic profile table.
local profile = {}
 
 
 
-- Return the profile to ACR, so it can be read.
return profile
acr.1459523748.txt.gz · Last modified: 2016/04/01 15:15 by ace