- basic shapeshift support, no config interface for it yet

This commit is contained in:
Hendrik Leppkes
2008-01-11 18:45:01 +00:00
parent 2fbed3b0ce
commit 3c64ce4269
5 changed files with 194 additions and 15 deletions
+9 -5
View File
@@ -4,10 +4,13 @@ local BT4ActionBars = Bartender4:NewModule("ActionBars")
local ActionBar, ActionBar_MT
local stancedefaults = {
DRUID = { bear = 9, cat = 7, prowl = 8 },
WARRIOR = { battle = 7, def = 8, berserker = 9 },
ROGUE = { stealth = 7 }
local statedefaults = {
enabled = true,
stance = {
DRUID = { bear = 9, cat = 7, prowl = 8 },
WARRIOR = { battle = 7, def = 8, berserker = 9 },
ROGUE = { stealth = 7 }
},
}
local abdefaults = Bartender4:Merge({
@@ -18,9 +21,10 @@ local abdefaults = Bartender4:Merge({
rows = 1,
hidemacrotext = false,
showgrid = false,
states = { enabled = false, stance = {} },
},
[1] = {
stances = stancedefaults,
states = statedefaults,
},
[7] = {
enabled = false,