Gabbz, the Moonkin profile it seems to stop when its on Incarnation, like completely stops. It only does it when Incarnation is shown on the PQR addon.
Gabbz, the Moonkin profile it seems to stop when its on Incarnation, like completely stops. It only does it when Incarnation is shown on the PQR addon.
Hi Gabbz, faced with a problem in your aoe rotation guard, used .. mangle, thrash, enrage, swip, faerie fire and unused lacerate, although it is in the rotation ... I want to change places faerie fire and lacerate, then the unused faerie fire, but lacerate used ... tell me where she worked to change the whole chain. sorry for bad english.And thank you for your awesome profiles!
Last edited by ionemaster; 09-14-2012 at 02:18 AM.
Hi Gabbz, just want to thank you for your awesome profiles! Went 8/8hc tonight with my guild solo-tanking Madness and came 2nd on DPS with 62k.
Really appreciate your work! <3
Yes guardian is very clean, thanks Gabbz
Hey Gabbz, I was feeling lazy and wondered how I could put in Savage Defense in the rotation for trashpacks.
Meaning: Putting SD-usage in there so it keeps it up as much as possible (would be very nice for HoT-dungeons etc)
Not saying I want you to put it into the profile since its already great as it is, but how I could put it in as an ability.
code choices Savage Defense, past in defines
health is less than 80, the energy of more than 80
if PlayerHealthPercent <80 and
PlayerEnergy >80 then
CastSpellByName (tostring (GetSpellInfo (62606)))
return true
end
or just when the energy is greater than 80
if PlayerEnergy >80 then
CastSpellByName (tostring (GetSpellInfo (62606)))
return true
end
should work...
Thanks! Will try that out in a HoT shortly, will be back with inputsIt worked very well as a matter of fact, thanks for the code and +rep!
Last edited by Ninjaderp; 09-17-2012 at 01:09 PM.
I was wondering if someone could provide some conditions for the active mitigation buffs in Gabbz' Guardian profile?
Something like -
1: If health is lower than 70% and rage is above 60 = cast Frenzied Regeneration
2: If health is above 70% and rage is above 60 = cast Savage Defense
3: If health is above 70%, rage is above 90 and Savage Defense buff exists = cast Maul
This way, you would always cast the best defensive cooldown depending on your health and, if you get too much rage and you're not taking much damage, it would dump the excess rage on Maul's.
I'd do it myself, but I have no idea how to create scripts
Thanks!
I dont think this is optimezed since we want always to use Savage Defense if the damage is dodgeable. However if the damage is magical then we should only do Frenzied Regen.
Also i dont we should ever cast Maul unless if we really want to get a small dps increase.
I amk currently buzy but when MoP is settling down i will upgrade all my scripts
Looking for exploiters and botters to Elder Scrolls Online.
I love the profile, but I would really like to have it pop trinkets whenever it uses Berserk. However I can't figure out how to do it.
editing Cat: Berserk
doesn't work although I - with my very limited coding knowledge in PQR - think it should?Code:if TigersFury and GoBerserk == 2 and not Berserk and BerserkCooldownLeft < 1 then CastSpellByName(tostring(GetSpellInfo(106951))) RunMacroText("/use 13") RunMacroText("/use 14") return true end
Sorry where's the download link? I cant see it in the first post.
Gabbz, in regard to the Guardian Active mitigation thing, i think a toggle would work best.
The Three states for Active mitigation could be Savage Defense Prefered, Frenzied Regen prefered, Balanced mode
SD prefered: useful for fights like Galajal, Spirit Kings, and other Primary melee damage fights.
uses SD while you are the primary boss target, uses SD again whenever SD falls off as long as theres rage. after the 45 sec that you can guarenteed keep SD 100% up it will use it on CD.
FR Prefered: for fights like Stone Guard where unavoidable or magic damage is the primary damage source.
Uses FR at x%, where X could be a calculation based on your HP% and your Vengance stack, so that you are maximizing your FR usage based upon your vengance!
Balanced would work like the poster above suggested, making use of SD and FR dependant on HP and rage %'s, and maul to not cap rage. would be used for dungeons or raid trash.
Additionally, a AOE / ST toggle would be nice. i think FirePong had one in his Cataclysm profile. tap left ctrl to switch between AOE and ST.
(don't post things I post to Patreon.)
Actually that sounds like a great idea about the Guardian active mitigation, maybe to toggle with right-ctrl (as I prefer left ctrl to toggle aoe-modes). Nice input!