My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/
Hej Rubim and Sandman. Been using this profile since 5.2 launched and I've never really had any problems. But today that changed. I tried out Decaed's edit and didn't really like it since festerblight isn't supported. I then copied over the old Rubim profiles and edited the Soul Reaper to 45% for the 4 piece. After that the normal profile did not work at all. It was pure spam of plague strike, so I tried out Sandman's 4 piece edit, that hasn't worked for me at all before. That profile did the same with plague strike spamming. I then deleted PQR and the PQI addon, then "reinstalled" it all with the original Rubim profile and lua files. got the same results with the plague strike spamming. Don't know what's gone wrong, The Festerblight works completely fine, but the normal rotation just spams plague strike. I've gone for soapbox normal profile for thrash and non-festerblight fights for now, but I really like Rubims profile and the Rcast system, so I hope you can help me get it to work again.
@ Decaed, tried out your edits, works really well for the normal rotation, GJ! I don't have the Primordius trinket though, so I removed the rampage part of the profile since it wouldn't plague strike at 9 stacks of the mighty buff since it checks for rampage too. Got it to work at the end. The no festerblight part turned me off it then, if you can get it to work so when you check festerblight it just reverts to Rubims festerblight that would be delicious. Seems like you removed that part of the rotation completelyGj on the edit though.
@Alex I am gonna see if I can reach rubim on Skype and see if we can get these issues squashed.
Sent from my GT-N7105 using Tapatalk 4 Beta
My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/
Hey, yeah I should have mentioned that my profile requires those trinkets, sorry about that.
And yeah I completely removed the Festerblight code because I felt that the normal priority was out-performing it, and because there weren't many encounters where I could fully take advantage of it. I guess if you want to continue using Festerblight I can recode it in for you with some improvements. PM me what trinkets you are using and I'll see what I can do for you.
Or I might even recode it with a AP check of some sorts for those who prefer Fester.
Last edited by Decaed; 08-13-2013 at 12:03 AM.
My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/
@Sandman, thanks for the answer! Thanks for all you've done for everyone in this thread, I might not post much, but i check this forum everyday and you do a lot for everyone!will be looking forward to hearing more!
@Decaed. Either an AP code, your own edit or just a revert to Rubims default code would work with me when it comes to festerblight, whichever one is easier for you. Sandman is right, I have the HC feather and the vp trinket right now. Haven't downed Primordius HC yet, dunno if the normal one is better than the talisman though? Thanks for your work again
Hey Sandman/Rubim!
I'm having MAJOR issues right now with your profile. Whilst using the Unholy Festerblight Manual profile PQInterface ALWAYS TAINTS giving the error message "PQInterface has been blocked from an action only available to the Blizzard UI. You can disable the addon and reload the UI". And PQR will just sit there idling. This ONLY happens on my dk with this profile, otherwise PQR works fine. I created a thread here (PQI: "PQInterface has been blocked from an action...") describing the problem. Is there something I've done wrong, can I provide data in any way that could help resolve the issues? I have NO addons even installed except for PQInterface. Disabling PQInterface actually makes the profile execute and do its rotation, but I cannot switch between aoe/single target rotation nor use the festerblight rotation properly without the addon. This used to happen when I enabled an addon that had not been enabled before, but now when I have NO other addons even installed, I don't know what's going on.
Thanks in advance for any help!
I think I've set it up just fine.
![]()
Last edited by hellokill11; 08-13-2013 at 03:39 AM.
My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/
My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/
sorry but what do you mean with OM trinket?
My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/
sorry my bad
so with decaed edit it only works if we have feather and rage ? i have spark of zandalari normal (2/2) and rage LFR atm.
Last edited by ethanjeel; 08-13-2013 at 03:38 PM.
Hey guys, we will try H jin'rokh tonight and I want to add AMS before Jin'rokh cast Ionization. Do the following code will work as it is: (took it from Blinded's rogue profile):
Finally, is Anti-magic Shell properly written or rather use spell id 48707? Thanks in advance for your helpCode:local CastName=UnitCastingInfo("target") if CastName and CastName=="Ionization" then RunMacroText("/cast Anti-Magic Shell") end