Gladius - Dragonflight

Gladius - Dragonflight

5M Downloads

What about not Interruptible casts?

balciseri opened this issue ยท 10 comments

commented

What do you think about replicating the blizzard shield icon functionality on casts that can't be interrupted? I mean this: http://puu.sh/a451w/7d54b7d53c.jpg.
I already did something similar with an old version of gladius.. here the screen : http://puu.sh/a0DHI/5a44a2e07a.jpg
But as you can see i only changed the texture with the one i have created, i think i'll add the shield soon.
If you like the idea tell me if you want to see my code so you can adjust it to your gladius.
Cheers

commented

Sure, would be a nice option.

commented

Updating my version of gladius, i'll make those change again and if everyhing is ok i'll link you the code of my Castbar module

commented

actually i didn't fix channeling casts, here a quick fix:
balciseri@7410e32

commented

ok here is the code: balciseri@d202990
It works fine for me (Still no shield icon just castbar texture switch), but if you wanna release it maybe you need to add another option to the castbar module to allow people choose the texture for it, right now it is hardcoded: at line 113,145,420 with the one i have created.

commented

Nice, can you tell me which addon has the "CastBarLockFull" texture, my LSM can't find it, so it would be better to add it into the addon itself.

commented

I also like the idea of that FlameShock module, if we would let the user to customize what to track and rename it to something like DebuffTracker.

commented

Cool, no addon has that texture i will upload it and i'll link it to you.
The Flameshock module is really awesome for my elemental shaman! Feel free to do what you want with it.

commented

Uploaded 3 different versions of the texture here : balciseri@865d67e
Download all the repo and take them!

commented

Thanks, actually went with another texture which makes is easier to read the spell's name, however the bar texture is user changeable.

commented

Awesome