Thread Tools Display Modes
Prev Previous Post   Next Post Next
08-14-17, 09:20 AM   #1
Yukyuk
A Chromatic Dragonspawn
 
Yukyuk's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2015
Posts: 179
ySeries

ySeries

ySeries is a series of small independant addons.
They alle have in common that they are fully movable and that they can be placed anywhere on your screen.
When in combat the frames are locked to prevent accidental movement of the frames.

The availabe addons are:
  • yStrength, use /ystr or /yStrength to hide or show the frame
  • yStamina, use /sta or /yStamina to hide or show the frame
  • yAgility, use /yagi or /yAgility to hide or show the frame
  • yIntellect, use /yint or /yIntellect to hide or show the frame
  • yArmor, use /yarm or /yArmor or yArmour to hide or show the frame (september 5, 2017, updated juli 19, 2018)
  • yExperiencePoints, use /yXP or /yExperiencePoints to hide or show the frame (october 9, 2017) Classic version(august 28, 2019)
  • yGuildTabard, use /yGT or /yGuildTabard to hide or show the frame (october 15, 2017)
  • yPlayerHP, use /yPHP or /yPlayerHP to hide or show the frame (may 10, 2019)
  • yTargetHP, use /yTHP or /yTargetHP to hide or show the frame (may 10, 2019)
  • yCriticalStrike, use /yCS or /yCriticalStrike to hide or show the frame (february 17, 2020)

If you want to modify the the look of any of these addons, modify the constants in the lua file.
You can use any text editor (I use Notepad++).

Lua Code:
  1. -------------------------------------------------------------------------------
  2. --  Constants
  3. -------------------------------------------------------------------------------
  4. local ADDON_WIDTH       = 124           -- Width of the addon frame
  5. local ADDON_HEIGHT      = 24            -- Height of the addon frame
  6. local ADDON_TEXT        = 11            -- Text color, refers to cfg.colors
  7. local ADDON_BORDER      = 11            -- Border color, refers to cfg.colors  
  8. local ADDON_BACKGROUND  = 4             -- Background color, refers to cfg.colors
  9. local ADDON_SPACE       = 5             -- Distance in pixels between the top of the frame and the top of the text
  10. local ADDON_STAT        = "Strength:"   -- Description of the statistic
__________________
Better to fail then never have tried at all.

Last edited by Yukyuk : 02-17-20 at 09:55 AM.
  Reply With Quote
 

WoWInterface » AddOns, Compilations, Macros » Released AddOns » ySeries

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off