X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/971304090ee92e27a82533041bd6b222b702552c..156861c6dd4b4d4f46b7fd6a70e8458e3aa75af6:/kehys/paladin.lua diff --git a/kehys/paladin.lua b/kehys/paladin.lua index 79aa7ab..0a24012 100644 --- a/kehys/paladin.lua +++ b/kehys/paladin.lua @@ -1,25 +1,5 @@ -- paladin.lua -local indSize = 14; -local rhomb = "Interface\\AddOns\\kuuttiRaid\\images\\rhomb"; - local _, addon = ...; -local auras = { - [53563] = "TOPRIGHT", -- Beacon of Light - [156910] = "TOPRIGHT", -- Beacon of Faith - [200025] = "TOPRIGHT", -- Beacon of Virtue -} -addon.ClassAuras["PALADIN"] = auras; -addon.ClassIndicators["PALADIN"] = function(base) - local inds = {}; - inds["TOPRIGHT"] = base:CreateTexture(nil, "OVERLAY"); - inds["TOPRIGHT"]:SetPoint("TOPRIGHT", base, "TOPRIGHT"); - inds["TOPRIGHT"]:SetWidth(indSize); - inds["TOPRIGHT"]:SetHeight(indSize); - inds["TOPRIGHT"]:SetTexture(rhomb); - inds["TOPRIGHT"]:SetVertexColor(1, 0, 0); - inds["TOPRIGHT"]:Hide(); - return inds; -end addon.Clickheal["PALADIN"] = { ["type1"] = "spell", ["type2"] = "spell", @@ -33,7 +13,7 @@ addon.Clickheal["PALADIN"] = { ["spell2"] = "Bestow Faith", ["shift-spell1"] = "Flash of Light", ["shift-spell2"] = "Light of the Martyr", - ["ctrl-macro1"] = "Cleansing", + ["ctrl-macrotext1"] = "/cast [@mouseover,help,nodead,spec:1] Cleanse; [@mouseover,help,nodead] Cleanse Toxins", ["alt-spell2"] = "Lay on Hands", ["alt-shift-spell1"] = "Beacon of Light", ["alt-shift-spell2"] = "Beacon of Faith",