About Warrior Vigilance Tracker
Warrior Vigilance Tracker
English
- Tracks your vigilance cast on the target
- Shows time left or if vigilance was removed
- Easy recasting by left-clicking the buttonframe without targeting
- Right-clicking will cast vigilance on your current target
- Shift-Right-clicking will announce the target to a given chat
Deutsch
- Überwacht deine Wachsamkeit auf dem Ziel
- Zeigt die Zeit bis Wachsamkeit ausläuft oder ob Wachsamkeit enfernt wurde
- Leichts nachzaubern durch Linksklicken des Buttons ohne das Ziel anwählen zu müssen
- Rechtsklicken zaubert Wachsamkeit auf dein aktuelles Ziel
- Shift-Rechtsklicken gibt dein Wachsamkeitsziel in einem Chat-Channel aus
v1.1
English
- Fixed: The option "Only show in defensive stance" should work now correctly.
Deutsch
- Behoben: Die Option "Zeige nur in Defensive Haltung" sollte nun richtig funktionieren.
v1.0fixed
English
- Fixed: You should be able to move the frame around now. Thx to brun7827 for the fix.
Deutsch
- Behoben: Das verschieben sollte nun wieder gehen. Danke an brun7827 für die Lösung des Problems.
v1.0
English
- Fixed: Scaling should work now
Deutsch
- Behoben: Das Skalieren sollte nun funktionieren.
v1.0rc5
English
- Added option to hide the frame while not in defensive stance
Deutsch
- Option hinzugefügt um das Frame zu verstecken solange man nicht in defensive Haltung ist
v1.0rc4
English
- Fixed a typo - i am stupid!
Deutsch
v1.0rc3
English
- Fixed the bug that prevented casting your vigilance by clicking the button (hopefully it works now )
Deutsch
- Der Bug der das Zaubern von Wachsamkeit beim klicken des Buttons verhinderte wurde behoben (zumindest hoffe ich das ^)
v1.0rc2
English
- Added an option to scale the frame
- Added an announce feature to announce your vigilance to a predefined chat or channel. Just use Shift+LeftMouseclick
- Fixed a bug: Timer runs into negativ values
Deutsch
- Eine Option wurde hinzugefügt um das Frame zu skalieren
- Es gibt nun eine melde Option mit der das aktuelle Wachsamkeitziel in einem vordefinierten Chat oder Channel gepostet werden kann. Benutze Shift+Linksclick dafür.
- Es wurde ein Fehler behoben der die Zeit in negative Werte laufen lies.
v1.0rc1
English
- This will be the first Release it is still Beta but it should work
Deutsch
- Dies ist die erste Veröffentlichung. Es ist zwar noch Beta, jedoch ist es in einem Zustand den man ohne Bedenken veröffentlichen kann ;)
Comments
Ok I have a few fixes to report.
First of all, there's a fix for the display name no longer showing up (and tbh it's better than it was before it broke, because it JUST displays the name and not the realm)
find the line that looks like:
local timestamp, type, sourceGUID, sourceName, sourceFlags, destGUID, destName, destFlags = select(1, ...)
and change it to:
local timestamp, type, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags = select(1, ...)
THEN, there are three instances of:
= select(9, ...)
that you need to change to:
= select(12, ...)
they're within the next several lines and should be easy to spot.
(For anyone who cares, this happened because Blizz added a few new arguments to the COMBAT_LOG_EVENT_UNFILTERED syntax which buggered everything.)
Next. there's a REALLY EASY fix to restore the ability to only display it while in defensive stance.
Find the line that looks like:
local _, _, active, _ = GetShapeshiftFormInfo(2);
if (active) then
and change it to:
local _, _, isActive, _ = GetShapeshiftFormInfo(2);
if (isActive) then
hope this helps some people out. shame this addon is dead, it's the only one i like. i'll keep making changes if i can as patches bugger things. happy tanking.
Apllying works fine, but no info about active target, remaining time oder easy rebuffing.
I'm afraid the author is no longer supporting this addon :(
i don't have a warrior to test it on so i would hope you could test it and say if it is working correct. If any error shows up, post it here please.
it should be up soon.
never the less the addon should work fine. If it bothers you to much just change the line to:
## Interface: 40000
if you open WarriorVigilanceTracker.lua and search-and-replace the word "this" with "f", the addon works fine.
happy vigi'ing.
i added it and uploaded a fixed version.