Looking for addons that do a few things

Post Reply
Anythinggoes
Posts: 40

Looking for addons that do a few things

Post by Anythinggoes » Sun Mar 10, 2024 1:50 pm

1)On the character panel you have your stats displayed. If you are melee, that is enough, usually. If you are a caster, however, this tells you nothing. Spell damage, spell crit, spell hit, healing? Any addon to reveal that?

2)There was this neat little addon that opened a window on the character panel next to the item slot you wanted to change and it allowed you to quickly switch items without looking at your bags. Item rack I think it was called, but can't find it on https://turtle-wow.fandom.com/wiki/Addons. Any alternatives? Outfitter is fine, but it works differently.

3)Any way to make mouseover healing work without addons? Any macro that does the job?

4)X-perl unit frames does a lot of things. When you heal, it displays how much health your next heal will replenish on a player. It also highlights debuffs on raid and party, like curses, for example. What it doesn't do is allow you to increase the debuff size on your target and see a countdown. This can be fixed with an addon called Debuff timers, but the numbers are still tiny? No idea how to increase the size? Any unit frames addon that displays both things (healing and debuff)well?

Ibux
Posts: 386
Has liked: 2 times

Re: Looking for addons that do a few things

Post by Ibux » Sun Mar 10, 2024 3:58 pm

1:
https://github.com/Lexiebean/BetterCharacterStats

2:
https://github.com/McPewPew/ItemRack

3:

Code: Select all

/run i=(GetMouseFocus().unit) if i then CastSpellByName("Blessing of Freedom") SpellTargetUnit(i) else CastSpellByName("Blessing of Freedom") end
4:
https://github.com/Geigerkind/VCB
https://github.com/Lexiebean/Decursive

Anythinggoes
Posts: 40

Re: Looking for addons that do a few things

Post by Anythinggoes » Sun Mar 10, 2024 9:41 pm

Thank you very much!

Post Reply