Download
(71Kb)
Download
Updated: 12-13-15 04:58 PM
Pictures
File Info
Compatibility:
Minor patch (6.2.3)
Fury of Hellfire (6.2)
Updated:12-13-15 04:58 PM
Created:12-07-15 05:02 PM
Downloads:6,004
Favorites:19
MD5:
Categories:Unit Mods, UI Media

SX legionHUD  Popular! (More than 5000 hits)

Version: 0.3
by: saxitoxin [More]


A little HUD like the one that is going to be added in the upcoming expansion World of Warcraft: Legion

NOTE: I have moved the recource trackers for the shaman, and warlock right below the bars but they will most likely be hidden if you use a unitframe addon like SUF, Ouf, elvUI and so on


To change edit the way it looks you have to edit the settings.lua file.
You can do this by using Notepad or download Notepad ++


ToDo:
# Settings for when to hide/show the bar
# Possibility to change texture
# add a Arcane Tracker bar

ToDo later:
# Custom recource tracker


If you have an idéa or anything to report please post it in the comments

version 0.3
- fixed a typo in the static color code
- added a combobar
- added a custom holy power bar
- added a custom shadow orb bar
- added a custom balance tracker
- added a custom rune bar
- added a custom chi bar

version 0.2
- moved the totems, chi and priest shadow orb bar below the hud
- added more color options
- added smooth updating
- now hides in pet battles

version 0.1
- release
Optional Files (0)


Post A Reply Comment Options
Unread 05-11-16, 12:29 PM  
HellFire0102
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
THANKS !! i was looking for something like this after i played alpha a lot

you so get used to having your health bar etc. down there
Report comment to moderator  
Reply With Quote
Unread 05-04-16, 01:14 PM  
Zephon3
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Awesome add-on

Actually it turns out my build doesnt use the talent that gives an extra chi so the add-on works perfect, lol. Thanks for the badass add-on!
Report comment to moderator  
Reply With Quote
Unread 05-04-16, 06:52 AM  
Zephon3
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Amazing Add-on!

I just wanted to say that this add-on is amazing. I used it on my monk to level 1-100 and it was so very useful. I have one issue with the add-on now that I got level 100 though.

My chi bar has completely stopped working. The health/energy bar still works fine but the chi has just vanished. It happened after I got the improved chi @ level 98. I use that along with the talent that give me +1 chi so that puts me at +2 chi. It was working fine when I just had +1 chi but now that I have +2 (I think thats 6 chi in total) it has completely just vanished.

In the meantime I downloaded a different addon that watches just my chi and moved it under where the old one use to be. It is so much more ugly then the SX_legion chi bar though. Was hoping maybe someone knew a way I could fix this or maybe update the add-on? Anyways thanks for this awesome add-on. Worse case I just keep using this different add-on to watch my chi.

TLDR: Chi bar for monks is messed up after gaining 2 additional chi. 6 chi in total. Amazing add-on though.
Report comment to moderator  
Reply With Quote
Unread 03-05-16, 01:09 PM  
Bestuniverse
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Gap

Hi, can you please tell how to remove that small gap between health and power bar ? Thanks a lot.
Report comment to moderator  
Reply With Quote
Unread 02-14-16, 10:39 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Just to get it out here. I love that look.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 01-16-16, 11:20 PM  
goldman1337
A Murloc Raider

Forum posts: 6
File comments: 39
Uploads: 0
no deal, still getting errors(tried changing the line to "maxChi = UnitPowerMax("player", 12)" and "local maxChi = UnitPowerMax("player", 12)", same deal)

Lua Code:
  1. Message: Interface\AddOns\SX_legionHUD\recources\monk.lua:74: attempt to index field '?' (a nil value)
  2. Time: 01/17/16 02:17:10
  3. Count: 268
  4. Stack: Interface\AddOns\SX_legionHUD\recources\monk.lua:74: in function <Interface\AddOns\SX_legionHUD\recources\monk.lua:68>
  5.  
  6. Locals: this = <unnamed> {
  7.  0 = <userdata>
  8. }
  9. event = "UNIT_POWER_FREQUENT"
  10. arg1 = "player"
  11. arg2 = "MANA"
  12. arg3 = nil
  13. arg4 = nil
  14. Power = 0
  15. MaxPower = 6
  16. (for index) = 6
  17. (for limit) = 6
  18. (for step) = 1
  19. i = 6
  20. (*temporary) = nil
  21. (*temporary) = nil
  22. (*temporary) = "attempt to index field '?' (a nil value)"
  23. frameID = <table> {
  24.  1 = ComboPointFrame1 {
  25.  }
  26.  2 = ComboPointFrame2 {
  27.  }
  28.  3 = ComboPointFrame3 {
  29.  }
  30.  4 = ComboPointFrame4 {
  31.  }
  32.  5 = ComboPointFrame5 {
  33.  }
  34. }

btw, on standard mode dk runes aren't showing up, and the lua error for monks isn't happening

edit: also getting this error randomly on my dk, dunno exactly why:

Lua Code:
  1. Message: Interface\AddOns\SX_legionHUD\recources\dk.lua:72: bad argument #1 to 'unpack' (table expected, got nil)
  2. Time: 01/17/16 16:41:06
  3. Count: 42
  4. Stack: [C]: ?
  5. Interface\AddOns\SX_legionHUD\recources\dk.lua:72: in function <Interface\AddOns\SX_legionHUD\recources\dk.lua:68>
  6.  
  7. Locals: (*temporary) = nil
  8. (*temporary) = "table expected, got nil"
Last edited by goldman1337 : 01-17-16 at 01:42 PM.
Report comment to moderator  
Reply With Quote
Unread 01-16-16, 07:45 PM  
saxitoxin
A Theradrim Guardian
 
saxitoxin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 60
File comments: 98
Uploads: 7
Originally Posted by goldman1337
great addon, loving it! just a thing though, i'm getting lua errors whenever i'm using it with my monk
the error itself:

EDIT: also, is there an option to show the default resources instead of the custom ones?(exept for combo points of course)
I'm not totaly sure, but if you have the know how to replacing some code you could try
to replace < local maxChi = 4 > on line 22 with < maxChi = UnitPowerMax("player", 12) > without the <> in the recources\monk.lua file

Also if you go in the settings.lua file on line 50 and replace < use = "custom", > with < use = "standard", >



please report back if it does not work
Report comment to moderator  
Reply With Quote
Unread 01-16-16, 03:23 PM  
goldman1337
A Murloc Raider

Forum posts: 6
File comments: 39
Uploads: 0
great addon, loving it! just a thing though, i'm getting lua errors whenever i'm using it with my monk
the error itself:

Lua Code:
  1. Message: Interface\AddOns\SX_legionHUD\recources\monk.lua:74: attempt to index field '?' (a nil value)
  2. Time: 01/16/16 18:22:40
  3. Count: 1
  4. Stack: Interface\AddOns\SX_legionHUD\recources\monk.lua:74: in function <Interface\AddOns\SX_legionHUD\recources\monk.lua:68>
  5.  
  6. Locals: this = <unnamed> {
  7.  0 = <userdata>
  8. }
  9. event = "PLAYER_ENTERING_WORLD"
  10. arg1 = nil
  11. arg2 = nil
  12. arg3 = nil
  13. arg4 = nil
  14. Power = 0
  15. MaxPower = 6
  16. (for index) = 6
  17. (for limit) = 6
  18. (for step) = 1
  19. i = 6
  20. (*temporary) = nil
  21. (*temporary) = nil
  22. (*temporary) = "attempt to index field '?' (a nil value)"
  23. frameID = <table> {
  24.  1 = ComboPointFrame1 {
  25.  }
  26.  2 = ComboPointFrame2 {
  27.  }
  28.  3 = ComboPointFrame3 {
  29.  }
  30.  4 = ComboPointFrame4 {
  31.  }
  32.  5 = ComboPointFrame5 {
  33.  }
  34. }

EDIT: also, is there an option to show the default resources instead of the custom ones?(exept for combo points of course)
Last edited by goldman1337 : 01-16-16 at 05:16 PM.
Report comment to moderator  
Reply With Quote
Unread 01-07-16, 10:53 AM  
dreadwulfe
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Re: Re: Percentages

Originally Posted by saxitoxin
Originally Posted by dreadwulfe
I really love this addon so far, are you planning on adding small numbers/percentages to the bars or text, I like to know when i get low in pvp(execute range)? That would make this an 11/10 addon but for now it's a 10/10
there is allready this possibillity, if you open the settings.lua file and goes to line 18 there you will see this
Code:
	text = false,				-- shows text values on the bars
if you change it to
Code:
	text = true,				-- shows text values on the bars
it should display text
also, you can change the text size on the line bellow
ah thank you so much, im not familiar woth coding at all xD 11/10 addon
Report comment to moderator  
Reply With Quote
Unread 01-06-16, 11:59 PM  
saxitoxin
A Theradrim Guardian
 
saxitoxin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 60
File comments: 98
Uploads: 7
Re: Percentages

Originally Posted by dreadwulfe
I really love this addon so far, are you planning on adding small numbers/percentages to the bars or text, I like to know when i get low in pvp(execute range)? That would make this an 11/10 addon but for now it's a 10/10
there is allready this possibillity, if you open the settings.lua file and goes to line 18 there you will see this
Code:
	text = false,				-- shows text values on the bars
if you change it to
Code:
	text = true,				-- shows text values on the bars
it should display text
also, you can change the text size on the line bellow
Report comment to moderator  
Reply With Quote
Unread 01-06-16, 08:21 PM  
dreadwulfe
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Percentages

I really love this addon so far, are you planning on adding small numbers/percentages to the bars or text, I like to know when i get low in pvp(execute range)? That would make this an 11/10 addon but for now it's a 10/10
Report comment to moderator  
Reply With Quote
Unread 01-06-16, 11:36 AM  
saxitoxin
A Theradrim Guardian
 
saxitoxin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 60
File comments: 98
Uploads: 7
Originally Posted by alpacazealot
Thanks a lot for the addon! I really loved it but has been using the 0.2 version. It is because I don't really like the 0.3 eclipse bar (my main is a moonkin and I think the default eclipse bar by Blizzard is enough for me). I also made some small tuning to your core.lua file to move the resource bars a little bit to fit them to the bars even more.

I thought I will share my code here.

...

That is it. Hope everyone of you had a lovely holiday! Thanks Saxitoxin for the great addon!
you could try putting this little snippet bellow the settings for the recourcebar

Lua Code:
  1. cfg.RECOURCE = {
  2.     pos = {                     -- moves the bar according to the hud
  3.         X = 0,                  -- positive number = right, negative number = left
  4.         Y = -20,                -- positive number = up, negative number = down
  5.     },
  6.     background = true,          -- Shows a background on empty points
  7.     use = "custom",             -- !!NOTE THIS IS NOT DONE YET!!
  8.     customTexture = "animated", -- !!NOTE THIS IS NOT DONE YET!!
  9. }
  10.  
  11. if cfg.CLASS == "DRUID" then cfg.RECOURCE.use = "standard" end


I will in time add a class and name file so you can choose another setting for certain classes
Last edited by saxitoxin : 01-06-16 at 11:53 AM.
Report comment to moderator  
Reply With Quote
Unread 12-29-15, 02:28 AM  
alpacazealot
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Thanks a lot for the addon! I really loved it but has been using the 0.2 version. It is because I don't really like the 0.3 eclipse bar (my main is a moonkin and I think the default eclipse bar by Blizzard is enough for me). I also made some small tuning to your core.lua file to move the resource bars a little bit to fit them to the bars even more.

I thought I will share my code here.

***YOU WILL MODIFY THE CORE.LUA FILE***
***DO THIS AT YOUR OWN RISK***

In move resource bars section:
***Note: I did not change the monk stagger bar because I find it not working***

---------------------------------------------
-- MOVES THE RECOURCE BARS
---------------------------------------------

EclipseBarFrame:ClearAllPoints()
EclipseBarFrame:SetPoint("TOP", hudFrame,0,-20)

RuneFrame:ClearAllPoints()
RuneFrame:SetPoint("TOP", hudFrame,4,-30)

PaladinPowerBar:ClearAllPoints()
PaladinPowerBar:SetPoint("TOP", hudFrame,0,-20)

DemonicFuryBarFrame:ClearAllPoints()
DemonicFuryBarFrame:SetPoint("TOP", hudFrame,0,-20)

ShardBarFrame:ClearAllPoints()
ShardBarFrame:SetPoint("TOP", hudFrame,4,-25)

PriestBarFrame:ClearAllPoints()
PriestBarFrame:SetPoint("TOP", hudFrame,0,-20)

MonkHarmonyBar:ClearAllPoints()
MonkHarmonyBar:SetPoint("TOP", hudFrame,0,-8)

MonkStaggerBar:ClearAllPoints()
MonkStaggerBar:SetPoint("TOP", hudFrame,0,-35)

TotemFrame:ClearAllPoints()
TotemFrame:SetPoint("TOP", hudFrame,0,-35)

---------------------------------------------

***will add screenshots of my modification***

That is it. Hope everyone of you had a lovely holiday! Thanks Saxitoxin for the great addon!
Last edited by alpacazealot : 12-29-15 at 02:39 AM.
Report comment to moderator  
Reply With Quote
Unread 12-28-15, 04:19 PM  
Ansi
An Aku'mai Servant
 
Ansi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 33
File comments: 101
Uploads: 4
Thanks a lot for this.

WTB Legion nameplates too!
__________________
twitter.com/ansirox
Report comment to moderator  
Reply With Quote
Unread 12-23-15, 01:54 PM  
GHC
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 18
Uploads: 2
edited it myself to remove the spacing and made it a little bit smaller to look more like legion. is it an option for you to upload it on curse too? is there a github repo to work with?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: