Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » Class Mechanics » Paladins

Reply
 
LinkBack Thread Tools
Old 06/20/11, 11:08 AM   #721
Barbero
Glass Joe
 
Dwarf Paladin
 
Thorium Brotherhood
Originally Posted by thenamir View Post
I did a thread search and did not find anything on this, so please forgive if this is a dumb question or one answered elsewhere. Is there any way with this tool to track when Fury of Angerforge reaches 5 stacks? Any help would be appreciated, thanks!
This is what I use for FoA

if not IsEquippedItem(59461) then return end
if IconAura("HELPFUL|PLAYER", "player", "Forged Fury") then
    return IconAura("HELPFUL|PLAYER", "player", "Forged Fury")
end
local foaStack
local visfury, _, _, _, _, _, countfury = IconAura("HELPFUL", "player", "Raw Fury", "player")
if visfury then
    if countfury then foaStack = countfury else foaStack = 1 end
else foaStack = nil end
local visible, texture, start, duration, enable, reversed  = IconItem(59461)
if (duration and duration > 1.5) or (foaStack ~= 5) then
    return true, texture, start, duration, enable, reversed, foaStack, 0.5
else
    return true, texture, start, duration, enable, reversed, foaStack, 1
end
Puts the icon at 1/2 alpha when it's not ready (<5 stacks or on cd), and tracks the buff rather than the stacks when it's active. If it's not active shows the count in the bottom right corner.

This is for CLCInfo btw, don't use CLCRet if that's what you were looking for.

Offline
Reply With Quote
Old 06/29/11, 4:35 PM   #722
mackaque
Glass Joe
 
Human Paladin
 
Sargeras
Hi,

I have the new version for 4.2 and it seems that my SOV tracking doesn't work. Is it a known bug or it's only me ?

Thanks

Canada Offline
Reply With Quote
Old 07/06/11, 2:30 PM   #723
Atrophic
Glass Joe
 
Draenei Paladin
 
Azjol-Nerub
Option Menu Commands not working.

I just picked up this Add-On to help myself learn Ret but I'm having an issue with neither of the listed commands on WoWInterface working to open the options menu.

I've tried both /serioushelp and /shit as well as trying /serious /sh /shelp

Can someone please help me with his?

Offline
Reply With Quote
Old 07/07/11, 5:58 AM   #724
Missace
Glass Joe
 
Human Paladin
 
Theradras (EU)
Originally Posted by Atrophic View Post
I just picked up this Add-On to help myself learn Ret but I'm having an issue with neither of the listed commands on WoWInterface working to open the options menu.

I've tried both /serioushelp and /shit as well as trying /serious /sh /shelp

Can someone please help me with his?
the command is
/clcret

the addon what you mean is serious help in time...i think its outdated, but i am not sure.
in this thread we speak about
clcret - for retris only
clcinfo - modular for any class (?)

Offline
Reply With Quote
Old 07/09/11, 8:17 AM   #725
Rowane
Glass Joe
 
Rowane's Avatar
 
Human Paladin
 
Borean Tundra
clcinfo has just been updated as of 7/7 on Curse

Offline
Reply With Quote
Old 07/12/11, 12:35 PM   #726
Aviendha
Banned
 
Blood Elf Paladin
 
Sargeras (EU)
A quick question regarding clcinfo :

Is it possible to have the ret rotation change depending on the presence of a certain buff ? What I'm trying to do is have the rotation change from the usual "cs > how > exo > tv" to "cs > tv > how > exo" when I'm under Zealotry (and Apparatus but that's secondary since I want to have them both up at the same time anyways)

I was thinking maybe adding a /slash command into my Zeal macro to change the priorities and creating another macro to reset the priorities back after Zeal ends, but if it could be done from within the addon itself it'd be even better.

Thanks!

Offline
Reply With Quote
Old 07/13/11, 7:18 PM   #727
Ddir
Glass Joe
 
Blood Elf Paladin
 
Dragonmaw
I've been out of practice a bit with my paladin but I'd like to get back on top, but I need some help. According to Redcapes my rotation should be (same rotation for undead.. i shouldn't have broke 4 piece for t12 legs.. whoops hehe):
inq(HP) > Inq (DP) > CS (0-2) > TV (DP) > Exo > TV (3 HP) > HoW > J > HW > Cons

I've tested it and it seems to line up with the above rotation, just wanted to make sure i have the formatting right:
inqa inqadp inqrhp cs tvdp exoud exo tvhp how j hw cons

Also if anyone has some info on the clash settings for j/hw/cons I'd be grateful, or point me to where i can find that. I'd assume not much clash for each would be prefered but I don't know if that means setting it closer to 0 or to 2.

Last edited by Ddir : 07/15/11 at 1:09 PM.

Offline
Reply With Quote
Old 07/14/11, 5:51 AM   #728
Tremonti
Glass Joe
 
Night Elf Rogue
 
Thrall
Originally Posted by fearsie View Post
The dp versions of skills are not needed now that cs isn't suggested @ 3hopo, so while the skill line differs it's the same thing.
There is a question that I have not been able to find the answer to regading this. Currently per Exemplar's spreadsheet reccomendation, my rotation would be as follows.

inqa inqr cs how exo tv j hw cons

However, wouldn't this be wastefull due to the fact that if you already have a DP proc up and before you have a chance to use it on a TV, a higher priority filler pops in the queue possibly procc'ing another DP and therefore wasting it. As this commonly happens to me when I get proc lucky during wings and zealotry.

So wouldn't something like inqa inqr cs tvdp how exo tvhp j hw cons ensure that we are not wasting DP procs; or would this still be a net DPS loss? I'm not quite sure how I could check for this using the tools given.

Offline
Reply With Quote
Old 07/15/11, 5:05 AM   #729
fearsie
Glass Joe
 
Blood Elf Paladin
 
Cho'gall
My settings :: inqa inqrhp cs inqrdp tvdp exoud exo how tvhp j hw cons

Putting exo before hammer allows exo to potentially proc AoW again. The dp versions aren't needed anymore just when I reformatted I left them because it doesn't seem to matter one way or the other. The only other things you can use DP on is WoG or TV and if you're INQ is running out it's a dps gain to refresh on a DP proc. If it comes to a point where you have less than 5 seconds on inq and it's telling you to refresh while having dp up hit the tv and lose a second or 2 on inq rather then missing the damage of a TV.

Offline
Reply With Quote
Old 07/21/11, 7:09 PM   #730
JediMa
Glass Joe
 
Human Paladin
 
Eonar (EU)
I've tried your settings " inqa inqrhp cs inqrdp tvdp exoud exo how tvhp j hw cons " and set 5 - 3 - 3 about TV but I dont get why CLCRET suggests me to use TV when I've only 2 points on 3 of hp. can you help me please?

Offline
Reply With Quote
Old 07/21/11, 7:10 PM   #731
Fierss
Von Kaiser
 
Draenei Paladin
 
Whisperwind
removed, sorry.

Offline
Reply With Quote
Old 08/04/11, 3:41 PM   #732
Barbero
Glass Joe
 
Dwarf Paladin
 
Thorium Brotherhood
Originally Posted by Aviendha View Post
A quick question regarding clcinfo :

Is it possible to have the ret rotation change depending on the presence of a certain buff ? What I'm trying to do is have the rotation change from the usual "cs > how > exo > tv" to "cs > tv > how > exo" when I'm under Zealotry (and Apparatus but that's secondary since I want to have them both up at the same time anyways)

I was thinking maybe adding a /slash command into my Zeal macro to change the priorities and creating another macro to reset the priorities back after Zeal ends, but if it could be done from within the addon itself it'd be even better.

Thanks!
in the EVENTS box (doesn't really matter whether it's an icon or text or whatever) you can add this code:
local function zeal(storage, event, ...)
	local myGUID = UnitGUID("player")
	if select(4, ...) == myGUID and select(12, ...) == 85696 then
		if select(2, ...) == "SPELL_AURA_APPLIED" then
			clcInfo.cmdList["retprio"]{"inqa", "inqr", "cs", "tv", "exoud", "how", "exo", "j", "hw", "cons"}
		elseif select(2, ...) == "SPELL_AURA_REMOVED" then
			clcInfo.cmdList["retprio"]{"inqa", "inqr", "cs", "exoud", "how", "exo", "tv", "j", "hw", "cons"}
		end
	end
end
AddEventListener(zeal, "COMBAT_LOG_EVENT_UNFILTERED")
I'm not 100% sure that's the best way to do it, your post got me curious enough to try and figure out if I could do it. It's working now, but no guarantees, I'm pretty novice at this crap. If you feel like monitoring it in case it breaks under some circumstances (recommended heh), you can try the code below in the spoilers (in a text event and behavior box)


Click Here ← Click Here

In TEXT BEHAVIOR box:
return GetStorage().zealrotation
in TEXT EVENT box:
local function zeal(storage, event, ...)
	local myGUID = UnitGUID("player")
	if select(4, ...) == myGUID and select(12, ...) == 85696 then
		if select(2, ...) == "SPELL_AURA_APPLIED" then
			clcInfo.cmdList["retprio"]{"inqa", "inqr", "cs", "tv", "exoud", "how", "exo", "j", "hw", "cons"}
			storage.zealrotation = "Zealotry Rotation Active"
		elseif select(2, ...) == "SPELL_AURA_REMOVED" then
			clcInfo.cmdList["retprio"]{"inqa", "inqr", "cs", "exoud", "how", "exo", "tv", "j", "hw", "cons"}
			storage.zealrotation = nil
		end
	end
end


<<spoiler tags cause it's pretty much the same code, no reason to pollute the thread>>

Offline
Reply With Quote
Old 08/05/11, 4:24 AM   #733
fearsie
Glass Joe
 
Blood Elf Paladin
 
Cho'gall
Jedima, I have no idea why it would do that. I havent used clcret since wrath. I moved to clcinfo, but a full reinstall via the curse client (removing addon saved variables) should get your clcret back on it's feet.

You don't want to have inquisition @ 5 second refresh anyway, shoot for 3s refreshes. Keep in mind raid buffed all your refreshing of inquisition will be drasticly different then smashing a training dummy alone. You want to shoot for the 90-95% range for inquisition uptime. Having it fall off isn't terrible just don't forget about it.

Off topic : See if you can get a nef helm or chogall shoulders for the time being, the 2pct11, and 2pc t12 wasn't a bad combo till I got my 4pc, and 10% tv dmg is quite nice.

My settings : Time before refresh : 3 -- Min apply + Min refresh both @ 3.

Offline
Reply With Quote
Old 08/19/11, 1:41 AM   #734
Kinmaul
Piston Honda
 
Kinmaul's Avatar
 
Blood Elf Paladin
 
Illidan
I've used clcret for all of cata with no issues, but just tonight a bug or bogus setting is giving me a huge headache. Previously when I swapped to prot spec clcret would keep the HP bar visable, but it would hide the two ability boxes since I wasn't ret. Now when I go from ret to prot the ability boxes stay, but they are plain gray boxes. If I go back to ret the whole mod is bugged and won't work unless I restart wow.

I've tried everything including reinstalling the mod but the issue persists. I don't know what I did to jack the mod up, but any help would be greatly appreciated.

Edit:
After turning off all my add-ons and bringing them back up one at a time I've narrowed it down to some kind of weird interaction with Skada of all things. I reinstalled both clcret and Skada, but I'm still having trouble. I can't figure out what setting in Skada would cause this issue, especially considering this problem did not start until today.

Last edited by Kinmaul : 08/19/11 at 2:52 AM.

United States Offline
Reply With Quote
Old 08/19/11, 6:53 PM   #735
Theck
Don Flamenco
 
Theck's Avatar
 
Human Paladin
 
Tichondrius
I just had exactly the same problem as Kinmaul after updating a few addons today. Curiously, it was the new version of SunnArt that caused the problem. It was also suppressing my Gnosis cast bars, somehow.

Rolling back to version 3.5.3 of Sunn fixed the clcRet boxes and the Gnosis cast bars.

Offline
Reply With Quote
Reply

Go Back   Elitist Jerks » Class Mechanics » Paladins

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cat DPS Rotation Kazanir Druids 1356 12/07/09 12:07 PM
Ret FCFS Rotation Helper Thaeryn User Interface and AddOns 0 04/10/09 12:18 AM
FCFS (Retribution) modeling script Left Paladins 25 03/21/09 10:06 AM
Designing a hunter shot-rotation helper addon Zeza Public Discussion 40 11/27/06 7:52 PM