From 64349d3d006e3890e566c9a68567655d17d40224 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Fri, 29 Jan 2010 19:42:54 +0100 Subject: [PATCH] File renaming and tag name changes --- oUF_P3lim.lua | 8 +++--- oUF_P3lim.xml | 2 +- oUF_P3limTags.lua | 66 +++++++++++++++++++++++++++++++++++++++++++++++++ tags.lua | 71 ----------------------------------------------------- 4 files changed, 71 insertions(+), 76 deletions(-) create mode 100644 oUF_P3limTags.lua delete mode 100644 tags.lua diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua index b24365b..2b36975 100644 --- a/oUF_P3lim.lua +++ b/oUF_P3lim.lua @@ -151,7 +151,7 @@ local function style(self, unit) local health = self.Health:CreateFontString(nil, 'OVERLAY', 'SempliceRight') health:SetPoint('RIGHT', self.Health, -2, 0) health.frequentUpdates = 0.25 - self:Tag(health, '[phealth]') + self:Tag(health, '[p3limhealth]') self.RaidIcon = self.Health:CreateTexture(nil, 'OVERLAY') self.RaidIcon:SetPoint('TOP', self, 0, 8) @@ -275,12 +275,12 @@ local function style(self, unit) local power = self.Health:CreateFontString(nil, 'OVERLAY', 'SempliceLeft') power:SetPoint('LEFT', self.Health, 2, 0) power.frequentUpdates = 0.1 - self:Tag(power, '[ppower][( )druidpower]') + self:Tag(power, '[p3limpower]') else local info = self.Health:CreateFontString(nil, 'OVERLAY', 'SempliceLeft') info:SetPoint('LEFT', self.Health, 2, 0) info:SetPoint('RIGHT', health, 'LEFT') - self:Tag(info, '[pname]|cff0090ff[( )rare]|r') + self:Tag(info, '[p3limname]|cff0090ff[( )rare]|r') end if(unit == 'pet') then @@ -349,7 +349,7 @@ local function style(self, unit) local info = self.Health:CreateFontString(nil, 'OVERLAY', 'Semplice') info:SetPoint('CENTER') info.frequentUpdates = 0.25 - self:Tag(info, '[pthreat]|cffff0000[( )pvptime]|r') + self:Tag(info, '[p3limthreat]|cffff0000[( )p3limpvp]|r') self.CustomAuraFilter = customFilter end diff --git a/oUF_P3lim.xml b/oUF_P3lim.xml index 2573801..41bd7ad 100644 --- a/oUF_P3lim.xml +++ b/oUF_P3lim.xml @@ -8,6 +8,6 @@ -