/c spell_status string formating

Started by Willfred L. Cadmael II, May 31, 2021, 12:44:12 PM

Previous topic - Next topic

Willfred L. Cadmael II

"/c spell_status", what a wonderful quality of life command.

However, it's output is a bit verbose. I suggest making it more compact and less redundant. Every entry takes up 2 lines on my client in the in-game console, making visual parsing difficult because of the wall of text that comes.

Current format:

--Spell Affecting---
Spell: Endure Elements, Duration Left:
71650 minutes, 19 seconds

Spell: Bull's Strength, Duration Left: 48 minutes, 20
seconds

Spell: Mage Armor, Duration Left: 1 minutes, 37
seconds

...


Suggested  format:

--Spell Affecting---
Endure Elements, Time Left: >60:00
Bull's Strength, Time Left: 48:20
Mage Armor, Time Left: 1:37
...

(red times for spells with less time remaining than the cooldown of the command. A sort by spell name or time remaining would not go amiss either!)