Page 1 of 2
1
2
LastLast
  1. #1
    Deleted

    [LEGION] Frost DK Weak Auras

    Seeing as I couldn't find any myself, I made my own (very) basic setup. Something that I just quickly threw together.



    Edit: This setup requires the Legion/7.0 version of Weakauras to be imported. You can download it here http://dl.weakauras.wtf/WeakAurasLegion.zip

    It's centered around your basic stuff such as a RP bar and runes.

    - The large BoS icon is when BoS is currently active

    - Left side of the RP bar: Icon tracker for Razorice stacks if Shattering Strikes is talented or a stack/duration tracker for Icy Talons if talented.

    - Top of the RP bar from left to right: Pillar of Frost, Remorseless Winter, Empower Rune Weapon (changes automatically to Hungering Rune Weapon if talented) and Tier 7 talent trackers depending on what talent used.

    - Right side of the RP bar: Tracker for Horn of Winter if talented.

    Code: http://pastebin.com/0FYw7NFN
    Last edited by mmoc3ab655a413; 2016-06-24 at 10:52 AM.

  2. #2
    Nice and clean, I like it!!

  3. #3
    Message: [string "return function(event)..."]:14: attempt to call global 'GetRuneType' (a nil value)
    Time: 06/23/16 21:32:59
    Count: 2
    Stack: [string "return function(event)..."]:14: in function `triggerFunc'
    Interface\AddOns\WeakAuras\GenericTrigger.lua:302: in function `ScanEvents'
    Interface\AddOns\WeakAuras\GenericTrigger.lua:320: in function `ScanAll'
    Interface\AddOns\WeakAuras\WeakAuras.lua:1162: in function <Interface\AddOns\WeakAuras\WeakAuras.lua:984>

    Locals: event = "WA_DELAYED_PLAYER_ENTERING_WORLD"
    rune = 1
    startTime = 0
    duration = 0
    inverse = true
    death = nil
    numBloodRunes = 0
    numUnholyRunes = 0
    numFrostRunes = 0
    numDeathRunes = 0
    (for index) = 1
    (for limit) = 6
    (for step) = 1
    index = 1
    startTime = 0
    (*temporary) = nil
    (*temporary) = 1
    (*temporary) = "attempt to call global 'GetRuneType' (a nil value)"

    Is the error I get when I import that string. The only thing that ends up loading in the RP bar. Nothing else. Won't allow me to modify anything, nothing shows up.

  4. #4
    Deleted
    @mirix are you on the PTR or the beta? And what version of weakaura are you using? This was made with the 7.0 beta version.

    I'll double check the string as well once I get some breakfast and a cup of coffee.

    Edit: Should probably mention that you can get the Legion/7.0 version of WA here http://dl.weakauras.wtf/WeakAurasLegion.zip although you'll have to manually install it.
    Last edited by mmoc3ab655a413; 2016-06-24 at 08:26 AM.

  5. #5
    Quote Originally Posted by SerShando View Post
    @mirix are you on the PTR or the beta? And what version of weakaura are you using? This was made with the 7.0 beta version.

    I'll double check the string as well once I get some breakfast and a cup of coffee.

    Edit: Should probably mention that you can get the Legion/7.0 version of WA here http://dl.weakauras.wtf/WeakAurasLegion.zip although you'll have to manually install it.
    I'm on beta. I'll have to check my version of WA. I know that when I tried to make my own rune WA it screwed everything up, just like importing yours did.

  6. #6
    Deleted
    I suspect that might be because you have an "outdated" version of WA so it tries to load in Blood, Frost and Unholy runes instead of the now generic runes. I had a friend of mine test it as well using the 7.0 version and he imported it just fine.

  7. #7
    Thanks for the help. Updated weakauras and imported without issue.

  8. #8
    Deleted
    Amazing aura, definitely going to use this!

  9. #9
    Hey this is pretty great. Any way you could incorporate an obliteration duration there in a receding bar style like this? http://pastebin.com/DMfrNqwh

    Recently a bunch of top DKs released a google docs containing a whole lot of info relating to DKs , and I think your WA is incredibly smooth and clean and it should definitely be included among their list of WAs.

    Also another thing I could suggest is that for the 4 abilities shown above the RP bar, when you use them, when they go on cooldown, they become a bit more greyed out, and when they're active, like PoF or RW, they light up a bit different than white. That way people can color code and associate it better. I'm completely inexperienced with WeakAuras, and my bad if what I'm saying doesn't work.

    Alright yeah, so I'm looking at a comparison of Minaug's WAs and if you look at the PoF WAs, it's triple layered so that it shows different when available, active, and on CD. Doing that for Remorseless Winter/Other short term abilities would make the WA a lot better
    Last edited by K2 Kaitu; 2016-07-19 at 03:18 AM.

  10. #10
    Stood in the Fire Tehr's Avatar
    10+ Year Old Account
    Join Date
    Jul 2010
    Location
    USA
    Posts
    445
    I've updated my new Rune Display to also provide functionality for Frost. It currently displays all six runes, runic power (with maximum on the right side), Killing Machine on the left, Frost Fever in the center, Rime on the right side, and overlaid swing timers above all three (MH and OH overlap to help you anticipate Killing Machine procs). Killing Machine and Rime display their icons as progress textures instead of a basic color bar so you can distinguish between procs. I'm in the middle of adding support for Breath of Sindragosa (including current uptime in seconds, once I figure out how to write the code), as well as support for all of the talents and probably a CD bar because it's been requested by a few people.

    As always, the most up-to-date and working WeakAura is available at the wago.io link below.

    Killing Machine and Rime flash when they're active, so the fact that Killing Machine looks faded out in this screenshot is misleading. Both procs rapidly alternate between bright and dim:


    At rest, with all runes ready, 0 runic power, and no active auras to track, it looks like this (note, screenshot taken in Blood, so actual maximum RP will display as 100):


    Import string available from https://wago.io/Ekb2iW5v-

    Post in the Unholy WeakAuras thread available here: http://www.mmo-champion.com/threads/...7#post41505787
    Post in the Blood WeakAuras thread available here: http://www.mmo-champion.com/threads/...5#post41501195
    B.Net: Tehr#1477 | Discord: Tehr#5246 | Stream | Guild Website | List of characters
    Raid CD Tracker (#1 on wago.io): Tehr's RaidCDs, ExternalCDs, UtilityCDs, ImmunityCDs, AoECCs, RezCDs, & Interrupts

  11. #11
    Quote Originally Posted by Tehr View Post
    I've updated my new Rune Display to also provide functionality for Frost. It currently displays all six runes, runic power (with maximum on the right side), Killing Machine on the left, Frost Fever in the center, Rime on the right side, and overlaid swing timers above all three (MH and OH overlap to help you anticipate Killing Machine procs). Killing Machine and Rime display their icons as progress textures instead of a basic color bar so you can distinguish between procs. I'm in the middle of adding support for Breath of Sindragosa (including current uptime in seconds, once I figure out how to write the code), as well as support for all of the talents and probably a CD bar because it's been requested by a few people.

    As always, the most up-to-date and working WeakAura is available at the wago.io link below.

    Killing Machine and Rime flash when they're active, so the fact that Killing Machine looks faded out in this screenshot is misleading. Both procs rapidly alternate between bright and dim:


    At rest, with all runes ready, 0 runic power, and no active auras to track, it looks like this (note, screenshot taken in Blood, so actual maximum RP will display as 100):


    Import string available from https://wago.io/Ekb2iW5v-

    Post in the Unholy WeakAuras thread available here: http://www.mmo-champion.com/threads/...7#post41505787
    Post in the Blood WeakAuras thread available here: http://www.mmo-champion.com/threads/...5#post41501195
    Great WA for runes and other information. Thanks for sharing it!

  12. #12
    Deleted
    Quote Originally Posted by SerShando View Post
    Seeing as I couldn't find any myself, I made my own (very) basic setup. Something that I just quickly threw together.

    Edit: This setup requires the Legion/7.0 version of Weakauras to be imported. You can download it here http://dl.weakauras.wtf/WeakAurasLegion.zip

    It's centered around your basic stuff such as a RP bar and runes.

    - The large BoS icon is when BoS is currently active

    - Left side of the RP bar: Icon tracker for Razorice stacks if Shattering Strikes is talented or a stack/duration tracker for Icy Talons if talented.

    - Top of the RP bar from left to right: Pillar of Frost, Remorseless Winter, Empower Rune Weapon (changes automatically to Hungering Rune Weapon if talented) and Tier 7 talent trackers depending on what talent used.

    - Right side of the RP bar: Tracker for Horn of Winter if talented.

    Code: http://pastebin.com/0FYw7NFN

    Hello SerShando

    I took the liberty to use your WeakAura as a base, to create my own - i hope you don't mind
    I have never done WeakAuras before, so it was a welcome learning experience.
    My goal here, is to play with hidden abilities in Legion (i will only have hearthstone and stuff like that on my bar), that is why I opt to show all the necessary abilities in WeakAura just under my character.
    The result is pleasing me - for the moment. I might change it later, now that i have gotten a taste of WeakAuras.

    http://pastebin.com/YRg1Ysti

    Thank you



    Ability icons disappear when they are on cooldown (only showing the last small portion of cd, to give a heads up).
    Obviously, the "glow buttons" are for Rime/Killing Machine procs and Shattering strikes 5 stacks.
    Last edited by mmoc903d464b89; 2016-07-25 at 07:50 PM.

  13. #13
    is there a Weakaura to display IT stacks?

  14. #14
    Deleted
    Hey, haven't really kept watch on this thread for a while. You're all free to use my auras for whatever you wish :>

  15. #15
    Stood in the Fire Tehr's Avatar
    10+ Year Old Account
    Join Date
    Jul 2010
    Location
    USA
    Posts
    445
    Hey all, I've done a ton of edits to my Runes + RP + Tracker WeakAura and it's now comprehensive for all three specs. Unfortunately, while doing Frost, I reached the export limit for WeakAuras because I had such a large group, and as such I've been forced to break my compilation into three separate groups, one for each spec.

    Currently this WeakAura compilation is available from: https://wago.io/41MU5qLOZ

    Links to Unholy and Blood are available on that page.

    To get an idea of what it looks like in-use, check out these two videos (they show different talent setups):

    https://www.twitch.tv/tehrible/v/80938722 (shows tracking of the basics, plus Shattering Strikes, Frozen Pulse, Hungering Rune Weapon, and Glacial Advance)
    https://www.twitch.tv/tehrible/v/80940350 (shows tracking of the basics, plus Icy Talons, Horn of Winter, and Breath of Sindragosa)


    It tracks the following:
    Runes
    RP
    Frost Fever
    Killing Machine
    Rime
    Shattering Strikes (flashing white behind RP)
    Icy Talons (white bar moving behind RP)
    Frozen Pulse (flashing white behind Runes)
    Hungering Rune Weapon/Empowered Rune Weapon
    Glacial Advance
    Obliteration
    Breath of Sindragosa (shows current uptime, custom code by me)
    Pillar of Frost
    Remorseless Winter
    Horn of Winter
    T18 2-Piece (Obliteration and Frozen Wake, blue bars moving behind Killing Machine and Rime, respectively)
    Icebound Fortitude
    Anti-Magic Shell (AMS and IBF show when active http://i.imgur.com/8lluzc4.jpg)


    Still have a TODO list for Volatile Shielding (explosion damage), Permafrost (shield amount), and Gathering Storm (Remorseless Winter damage increase), but those are kind of unnecessary right now AND require custom code, and I figured I should release my Frost compilation and work on the extraneous stuff afterwards when I can get tormented by the code without delaying release.

    If I ever get into Beta, I'll do support for Artifact abilities and traits, but as it stands, I won't be able to do so until sometime after Legion launches (and even then it'll be kind of hit-and-miss because I won't have all Artifact traits unlocked and thus testing will be minimal).
    Last edited by Tehr; 2016-07-31 at 04:56 PM.
    B.Net: Tehr#1477 | Discord: Tehr#5246 | Stream | Guild Website | List of characters
    Raid CD Tracker (#1 on wago.io): Tehr's RaidCDs, ExternalCDs, UtilityCDs, ImmunityCDs, AoECCs, RezCDs, & Interrupts

  16. #16
    Any updates since you posted? Thanks
    @Tehr
    Youtube channel: https://www.youtube.com/c/djuntas ARPG - RTS - MMO

  17. #17
    Stood in the Fire Tehr's Avatar
    10+ Year Old Account
    Join Date
    Jul 2010
    Location
    USA
    Posts
    445
    Quote Originally Posted by Djuntas View Post
    Any updates since you posted? Thanks
    @Tehr
    Sorry, moving to a new apartment, and didn't get internet activated until just now.

    I finished all of the TODO items. Compilation now tracks how much damage Volatile Shielding will do (below total AMS shield amount and duration), how much Remorseless Winter damage you're getting from Gathering Storm (left side of Remorseless Winter bar), and how big your Permafrost auto-attack leech shield is. Unfortunately I don't really know of a neat way to display your Permafrost shield amount, so I just made a blue circle with the shield amount in text in the center. If anyone has any suggestions to make it look better, let me know either here or in the comments on wago.

    As always, most up-to-date import string is available from https://wago.io/41MU5qLOZ
    B.Net: Tehr#1477 | Discord: Tehr#5246 | Stream | Guild Website | List of characters
    Raid CD Tracker (#1 on wago.io): Tehr's RaidCDs, ExternalCDs, UtilityCDs, ImmunityCDs, AoECCs, RezCDs, & Interrupts

  18. #18
    High Overlord Malus416's Avatar
    7+ Year Old Account
    Join Date
    Aug 2014
    Location
    Discord
    Posts
    102
    Quote Originally Posted by Tehr View Post
    Hey all, I've done a ton of edits to my Runes + RP + Tracker WeakAura and it's now comprehensive for all three specs. Unfortunately, while doing Frost, I reached the export limit for WeakAuras because I had such a large group, and as such I've been forced to break my compilation into three separate groups, one for each spec.

    Currently this WeakAura compilation is available from: https://wago.io/41MU5qLOZ

    Links to Unholy and Blood are available on that page.

    To get an idea of what it looks like in-use, check out these two videos (they show different talent setups):

    https://www.twitch.tv/tehrible/v/80938722 (shows tracking of the basics, plus Shattering Strikes, Frozen Pulse, Hungering Rune Weapon, and Glacial Advance)
    https://www.twitch.tv/tehrible/v/80940350 (shows tracking of the basics, plus Icy Talons, Horn of Winter, and Breath of Sindragosa)


    It tracks the following:
    Runes
    RP
    Frost Fever
    Killing Machine
    Rime
    Shattering Strikes (flashing white behind RP)
    Icy Talons (white bar moving behind RP)
    Frozen Pulse (flashing white behind Runes)
    Hungering Rune Weapon/Empowered Rune Weapon
    Glacial Advance
    Obliteration
    Breath of Sindragosa (shows current uptime, custom code by me)
    Pillar of Frost
    Remorseless Winter
    Horn of Winter
    T18 2-Piece (Obliteration and Frozen Wake, blue bars moving behind Killing Machine and Rime, respectively)
    Icebound Fortitude
    Anti-Magic Shell (AMS and IBF show when active http://i.imgur.com/8lluzc4.jpg)


    Still have a TODO list for Volatile Shielding (explosion damage), Permafrost (shield amount), and Gathering Storm (Remorseless Winter damage increase), but those are kind of unnecessary right now AND require custom code, and I figured I should release my Frost compilation and work on the extraneous stuff afterwards when I can get tormented by the code without delaying release.

    If I ever get into Beta, I'll do support for Artifact abilities and traits, but as it stands, I won't be able to do so until sometime after Legion launches (and even then it'll be kind of hit-and-miss because I won't have all Artifact traits unlocked and thus testing will be minimal).

    What's that addon that gives a countdown progress bar of buffs?

  19. #19
    Stood in the Fire Tehr's Avatar
    10+ Year Old Account
    Join Date
    Jul 2010
    Location
    USA
    Posts
    445
    Quote Originally Posted by Malus416 View Post
    What's that addon that gives a countdown progress bar of buffs?
    The progress bar above my player's unit frame is another WeakAura made by me. The small progress bars in the buffs frame (upper right) is just part of ElvUI.

    You need both of the following for the bars above my unit frame:
    https://wago.io/NkMD-ROD- (bars)
    https://wago.io/4kvHZR_D- (text)
    B.Net: Tehr#1477 | Discord: Tehr#5246 | Stream | Guild Website | List of characters
    Raid CD Tracker (#1 on wago.io): Tehr's RaidCDs, ExternalCDs, UtilityCDs, ImmunityCDs, AoECCs, RezCDs, & Interrupts

  20. #20
    Maybe I am totally having a brain fart, but do any of these show a timer for Frost Fever?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •