I'm looking into modifying one of the rogue rotations to accommodate for the Fury of the Destroyer buff you get when your legendary daggers proc. If someone would be willing to help me out that'd be fantastic
I'm looking into modifying one of the rogue rotations to accommodate for the Fury of the Destroyer buff you get when your legendary daggers proc. If someone would be willing to help me out that'd be fantastic
Hi, love the program, works real good with the profiles ive played around with. im not good at putting together code for anything tho. i know alot of people hate people asking for someone to make stuff for them, if someone could piont me into a direction of a better guide to learn would be nicebut if not was just curious if someone could help me with a simple Heroic strike command for my warrior for pve. i just want to use the skill to go off when my rage is at 65. any help for writing this would be appreciated. would make doing my pve rotation 100% easier. not having to worry about heroic strike at all.
Last edited by bigworm79; 06-22-2012 at 11:29 PM.
thanx for this, edit: after watching it, i noticed it was casting heroic strike all the time on CD. wasnt waiting for 65 rage to build first. is there something ive done wrong in the settings so that its just casting it everytime? i got one that works great for my trance procs. but sum reason this one wont pop heroic strike at 65 rage.
Last edited by bigworm79; 06-23-2012 at 12:10 AM.
Thanks to pqr i just made 10k by prospecting 700 stacks of elementium
local divineShield = PQR_UnitBuffID("target", 642)
local iceBlock = PQR_UnitBuffID("target", 4543
local deterranceGlyped = PQR_UnitBuffID("target", 19263)
if divineShield ~= nil or iceBlock ~= nil or deterranceGlyphed ~= nil then
return false
end
Just google the ids.
local furyOfTheDestroyer = PQR_UnitBuffID("player", 109949)
if furyOfTheDestroyer ~= nil then
--do something
return true
end
Last edited by averykey; 06-23-2012 at 12:59 AM.
My Svn - https://subversion.assembla.com/svn/averykeys-svn/
it would probably need some modification to run with a dps profile anyway, a lot of the spells in my profile are casted from event handlers and not pqr itself, so i suspect if pqr is trying to spam damage abilities it will override the event based casting. really i don't know how you can automate the core of rogue pvp, it's just going to be terrible no matter how good the profile is, and if you are happy with just randomly stunning opponents the second you get combo points etc. i don't see why you would need most of the stuff in my profile.
This is why there is no need to combine Vitalic's profile with any other profiles. Vitalic's profile does some amazing things, cloaking fears etc etc that the profile wont be able to do if its trying to randomly backstab,hemo etc. Although people get lazy after a while of using PQR, its not too difficult to know the rogues basics, IMO learn the basics (Backstabbing,hemo,gouging blah blah) and run Vitalics profile and you're golden.
Hunters, not yet (Ill have to duel a hunter and test out the gouging engage). Our Shammy hasnt been on so we havent been able to run 3s, but i ran 2s to cap out but didnt come across any huntards. Mages yes definitely, Most of them have been fire so as far as the deep freeze trick, havent had a chance to see that. Im gonna sit in Elwynn tomorrow and duel some frosties though, because i wanna test the Focus ShS-Kicking poly. Its kinda been a drawn out testing lol, but so far i havent had any problems, its been doing most every abilty you've mentioned it would do. I love the auto shiv on unholy frenzy thats nice and ShS charge lol kinda cool.
*Edit: I watched Rzn's skill capped video and near the very end against a disc he cloaks the priests fear lol. Makes me feel good that i can finally pull off some amazing stuff like a Rank 1... well even though its not really me, but you know.
Last edited by Lexi777; 06-23-2012 at 04:58 AM.
Xelper prot pally AOE profile having a hard time maintaining threat, any suggestion? Thanks!
LF a Restro shaman pvp!
All I can say guys, is if you want one that bad, your going to have to take one of the Resto Shaman PvE profiles and modify it yourself to work in PvP settings. Not much people here PvP on a shaman from what I hear, and since I'm not one of them, I can't go and make the profile as I don't have a clue how it all works.
Anyways, got a pretty big update for all you peeps that use Honorbuddy and their Quest/Instance/Grinding bots and tired of the sub-par combat DPS when leveling.
AT THE MOMENT, ONLY FERAL COMBAT IS CODED IN. More DPS rotations will come later in the future, with Boomkin being the next job to tackle.
Been working on getting PQRotation implemented in for use instead of the built-in combat rotation as it is sub-par at best because of the Pulse code being used and slowing the rotation around. So, like stated, my intention is to code in usage of running both PQRotation and HonorBuddy in tandem for 100% best results.
So far, it is working great. Where I would die from mobs using the standard HonorBuddy rotation and no PQRotation, I live using PQRotation and HonorBuddy together. I have coded in heals for while in combat like Rejuvenation, Regrowth and Healing Touch for certain Buff's and situations.
CHANGE-LOG:
- Version 1.0
- Usage of Rejuvination for all level's, except 85.
- Usage of Regrowth from level learned up till you learn Healing Touch at level 78
- Use of Healing Touch from 78 till you hit 85
- Mangle, Shred and Swipe are handled by Honorbuddy combat exclusively. This is because it has a smarter handle of when to Mangle instead of Shred and vise versa as well as when best to Swipe for AoE instead of single target. I have come to find out that this is not always the case for Mangle and Shred, but it is still better than having Mangle and Shred coded into PQRotation profile and having PQR try to figure out which to use. This way, you don't loose DPS from the GCD being hit trying to cast spells.
- Rotation works in both InstanceBuddy and Questing Bot. No code implemented yet for Battlegrounds. Will be coming in the future when I decide to level through instances a Druid on another server. Until then, I caution not to use this profile with HonorBuddy but instead just select the Regular Singular rotation when prompted to select a CC profile.
- A lot of other changes that aren't worth mentioning
- DOWNLOAD LINK: http://pqrotation-profiles.googlecod...R_Combined.rar
- SVN LINK: svn checkout pqrotation-profiles - Revision 50: / pqrotation-profiles-read-only
SVN Link is recommended as you will always have the Latest and greatest update for all my work's. If you don't know how to use SVN, just do a google search and it will fill you in on all you need to know.
DATA and Profile folder goes in there respective places in the PQRotation folder. Singular Reloaded goes in CustomClasses in HonorBuddy folder.
POST/WHISPER FEEDBACK FOR ME FOR THE PEOPLE THAT USE THIS. BUGS WILL NOT GET FIXED IF I DON'T KNOW WHATS WRONG.
Last edited by firepong; 06-23-2012 at 08:45 PM.