Download
(15Kb)
Download
Updated: 01-20-16 08:52 PM
Compatibility:
BfA content patch (8.2.5)
Classic (1.13.2)
Rise of Azshara (8.2.0)
Updated:01-20-16 08:52 PM
Created:01-14-16 05:26 AM
Downloads:385
Favorites:1
MD5:

Cauldron Bindings

Version: 1.0.0
by: yovin [More]

An extension for Cauldron to add attribute "bindings" to your recipes.

NOTE: You need to load this add-on with Cauldron!

Feature

This extension binds spells, items, macros, etc. to shortcut keys or even frame clicking directly (without action bar).

Here is an example:

Lua Code:
  1. Cauldron.recipes["example-bindings"] = {
  2.     enable = true,
  3.     description = "An example of Cauldron_Bindings",
  4.     bindings = {
  5.         { key = "W", action = "MOVEFORWARD" },
  6.         { key = "1", action = { attributes = { type = "spell", spell = "Flash Heal" } } },
  7.         { action = { frame = PlayerFrame, attributes = { type1 = "spell", spell = "Flash Heal", type2 = "spell", spell2 = "Power Word: Shield" } } },
  8.     }
  9. }

The recipes means:
  1. Press "W" to move forward
  2. Press "1" to cast spell "Flash Heal"
  3. Left-click on player frame to cast spell "Flash Heal", right-click to cast "Power Word: Shield"

Optional Files (0)


There have been no comments posted to this file.
Be the first to add one.



Category Jump: