(Enhancement Shaman)
How would I make Feral Spirit (dogs) pop every time they are off cooldown without using the Cooldown mode?
(Enhancement Shaman)
How would I make Feral Spirit (dogs) pop every time they are off cooldown without using the Cooldown mode?
Simple....add this ability and add it to rotation be sure to set how = 108292, i also suggest adding a "not ubid(p,how)" check to Forms or else it will keep popping you in and out of cat form to cast.
Change....Code:if ubid(p,how) then if check(mf) and not udbid(t,mf) then cast(gsi(mf)) elseif check(wth) then cast(gsi(wth)) end end
to...Code:if cd(fer)==0 and ((SpecialUnit() and PQ_CD==CD_BossOnly) or PQ_CD==CD_Auto) then cast(gsi(fer)) end
Code:if cd(fer)==0 then --and ((SpecialUnit() and PQ_CD==CD_BossOnly) or PQ_CD==CD_Auto) then cast(gsi(fer)) end
BadRotationsDeveloper
on assassin rogue =(
Message: [string "if (thp<=35 or ubid(p,bls)) and pow>=30 and..."]:3: attempt to compare nil with number
Time: 07/19/13 00:19:51
Count: 374
Stack: [string "if (thp<=35 or ubid(p,bls)) and pow>=30 and..."]:3: in function `?'
[string "if PQR_Addon_Loaded == nil then..."]:765: in function `PQR_NextAbility'
[string "if PQR_Addon_Loaded == nil then..."]:534: in function `PQR_ExecuteRotation'
[string "if PQR_Addon_Loaded == nil then..."]:287: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>
Locals: (*temporary) = nil
(*temporary) = 111240
(*temporary) = "target"
(*temporary) = "attempt to compare nil with number"
Hello I just wanted to add my feedback.
I got the rotation about a month ago and it is extremely laggy on 25 man - are the newer versions less laggy or do I need to change any parameters to make it less laggy?
I removed the cleanse poisons and using it in the arena with great success - are there any recomendations for arena users?
One thing I would change for arena is to have it instantly heal the most wounded party member, on predatory swiftness if cyclone is on cooldown (saves me keybinds) and reduces the chance to get dispelled.
Any recommendations on the talents that would work best for arena (2v2) I ask for level 60 and 90 talents more specifically.
solva which profile do you have problems with in 25mans? I have no issues what so ever when I do 25m heroic with my guild using the feral-profile
Interesting, I will have to look into that one sed.
I can't speak much for arena as I do not PvP but the profile already will heal the most wounded party member. As for the lag I would certainly suggest updating and seeing if a more recent version as some of the older ones did suffer from increased lag.
BadRotationsDeveloper
Hello there
Something strange its happening after i got 4pt15 on my feral. Since it generates more cp it seats on 5cp lots of time without using FB still using rake and mangle, or it refreshes rip that isnt even on half the duration without any new proc.
Before you said something about putting a code for not casting SR when RoRo its up but it happens all the time, is it implemented?
People on fluiddruid said that 4p bonus should be used more on FB and the CP usage would be from 4+ to 3+. If i remember Firepong had on one moment a setting to choose with how many CP you would use finishers.
my ilv its 525 using DoC
AP 44805
hit/exp 7.5/7.5
haste 5915
crit 5935
mastery 5939
last 5min test i did gave me this
[15:17:32] Skada: 41587589 (136352, 100.0%)
[15:16:45] Skada: Skada: Damage for Current fight, 15:09:55 - 15:16:45:
[15:16:45] Skada: Rake 10858741 (26.1%)
[15:16:45] Skada: Rip 8891257 (21.4%)
[15:16:45] Skada: Attack 7912363 (19.0%)
[15:16:45] Skada: Thrash 4413263 (10.6%)
[15:16:45] Skada: Mangle 4155858 (10.0%)
[15:16:45] Skada: Ferocious Bite 2285572 (5.5%)
[15:16:45] Skada: Lightning Strike 1948945 (4.7%)
[15:16:45] Skada: Shred! 905857 (2.2%)
[15:16:45] Skada: Ravage 164005 (0.4%)
[15:16:45] Skada: Shred 51728 (0.1%)
I play on a 3 year old laptop with i5 and ati card. my lat its always around h:150/ w:150 and my pqr delay its set do 240.
maybe the settings and latency could be interfering on the results?
Only thing I can think of is, something is getting confused and causing the code to mess up. Only reason FB shouldn't cast at 5cp would be is Rip will need refresh soon, Savage Roar is in need of refresh in the next second, Thrash needs apply, or there isnt enough energy... Rip would reapply midway if the possible damage output of a new rip would be 125% greater than the current Rip.
I think i have 4 t15 peices I could see if it causes me any problems after raid tonight, however I do not have RoRo though I have been told the profile works fine with it.
Last edited by ph34rt3hcute1; 07-19-2013 at 06:49 PM.
BadRotationsDeveloper
Cute what do you raid as?
I raid as Feral
BadRotationsDeveloper
on Dark Animus right now, sadly non-heroic
BadRotationsDeveloper