flickerstreak@27: flickerstreak@27: flickerstreak@27: ReAction - README flickerstreak@27: flickerstreak@27: flickerstreak@27: flickerstreak@27:

ReAction - README

flickerstreak@27:

Contents

flickerstreak@27:
flickerstreak@27: Welcome to ReAction
flickerstreak@27: Credits
flickerstreak@27: Features
flickerstreak@27: Non-Features
flickerstreak@27: Using ReAction
flickerstreak@27: License
flickerstreak@27:
flickerstreak@27: flickerstreak@27:
flickerstreak@27: flickerstreak@27:

Welcome to ReAction

flickerstreak@27:

ReAction is a replacement for the various action bars provided by the default Blizzard UI. With ReAction, you can group your action buttons into bars however you want, and have as many bars as you want. Those bars can then have a number of dynamic behaviors assigned to them. ReAction provides an intuitive mouse-driven interface for arranging and resizing bars, and a dialog interface for the majority of the configuration options.

flickerstreak@27:

There are many action bar addons out there. I suggest you try several and choose the one that works best for you. Other popular action bar addons include:

flickerstreak@27: flickerstreak@27:

Note that action bar addons are by nature generally incompatible with each other. Only install and enable one at a time! Most can currently be found on WoWInterface.com or Curse Gaming.

flickerstreak@27: flickerstreak@27:

Credits

flickerstreak@27:

The WoW AddOn authoring community is rich and diverse. Virtually every successful addon author learns by reading, dissecting, and even pilfering (:-P) others' code. ReAction owes its existence to the following:

flickerstreak@27: flickerstreak@27: flickerstreak@27:

ReAction embeds components of the Ace2 framework.

flickerstreak@27: flickerstreak@27:

Features of ReAction

flickerstreak@27: flickerstreak@27: flickerstreak@27:

The design goal of ReAction is to be user-friendly and feature-efficient. Useful features are incorporated: "fluff" is culled out. Many behaviors have been inspired by other addons.

flickerstreak@27: flickerstreak@27:

NON-Features of ReAction

flickerstreak@27: flickerstreak@27:

None of these limitations are fundamental (except perhaps the keybindings). With the extensible architecture, an enterprising mod author could certainly write an addon module that extends ReAction's capabilities.

flickerstreak@27: flickerstreak@27:

Using ReAction

flickerstreak@27:

Installation

flickerstreak@27:

ReAction is distributed as a ZIP file: like all addons, just extract the archive contents into World of Warcraft/Interface/Addons. This will create a new folder called 'ReAction' in the Addons folder. Restart WoW, check that the AddOn is enabled in the character-select screen, and away you go.

flickerstreak@27:

A common mistake is to extract the contents into a new folder named ReAction (thereby creating a doubly nested Addons/ReAction/ReAction), or to rename the ReAction folder. Make sure that the path to this README file is World of Warcraft/Interface/Addons/ReAction/README.html.

flickerstreak@27: flickerstreak@27:

First Run

flickerstreak@27: flickerstreak@27:

Laying Out Your Bars

flickerstreak@27: flickerstreak@27:

Configuring Your Bars

flickerstreak@27: flickerstreak@27:

Dynamic Behavior

flickerstreak@27:

Dynamic bar behavior is a complex topic. At its most basic, you can have a bar switch between pages if you change stances/forms/stealth, just like the Blizzard UI does. For the more advanced user, multiple states can be created and transitions defined based on the available events as dictated by Blizzard's secure button API.

flickerstreak@27: flickerstreak@27:

License

flickerstreak@27: flickerstreak@27: