ok lei shen heroic 25m with your rage/spark edit gave me between 210k-220k dps. on our kill i had a endresult of 216k seeing i am not even close to BiS geared this is pretty awesome.
ok lei shen heroic 25m with your rage/spark edit gave me between 210k-220k dps. on our kill i had a endresult of 216k seeing i am not even close to BiS geared this is pretty awesome.
My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/
You can save settings by once done setting your options, at the bottom of pqi config window you will see a lock and a space where you can name the set and switch to a different set. Once you have your options done click the lock to where it is then locked and you will be gtg.
Sent from my GT-N7105 using Tapatalk 4
My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/
I've tried to use the lock or rename the set but every time you switch the config window or switch it off and on again, and everything is wipe off.
I'll try to delete the PQI addon and install it back. Hope it'll work.
Thanks anyway for helping![]()
-- trinket.proc,if=dot=strongest
if TargetValidation("target",PlagueStrike)
and USBuff
and Rampage
--and MightyBuffCount == 9
then
CastSpell(PlagueStrike)
else if TargetValidation("target",Outbreak)
and USBuff
and Rampage
--and MightyBuffCount == 9
then
CastSpell(Outbreak)
end
end
if these conditions happens always use Plague Strike.
How can I fix it?
Last edited by mrmikeda; 08-17-2013 at 06:58 PM.
My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/
I'm guessing you only want it to use PS if those conditions are met. Then you'd use this and remove the Outbreak code.
I have it coded that way so that if PS isn"t available on that GCD it will use Outbreak to get your strongest diseases up.Code:-- trinket.proc,if=dot=strongest if TargetValidation("target",PlagueStrike) and USBuff and Rampage --and MightyBuffCount == 9 then CastSpell(PlagueStrike) end
Last edited by Decaed; 08-17-2013 at 07:35 PM.
Which profile are you using? It sounds like you are using a Festerblight profile to me. Are saying that your profile keeps spamming PS even if those conditions are not met?
That code is used in the normal unholy priority and not Festerblight, just as an FYI. The Festerblight code for disease application/refreshing is completely different. I'm just trying to understand what your issue is because I'm having trouble following. >.<
Last edited by Decaed; 08-17-2013 at 07:44 PM.
Ah I understand what you are saying now. It is spamming PS while your trinkets are procced because there is no check for it. Got it. Leave it with me and I will try and get a fix in for it. I would suggest for the time being to track your dots with DKDots or a similar mod and reapply your strongest diseases with an /rcast macro and remove that code from your profile.
I totally missed that it would do that, because I use a Feather trinket and it will only return true if my Feather stack is at 9-10 so it won't spam PS.
Is this profile being updated still? Trying to find a good DK profile.
I am just interested in, what does those 2 macros actually do , why do we need 'em I mean /rcast macros