Great job Cute!!!
Great job Cute!!!
How can I change the Hotkeys for the Rogue Rotation? Like CTRL-Right to ALT+8 or something
If you open PQR up while not in game, you should be able to change the keys in the Ability Editor. I say "should" because I haven't actually gone in and edited anything yet.![]()
kk thank you I will try =)
How could I modify the remove corruption to cover the whole raid? I tried the code that pong posted quite some pages back, and for some reason it didn't dispel anyone, myself included. I am only one of 2 people in my new guild that can dispel, so I need to help out with it. I paused the rotation and dispelled manually last week, but if I could automate it it would be better. =)
Sent from my Galaxy S4 using Tapatalk 2
This is giving me an idea. It would be great to make an interupt profile multi-class to despel/cleanse/remove curse/etc. I will start working on it right now but I do not know all classes. Would need some help getting IDs and special way to dispel some classes might use(like lock i think it is via the felguard?). I have the paladin/priest/druid/shaman here that i can test. Will need Mage/Lock/Monk spell IDs and what they remove if you can gather this info anyone please report back
Thanks cookie for this brilliant idea!
Soapbox Rotations Developer
Cuk, this isn't a fix by any means but I am in the same boat as you with the dispel situation. So what I did was use a Mouse Over macro with my Vuhdo frames and it worked great, I didn't have to pause the profile at all, I just moused over the frame and right-clicked, sure it popped me out of kitty but to save the raid it was worth it. Plus I still came in top 3 in dps.I will link you the macro in game.
Hi guyz! My multi-class dispel is ready I will put it on my SVN tonight so you can test it if you want! Basically supports Mage/Priest/Druid/Shaman/Paladin/Monk and will dispel the target that have the most stacks that we can dispel.
It's an Interrupt Rotation so you will be able to run it along Cute's amazing profiles and any other profile you might think of.
I'll msg when its on my SVN. Have a nice day!
Soapbox Rotations Developer
Nice cml!!
CodeMyDispel v1.0 up for testing. As usual you can get it on my SVN, it is in the Interrupt folder.
This Profile is an Interrupt than you can turn on at any time and if you can dispel anyone in your group it will dispel it. You should use it along your normal rotation and it should be used when needed. Will take bears and cats out of form so beware, put your nicest transmog gear before using this!
The profile will sort the people with debuffs by highest number of stacks and dispel first on the list. I'm not sure but it might not work great with range. I did the least check possible to make sure computing stay as low as possible. Tell me if there's anomalies that needs to be fixed and I will take care of it. Linked the Rotation Editor to my svn so for future updates we will be able to use Rotation Editor.
Thanks for trying this out for me and please report!
Soapbox Rotations Developer
Does feral support the run of reorigin?
In theory.....yes!
In practice.... I don't know as i have not been able to get the trinket.
BadRotationsDeveloper
Yes It does, it does a good job with it too!
I have a request. Since I use HotW for the +6% agi bonus, how hard would it be to implement Moonfire/Wrath usage if I manually use the talent? This wouldn't be used a lot, but there are some situations where it would be handy.
EDIT: I use to have something similar when I used Pong's profile, but it only spammed wrath. When I get more time to delve into it I will, but hopefully one of the many smarties here can help a brother out getting it to cast Moonfire if the debuff isn't on my target.
Code:if UnitBuffID("player",108293)then CastSpellByName(tostring(GetSpellInfo(5176))) return true end
Last edited by cukiemunster; 07-18-2013 at 02:40 PM.