Holy crap!
So farming DS heroic was getting abit boring so i decided to take a little break from WoW (Now starting to play again)
Come back here and see PQR has had a super sexy update
Going to dust of my holy pally and give bu_ba's holy pally profile a try. We should get 8/8hc in one night, so can give it plenty of testing![]()
BTW guys,did you know that you can use TinyDPS addon on beta via PQR?..
Just copy addon folder to beta's interface folder and copy TinyDPS.lua to PQR Data folder with PQR_ prefix.
Same for all other addons that doesn't use external libs (:
MEDVED+VODKA+BALALAYKA
Can anyone make a Offset for the Public test realm version 4.3.4 (15531)? so i can use it on ptr?
guys have u noticed that IT'S OVER 9000 posts!!! hihihi sorry just had to do it xD
thank you DIESALL!!!!!!!!! Totally fixed my issue!!!!!!!! Will +rep!!!!!!!
big thanks to the author and all the profile coders![]()
Version 2.2 of my Unholy DK PvP Profile has been uploaded to my Google Code page, and should also update correctly via PQR.
(http://kaolla-pqr-profiles.googlecod...%20-%202.2.rar)
The changes I've made are pretty numerous, so I'll document them in a few hours, but be aware of the biggest one: Left Control no longer Strangulates your target.
The Strangulate (Focus) macro I included in my post should Strangulate your target if you do not have a focus, which obviates the need for Strangulate on a modifier key.
Instead, at the suggestion of Shortround8, I've included a 'Kill Function', which is toggled on and off by tapping your Left Control Key (Essentially uses Sheuron's Chakra-switching code. Rep him!)
Whether it is Enabled or Disabled will print to your chat window.
While 'Kill Function' is enabled, PQR will automatically:
Cast Unholy Frenzy (on yourself, assuming you have more than 40% HP)
Chain Trinkets/Synapse Springs
Summon Gargoyle
Prioritize Outbreak as a means of reapplying diseases
Cast Empower Rune Weapon when 5 or 6 of your runes are on cooldown, and at least 3 of them are Death Runes (Largely taken from Mentally/Bubba's Blood DK profile. Rep them!)
Strangulate your Focus, Target or Arena1-5 if they cast more than 25% of a spell.
I'm still playing around with this function, so expect updates when I can test it more extensively, but it seems to work great when I need to bring the house down.
Don't forget to toggle it off after ~30 seconds, or it will continue to use these abilities as they come off cooldown, somewhat diluting the effect. Similarly, don't forget to use it at all, or else you'll look somewhat bad
Also note that the 0/7/34 (or 0/8/33) build now uses Necrotic Strike at all times, unless the target's health falls below 35% (in which case it will Scourge Strike their face off).
I'm certain I've missed a few things here, but I'll update the post linked in my signature soon with a full description of the changes.
As always, I truly appreciate getting bug reports, suggestions, or feedback about the performance of this profile![]()
Last edited by Kaolla; 04-04-2012 at 09:06 AM.
O....M.....G trying to make a profile that heals both Retail and Beta is annoying lol
it's destroying my neat profile!!!! however I have almost all of the Holy Pally bugs written out of the Beta side. Will have to test Retail side before releasing though
*edit*
scratch that.... reverting Pally back to original state off SVN and just making a pure Beta Profile to help debug issues haha
replaced most of the normal party/raid checks which this little bit of code and that SEEMED to work, but now i'm getting compare to nil errors so who knows
and Primary Talent Tree quick fixCode:if IsInGroup then if IsInGroup() then local group = "party" local members = GetNumGroupMembers() elseif IsInRaid() then local group = "raid" local members = GetNumGroupMembers() end else local group = "party" if GetNumRaidMembers() > 0 then local members = GetNumRaidMembers() group = "raid" else local members = GetNumPartyMembers() end end
*edit*Code:if GetSpecialization then PQR_SavedSpec = GetSpecialization() elseif GetPrimaryTalentTree then PQR_SavedSpec = GetPrimaryTalentTree() end
Woot Woot, got Auto Targeting and everything else working on a Bet-Only profile... would people want me to release that? or try to interweave them like I wanted to?