#Organize DK runes

6 messages · Page 1 of 1 (latest)

mental stone
#

Hi, I'm currently using this weakaura : https://wago.io/HbPYZkOMg
-> the runes are displayed in rectangle progress bars. The disposable runes are always at the left.

I'm having difficulties seeing how much rune I exactly have and would try to switch to another one :
https://wago.io/czPD_cpNt

The second one is closer to what I like but after digging, I can't find the differencies that make the 1st weakaura ordered.
The first one always consumes runes from right to left and recharges runes from left to right

=> How can I modify the second one to order the runes the same way please ?

Thanks you in advance !

Weakauras for tracking Runes, HP, Runic Power, Exterminate Proc, DnD and DRW uptime. Makes a noise when Bonestorm, Tombs

Rune bar with runes HUD. Shows in combat by default.

small crag
#

so first off, most WAs that track runes use custom code to sort and properly track runes. the 2nd aura that you linked only looks at "runeN" for each icon, where N is the rune / icon number. internally on the games side, blizz doesnt care about using runes in order and will just use witch ever runes are available. so for example marrowrend can use rune 2 and 5 if none other are available. this leads to the unorganized nature of that WA. with that beeing said, i have applied my rune trackers custom code to the 2nd aura that you linked so now it sorts runes and uses them from right to left while filling left to right.

#

feel free to customize what i have done here to your liking. and as a note. the color options dont do anything as this WA uses progress textures (witch dont have custom color options) and the WA i copied from uses progress bars

sudden quest
#

Why? Put it in a dynamic group delete all code. Use a default rune trigger and let it sort in the dynamic group.
There is no code needed at any step here.

mental stone