From ef2724b5f6b729d3b913e508adcb90b2e35ec427 Mon Sep 17 00:00:00 2001 From: Sumsebrum Date: Sat, 6 Mar 2021 21:22:04 +0100 Subject: [PATCH] bump version --- README.md | 8 +++++++- XiconDebuffModule.lua | 5 ++--- XiconPlateBuffs.toc | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e74976c..5f630ac 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # XiconPlateBuffs TBC Addon -### [v1.0.1-Release Download Here](https://github.com/XiconQoo/XiconPlateBuffs/releases/download/v1.0.1-Release/XiconPlateBuffs_v1.0.1-Release.zip) +### [v1.0.2-Release Download Here](https://github.com/XiconQoo/XiconPlateBuffs/releases/download/v1.0.2-Release/XiconPlateBuffs_v1.0.2-Release.zip) #### Recommended addons to use with XiconPlateBuffs @@ -18,6 +18,12 @@ This is inferior to PlateBuffer in PvE. PvE is not the main aim for this addon. ### Changes# +v1.0.2-Release +- add deadly throw interrupt +- add Blackout, Improved Wingclip, Improved Hamstring, Scare Beast, Stormherald Stun +- changed textures for charge, intercept and macestun +- add stacks numbers to buffs/debuffs + v1.0.1-Release - add button to blizz options to open own config gui - add center lock optiojn for buffs/debuffs diff --git a/XiconDebuffModule.lua b/XiconDebuffModule.lua index 47564d2..8869f07 100644 --- a/XiconDebuffModule.lua +++ b/XiconDebuffModule.lua @@ -352,7 +352,6 @@ local function addIcons(dstName, namePlate, force) trackedUnitNames[dstName].debuff[i].cooldown:SetFont(XPB.db.profile.debuff.font, fontSizeDebuff, "OUTLINE") trackedUnitNames[dstName].debuff[i].stacks:SetFont(XPB.db.profile.debuff.font, fontSizeStacksDebuff, "OUTLINE") if i == 1 then - trackedUnitNames[dstName].debuff[i]:SetPoint(XPB.db.profile.debuff.anchor.self, namePlate, XPB.db.profile.debuff.anchor.nameplate, XPB.db.profile.debuff.xOffset - xCenterDebuff, @@ -385,13 +384,13 @@ local function addIcons(dstName, namePlate, force) trackedUnitNames[dstName].buff[i]:SetAlpha(XPB.db.profile.buff.alpha) trackedUnitNames[dstName].buff[i].cooldown:SetAlpha(XPB.db.profile.buff.alpha) trackedUnitNames[dstName].buff[i].cooldown:SetFont(XPB.db.profile.buff.font, fontSizeBuff, "OUTLINE") - trackedUnitNames[dstName].debuff[i].stacks:SetFont(XPB.db.profile.buff.font, fontSizeStacksBuff, "OUTLINE") + trackedUnitNames[dstName].buff[i].stacks:SetFont(XPB.db.profile.buff.font, fontSizeStacksBuff, "OUTLINE") if i == 1 then local xCenter = 0 local yCenter = 0 if XPB.db.profile.buff.center and #trackedUnitNames[dstName].buff > 1 and (XPB.db.profile.buff.growDirection.icon == "LEFT" or XPB.db.profile.buff.growDirection.icon == "RIGHT") then xCenter = ((#trackedUnitNames[dstName].buff - 1) * sizeBuff + (#trackedUnitNames[dstName].buff - 1) * XPB.db.profile.buff.iconPadding) / 2 - elseif XPB.db.profile.buff.center and #trackedUnitNames[dstName].debuff > 1 and (XPB.db.profile.buff.growDirection.icon == "TOP" or XPB.db.profile.buff.growDirection.icon == "BOTTOM") then + elseif XPB.db.profile.buff.center and #trackedUnitNames[dstName].buff > 1 and (XPB.db.profile.buff.growDirection.icon == "TOP" or XPB.db.profile.buff.growDirection.icon == "BOTTOM") then yCenter = ((#trackedUnitNames[dstName].buff - 1) * sizeBuff + (#trackedUnitNames[dstName].buff - 1) * XPB.db.profile.buff.iconPadding) / 2 else xCenterDebuff = 0 diff --git a/XiconPlateBuffs.toc b/XiconPlateBuffs.toc index 56f280e..30b370a 100644 --- a/XiconPlateBuffs.toc +++ b/XiconPlateBuffs.toc @@ -2,7 +2,7 @@ ## Title: |cffa0f6aaXiconPlateBuffs|r ## Notes: Show Buffs and Debuffs on Nameplates for TBC 2.4.3 ## Author: XiCoN-Knall- -## Version: 1.0.1-Release +## Version: 1.0.2-Release ## SavedVariables: XiconPlateBuffsDB libs.xml