At the bottom of the thread, one page back.
http://www.ownedcore.com/forums/worl...ml#post2221981 ([BETA] PQRotation - an automated ability priority queue.)
Might be an update forthcoming soon, however.
Last edited by Kaolla; 03-30-2012 at 11:30 AM.
I need some crazy and brave soul to do a Guinea Pig test for me and report the results back ASAP
Open Up PQR, go tot he Rotation Editor, Click Download Profiles from URL... and copy/paste in this
can you report what all happens and if it worked? lolCode:http://bubba-pqr-profiles.googlecode.com/svn/trunk/Data/Nova_Profiles.txt
Here is what I saw it download
Attachment 6777
I am not sure about deleting any as in that Install of PQR I think I only currently had Sheurons profiles
Nonono, everything is still there. I was just worried it would do some crazy voodoo to my precious Interrupt List.![]()
Ok the hopefully final version of 2.1 is now up on the updater... download it one last time.
See my post here if you haven't already. http://www.ownedcore.com/forums/worl...ml#post2222296 ([BETA] PQRotation - an automated ability priority queue.)
I just cleaned up how starting/stopping rotations that use SwapRotation work. If you press ALT+X to start a rotation, even if it swaps to another rotation, you can use ALT+X to stop that rotation.
Here is an example ability you can use with my ret profile if you are wondering how it works.
Name: Rotation Switch Test
Spell ID: 0
Code:
Put it at the top of my Ret AOE and Ret Single target rotations and it will allow you to swap using the modifier keys.Code:if IsLeftControlKeyDown() then return PQR_SwapRotation("Ret AOE (XelperRet)") elseif IsLeftShiftKeyDown() then return PQR_SwapRotation("Ret Single Target (XelperRet)") end
Last edited by Xelper; 03-30-2012 at 12:09 PM.
Hope this works better
http://i530.photobucket.com/albums/d...ofilesdown.png
Yeah your profile download link worked fine bubba, I wasn't expecting many people to use it to download like 30 things, so it probably scrolls off of some peoples screens :P Maybe if I get some time ill make that into a scrolling panel type deal.
@Kaolla
Does your profile wait until all runes convert to death and Scourge/Necro strike or does it use whatever rune is up?
It will simply use what is up at the time, but will only Festering Strike for pairs of Frost/Blood runes. I'm looking into changing this functionality, but it has been a hassle.
Would you prefer that it held off on dumping Necrotic/Scourge strikes for burst purposes?
Last edited by Kaolla; 03-30-2012 at 12:40 PM.