that is not clear? poor choice of talent "Son of Cenarius," you read on a forum about feral mmo champion
Whats your native language? Need to learn English a little better. It's not "Son of Cenarius," it's "Dream of Cenarius." And as for it being a bad choice, I don't think it is. I can pull more DPS than I can with Heart of the Wild and is comparable to the 3rd talent which helps heal. With Heart of the Wild, they nerfed Wrath damage output which pretty much made it useless to me. Thankfully, I didn't take the time to code that spell in. As for the other talent, I'll code it in sooner or later, right now, I'm working to damn much to care for the game right now.
P.S. I don't give a rats ass what MMO-Champion says about feral's and damage output with Dream of Cenarius. All I care about is my own trials as well as what Fluid Druid says.
That is all. Thanks for reading my wall of text.![]()
I'm sorry, I have a bad English, I have 478 gear and "Dream of Cenarius" worse than "The Heart of the Wild,what is your dps on the post?
Last edited by PIPOL13; 10-19-2012 at 11:57 AM.
I've pulled sustained DPS of 61k in 460 gear on my druid. Full Mastery/Crit reforged with 5% hit and 3% expertise on my gear that I cannot remove. This was in LFR and can pull about 58k in Heroics. I think with the 3k mastery buff on top of all my reforges, I have a little over 71% mastery.
my trinkets are the Alchemy Agility trinket with 753 or so mastery and the Archeology trinket with the same amount of mastery on it. My weapon is the Archeology Staff of Xuen with Mastery/Crit as the secondary stats. Have the 476 Sha of Anger boots as well as the 476 or whatever crafted gloves with whatever secondary stats are on them. The rest is 460/463/450/397 gear (still using my 397 head piece from HM DS10 because I haven't gotten a better piece and not spending money on gear).
What glyps and talents u use ? Becouse i have problem with energy burn at start all![]()
Im having troubles downloading the feral dps profile, it seems that my pqr is not able to recognize it after i download it to the druid profiles. Im probably doing something wrong, it doesnt let me to update it either.
Here's a new download link for my profiles. I deprecated the old download link and made a new one.
http://pqrotation-profiles.googlecod...Druid_v1-6.rar
do i have to save it in the druid file?
Hey firepong. just wondering 2 things.
1: any plans to update your Bear profile?
2: Any plans to adapt your Firekitty profile for PvP usage?
(don't post things I post to Patreon.)
All these people asking for PvP profilesI might think about it later, but right now, I'm just working to much at my RL job. I don't even think I've logged into the game in the past 2 weeks. At least not that I can remember anyways.
Sadface T^T
but TY for the quick reply.
what about your bear profile?
(don't post things I post to Patreon.)
Question, if I wanted to add Incarnation and Nature's Vigil into the Berserk code so they are all cast at the same time, would i just add extra CastSpellByName lines? I would just try this out for myself, but I am out of time until tomorrow lol. Such as this:
Code:--Buffs local _,_,_,TF = UnitBuffID("player", 5217) local _, _, _, BS = UnitBuffID("player", 106951) local BSstart, BSduration = GetSpellCooldown(106951) --Cooldowns local BScooldown = (BSstart + BSduration - GetTime()) --Energy/Health/Level Checks local bsEnergy = UnitPower("Player") / UnitPowerMax("Player") * 100 local bsHealth = UnitHealth("Target") / UnitHealthMax("Target") * 100 local levelcheck = UnitLevel("Target") local spell = select(2,GetSpellBookItemInfo(tostring(GetSpellInfo(106951)))) if TF == nil then return false else -- if BScooldown > 0 and (PQR_FireBoss == true) then if BScooldown > 0 then return false else -- if bsHealth < 96 then CastSpellByName(tostring(GetSpellInfo(106731))) CastSpellByName(tostring(GetSpellInfo(124974))) CastSpellByName(tostring(GetSpellInfo(106951))) -- end end end
Hey Mr.Pong!
Would Nature Swiftness+Healing Touch coded to be used before Rip up the dps when using DoC? It would be up for at least every 3rd Rip.
Also a buffed RiP will continue being buffed while reapplied under Blood of the Water, boosting damage under 25%.
Update for my Feral DPS Druid profile pushed. Nature's Swiftness is now supported for use on every 3rd rip (when it's off Cooldown). It is far from perfect but is a good point for me to start at. I noticed other problem's with my rotation as well while in LFR that I will try to fix in the coming days. Right now, I am done coding for the day and will probably get some more fixes in tomorrow that will hopefully fix some of the bugs I have seen. Will also try and get Nature's Vigil as well as Force of Nature coded in tomorrow as well. No guarantee on this one though as Force of Nature is one of those where the DPS will actually have to pay attention where their mouse pointer is (who doesn't these days anyways).
P.S. The latest update is 1.7.0
EDIT* I'll probably setup Force of Nature to where if Mouseover == Target then return true. That sorta thing. That way, It will not cast anywhere but where the player's target is at. Sounds easy right? Should be![]()
Last edited by firepong; 10-31-2012 at 04:46 AM.