Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
XiconQoo committed Mar 6, 2021
1 parent 49d8a00 commit ef2724b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down
5 changes: 2 additions & 3 deletions XiconDebuffModule.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion XiconPlateBuffs.toc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef2724b

Please sign in to comment.