Just used the restodruid-profile in MSV tonight and I went oom pretty fast, that might have more to do with its settings combined with my gear than the profile itself though. I had to change to a HBroutine on Elegon since I was oom pretty much every time before last phase. Also any updates on Incarnation?
Some info on me and my settings:
My gear
7910 spirit
19.11% mastery
2444 haste
13.34% crit
2.21& hit
What I have the settings at now
Do you think I could tweak any of the settings to keep healing as good as it does but soak less mana?if not FirstRun then
FirstRun = true
SetCVar("Nova_Rejuvenation", 80)
SetCVar("Nova_Regrowth", 70)
SetCVar("Nova_HealingTouch", 50)
SetCVar("Nova_Swiftmend", 85)
SetCVar("Nova_WildGrowth", 90)
SetCVar("Nova_NaturesVigil", 70)
SetCVar("Nova_Innervate", 80)
SetCVar("Nova_Nourish", 80)
SetCVar("Nova_NaturesSwiftness", 40)
SetCVar("Nova_Ironbark", 60)
SetCVar("Nova_NaturesCure", 90)
SetCVar("Nova_Rebirth", 40)
end
Last edited by Ninjaderp; 12-30-2012 at 06:29 PM.
Aside from switching the percentages for Healing Touch and Regrowth, i'm not sure there much more that the profile can be tweaked, that will keep a decent performance and not OOM.
I did notice that once you get to about 9k spirit unbuffed, the profile doesn't seem to run OOM nearly as fast. As far as Incarnation goes, might have to wait until Buba releases the next version to see if it fixes the issue. I can't really figure out the issue, as using Incarnation doesn't seem to have been affecting the rotation on my end.
Allright, I'll have to test some more to see what really happens on my end while hitting Incarnation.
Mentally's Shadow Priest profile does cover these talents and they should be working as intended,
The code to cover these talents are not in their own individual abilities in the PQR spell queue, they're inside "Mind Spike", "Mind Spike (Movement)" and "Mind Blast" abilities
If you are getting procs from FDCL or DI but PQR is not casting the appropriate abilities it means PQR is casting other abilities that have a higher priority (such as Devouring Plague)
There will be times when your procs will "fall off" without them being used, this is not a bad thing, because PQR is casting something better anyway![]()
@Bu_Ba
ur Nova_data missing two IDs of Dissonance Field:
These are all ids.Code:and UnitDebuffID(t, 123184) == nil -- Dissonance Field and UnitDebuffID(t, 123255) == nli -- Dissonance Field 2 and UnitDebuffID(t, 123596) == nil -- Dissonance Field 3 and UnitDebuffID(t, 128353) == nil -- Dissonance Field 4
I did write in an activation keybind in the Nova profile i'm using, just haven't tested the code yet, as my gametime ran out today. Feel free to create an Incarnation ability and try this code if you'd like (use spell id 106731 and cast target "player")
That should have the ability activate on the "Right Shift" key being held down, as well as automatically if more then 5 members of the party/raid average out below 50% HP. Also, using "/disablecd" should disable the automatic casting functionality.Code:if Nova_Mod() == 8 and UnitAffectingCombat("player") then return true end if members[1].HP < 50 and AverageHealth(5) < 50 then if GetCVarBool("Nova_DisableCD") then return false end return true end
Thanks and +rep I will try that out after I wake up m8!
Hi,
I've already tried some of Nova Team profiles - druid, monk & DK.
The question is - where could I verify what talents are optimal for particular profile? I mean - I'm not sure if my talent tree could be more suitable to Nova profile...
Where could I find it?
You can see in the ability-editor what talents are supported, I would assume. Then you could base your choices upon that.
Or Bu_Ba could tell you what he used for his druid, and maybe those are the best fitting IDK ^^
What is the custom table in the resto druid profile? i can't find anything about it.
Also, when i press Right control all sorts of numers get spammed in chat (only for me to see i think)
Vorn10 wrote a post about the Custom Tables ([PQR] Nova Team Profiles) you can read.
Hi buba:
Tried the pve shadow profile but im seeing a lot of missed dps in AOE... can u help me? Do i need to have any special build or glyps?
Thanx
I just wanna say sorry for the prolonged release on the updated Druid Profile.... I started doing some fun things and now im working on bringing them into my profiles..... it wouldn't feel right to release it without this![]()