git
/
wowui.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
f2f73f6 - Clickheal changes, add tracked debuffs
[wowui.git]
/
OmaUF
/
Settings.lua
diff --git
a/OmaUF/Settings.lua
b/OmaUF/Settings.lua
index
836835c
..
7059cfa
100644
(file)
--- a/
OmaUF/Settings.lua
+++ b/
OmaUF/Settings.lua
@@
-17,14
+17,12
@@
local charDefaults = {
local chars = {
["Stormreaver"] = {
["Vildan"] = {
local chars = {
["Stormreaver"] = {
["Vildan"] = {
- AnchorX = 0,
- AnchorY = -330,
Clickheal = {
["type1"] = "spell",
["type2"] = "spell",
["shift-type1"] = "spell",
["shift-type2"] = "spell",
Clickheal = {
["type1"] = "spell",
["type2"] = "spell",
["shift-type1"] = "spell",
["shift-type2"] = "spell",
- ["ctrl-type1"] = "
spell
",
+ ["ctrl-type1"] = "
macro
",
["alt-type2"] = "spell",
["alt-shift-type1"] = "spell",
["alt-shift-type2"] = "spell",
["alt-type2"] = "spell",
["alt-shift-type1"] = "spell",
["alt-shift-type2"] = "spell",
@@
-32,15
+30,13
@@
local chars = {
["spell2"] = "Bestow Faith",
["shift-spell1"] = "Flash of Light",
["shift-spell2"] = "Light of the Martyr",
["spell2"] = "Bestow Faith",
["shift-spell1"] = "Flash of Light",
["shift-spell2"] = "Light of the Martyr",
- ["ctrl-
spell1"] = "Cleanse
",
+ ["ctrl-
macro1"] = "Cleansing
",
["alt-spell2"] = "Lay on Hands",
["alt-shift-spell1"] = "Beacon of Light",
["alt-shift-spell2"] = "Beacon of Faith",
},
},
["Gedren"] = {
["alt-spell2"] = "Lay on Hands",
["alt-shift-spell1"] = "Beacon of Light",
["alt-shift-spell2"] = "Beacon of Faith",
},
},
["Gedren"] = {
- AnchorX = 0,
- AnchorY = -330,
Clickheal = {
["type1"] = "spell",
["type2"] = "spell",
Clickheal = {
["type1"] = "spell",
["type2"] = "spell",
@@
-61,8
+57,30
@@
local chars = {
-- account-wide settings
local settings = {
-- account-wide settings
local settings = {
- Width = 160,
- Height = 50,
+ Player = {
+ Width = 160,
+ Height = 50,
+ AnchorX = -300,
+ AnchorY = -175,
+ },
+ Pet = {
+ Width = 80,
+ Height = 25,
+ AnchorX = -10,
+ AnchorY = 0,
+ },
+ Target = {
+ Width = 160,
+ Height = 50,
+ AnchorX = 300,
+ AnchorY = -175,
+ },
+ Boss = {
+ Width = 140,
+ Height = 30,
+ AnchorX = 550,
+ AnchorY = 300,
+ },
BaseColor = {0, 0, 0, 0.5},
BgColor = {0.1, 0.1, 0.1, 0.4},
HealthColor = {0.5, 0.5, 0.5},
BaseColor = {0, 0, 0, 0.5},
BgColor = {0.1, 0.1, 0.1, 0.4},
HealthColor = {0.5, 0.5, 0.5},