View Single Post
02-17-18, 01:14 AM   #1
doofus
A Chromatic Dragonspawn
Join Date: Feb 2018
Posts: 158
Retribuition Paladin Templar's Verdict ready

Hello everyone

As you may know I have been writing an addon that provides on-screen prompts for the next best action and on the Retribution Paladin I am having trouble telling when Templar's Verdict is available.


Using :

local playerTemplarsVerdictST, playerTemplarsVerdictDuration, playerTemplarsVerdictEnabled = GetSpellCooldown(85256);

tells us that it is always enabled, and mostly off cooldown (ST and Duration are both 0) except when we are in a GCD.

But it does not tell me when it can be used, when it "procs" so to speak.

I could check Holy Power and at 3 or over I would assume that Templar's Verdict is available. And if you have the "The Fires of Justice" and it has proc'ed (check the buff with the same name) then it is 2 Holy Powers needed only.

But this is a kludgy way to do it, is there another way to tell me that I can use Templar's Verdict without worrying about Holy Power, just like it lights up the button on the actionbar?
  Reply With Quote