Nothing other than Natures Vigil last I checked. http://www.wowhead.com/news=209326/5...-tier-15-armor
Sent from my HTC EVO using Tapatalk 2
Nothing other than Natures Vigil last I checked. http://www.wowhead.com/news=209326/5...-tier-15-armor
Sent from my HTC EVO using Tapatalk 2
Last edited by cukiemunster; 12-26-2012 at 11:47 PM.
cyclone now on 30 sec cooldown for ferals, and shares diminishing returns with everything other than fears.
shattering throw symbiosis actually need to be cast now
typhoon +10 second cooldown
...Oh wait, sorry im just being an *******. sorry for actually answering the question in a direct manner.
let me try again
ahem.. well, as you know ferals are going to be getting nerfed in the cyclone department by having a 30 second cooldown on the cyclone. it also shares diminishing returns with pretty much everything other than a fear. Oh darn! oh well, im sure lolmo's coding skills will be able to somehow find a work-around for this!
if you run with an arms warrior, you actually need to cast to get a shattering throw. (who actually uses symbiosis anyway in the 1400s anyway, so really who cares!!)
and typhoon will have a 30 second cooldown up from 20 seconds. oh well, I dont use typhoon for anything anyway. nobody really wants to knock people off in PvP! its all about if you can just run a PQR profile to win!
^^ there, are you satisfied now?
Any updates on your rogue pvp profile, and your the remaking of your feral pvp?
Already released Rogue ([PQR] Rogue SubPVP)
About Feral I will release new version when 5.2 will his servers. For moment they are only few minor changes.
can anybody give working INTERRUPT profile for feral druid? xelper and firepong profiles doesnt work for me![]()
I know. This is my modified Intrerupt
What are the conditions for the focus cyclone? It doesnt seem to be keeping my focus cc'd.
Hey, I was wondering if you could explain how I can insert your modified interrupt into the bot. I just started using this last night and im a bit confused by it. I downloaded your file and went under profiles>interrupt, and pasted all your files in there. But the problem comes when setting up the bot, I open PQR, attach it to my wow and where it says interrupt, idk what to pick or how to enable it.
Also ty for uploading this awesome routine, its pretty sick so far.
IS this updated?
I dont know i would like to know that my self lol
I know when i use it my self (granted my druid is not 90 yet) it drops my frames rates to near nothing
Aint there any updated feral pvp profiles?![]()
Need update! Would also Like some backwards compatibility for guardian spec if possible![]()
Kindly please correct so as not to cast the no buff.
Sorry for the clumsy English.
local psBuff = UnitBuffID("Player",69369)
local playerHP = 100 * UnitHealth("Player") / UnitHealthMax("Player")
local inCombat = UnitAffectingCombat("Player") or UnitAffectingCombat("Target")
if inCombat then
if playerHP < 90 then
if psBuff or nsBuff then
if not (IsSpellInRange("Cyclone", "mouseover", "focus") or PQR_IsOutOfSight("mouseover", "focus")) then
CastSpellByName(tostring(GetSpellInfo(5185)),"Player")
end
end