[PQR Profile] CodeMyLife MoP Hunter BeastMaster/Survival Rotation. menu

Shout-Out

User Tag List

Page 2 of 11 FirstFirst 123456 ... LastLast
Results 16 to 30 of 165
  1. #16
    lomotil's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That worked great. Thanks CodeMyLife.

    [PQR Profile] CodeMyLife MoP Hunter BeastMaster/Survival Rotation.
  2. #17
    CodeMyLife's Avatar Contributor
    Reputation
    272
    Join Date
    Mar 2013
    Posts
    707
    Thanks G/R
    24/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ozmodiar View Post
    Alright, I've had the chance to use it for a bit and here are my thoughts.

    I love the little delay between BW and KC - for those unaware, most times you use KC and BW at the exact same time (macro), KC benefits from the focus discount, but doesn't get the extra damage.
    I like the mouseover prioritization that comes from the Paladin profile - great.

    Everything that works, works great. I have some suggestions though.

    What do you think about adding an option to keep Serpent Sting up on your focus target?
    I've always believed that hitting Readiness during RF/BW was a dps loss since it's on the GCD, Something to consider.
    Similarly, I've always tried to line up RF+BW (but no other haste effects), but the profile waits until BW is over - I'm not sure if that's optimal.

    I use a modified KMD profile for my own use - I'm a troll with herbalism so I have 2 extra on-demand haste effects.. I have it set to autocast berserking/lifeblood when a trinket/scope procs and I have no other haste effects on. This might be too much hassle to account for every dps-increasing racial/profession skill and every trinket, but perhaps it will give you an idea.

    The last input I have - I had this same problem with KMD's profile - during periods of high haste and high focus regen, it will cast cobra at 70+ or 80+ or even 100+ focus. It will focus cap me, even if it's only briefly. I know you have arcane in there to cast at 60+, but sometimes it just skips that and goes to Cobra.

    I worked on it for a few hours (with some input from KMD) and the only thing I could ever do that would make it NOT cast Cobra above a certain focus is
    PHP Code:
    if UnitPower("player") < 75 then 
    return true end 
    and specifying a SpellID of 56641.. which interestingly is Steady Shot. I tried every combination of greater than, less than, focus levels, SpellIDs, but this is the only combination that would work for me. And I have NEVER seen it cast Cobra over 75 focus..
    I just picked 75 because I figured if I was at 74 and casted Cobra, I'd have 119 when it hit (if under RF/Fervor).

    What do you think?
    After fully testing that feature i'm very unsatisfied with the overall result of this strategy. The output DPS is bad versus spamming multi-shot and more is, it would be even badder on mass AoE. I think it still might be interesting to try for you so ill add a macro to enable the ability I coded for it. Basically will replace the normal Serpent Sting with an AllTargets Serpent Sting. Typing /sting will toggle on/off.
    Soapbox Rotations Developer

  3. #18
    kuukuu's Avatar Contributor
    Reputation
    269
    Join Date
    Jul 2012
    Posts
    619
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Let me know when this is done to a point you want to add it to the community list CML.
    Former PQR Developer

  4. #19
    CodeMyLife's Avatar Contributor
    Reputation
    272
    Join Date
    Mar 2013
    Posts
    707
    Thanks G/R
    24/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kuukuu View Post
    Let me know when this is done to a point you want to add it to the community list CML.
    Oh True that Kuukuu, forgot bout the list! I'm moving this week so might have to delay polishing a bit but I think it's still good as is. In fact I'm waiting for some feedbacks people speaks a lot of soapbox but I never tried his rotation so I cannot compare it. We could add it I guess. It should be good enough for a free profile already!

    I did adjusted some cooldowns according to what my best hunter explained me about it but well I'm not very good with my hunt. If my rotation break I look like a noob some of my abilities are not even in my bars, I definetly cannot do better without it! haha! That beign said, I play my hunter often so if people tell me good stuff to add, I will make the changes so that we all take profit of it
    Soapbox Rotations Developer

  5. #20
    ozmodiar's Avatar Member
    Reputation
    13
    Join Date
    Oct 2012
    Posts
    41
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CodeMyLife View Post
    Hi man! I'm actually a noob huntard. please clarify this all for me. A friend once told me I should line my CDs because otherwise I would focus cap too quick if stacking them in BM.
    I think generally you want to try and use dps/haste cooldowns together and not stack haste cooldowns at all. Stacking haste cooldowns without a DPS cooldown is generally not optimal.. That's why I have code like this for Berserking.

    PHP Code:
    if PQR_SpellAvailable(26297) --Berserking
        
    and UnitBuffID("player"138938) --Juju trinket
        
    or UnitBuffID("player"109085) --Scope
        
    or UnitBuffID("player"34471) --BW
        
    -- or UnitBuffID("player"138756) --Renakati's Soul Charm
    then
    if not UnitBuffID("player", 3045) --RF
        and not UnitBuffID("player", 2825) --BL
        and not UnitBuffID("player", 80353) --Time Warp
        and not UnitBuffID("player", 90355)    --Ancient Hysteria
        and not UnitBuffID("player", 82692)    --Focus Fire
        and not UnitBuffID("player", 121279) --Lifeblood
        then    
            return true
        end
    end 
    I don't have a Renakati Soul Charm yet so it's commented out.

    Originally Posted by CodeMyLife View Post
    About the sting, I can make serpent sting keep dots up on all raid target targets if it's optimal.
    I'm not sure on the math behind this, but I think at 3 or 4 targets it becomes a DPS loss..
    Originally Posted by CodeMyLife View Post
    About CDsI can make RF be used with BW if it's more optimal.
    Yes!
    Originally Posted by CodeMyLife View Post
    I actually seen that double steady shot happen too and tought of another idea that might work even better... the same way my serpent sting wont recast im gonna make sur that close to my treshold of focus cap i will add the cobra shot focus to calculation before the spell is actually finished casting so that profile will blacklist cobra shot for 2 seconds and move on with rotation.
    Something to be careful about here, is that at extremely low focus values, you WANT Cobra to cast twice. Consider you're at 5 focus but KC is up in 1.6 seconds - if you Cobra, you won't have enough focus, but can't cast it again, so you Arcane, but now you're back down to extremely low focus, and can't use KC. Unless you put in a focus regen/pool check that ensures that there's enough focus for when it comes back up, I don't think a recast delay is the way to go. I could be wrong though!
    Originally Posted by CodeMyLife View Post
    You solve however something to me, the steady shot ID might help me get that damn cobra shot to cast some other ways. I have it to work but not the way i actually want it

    Thanks a lot for reporting Ozmo!
    The Steady Shot/Cobra Shot ID thing is really weird - sometimes it'll work, sometimes it won't. Whatever your plan is I look forward to testing it out!

    Originally Posted by CodeMyLife View Post
    After fully testing that feature i'm very unsatisfied with the overall result of this strategy. The output DPS is bad versus spamming multi-shot and more is, it would be even badder on mass AoE. I think it still might be interesting to try for you so ill add a macro to enable the ability I coded for it. Basically will replace the normal Serpent Sting with an AllTargets Serpent Sting. Typing /sting will toggle on/off.
    Yeah, I think that keeping it up on just your focus target is a perfect balance between "DPS increase" and "easy to code".. I will try to find some statistics or math but I think the breakeven is 3-4 targets at once before it's a DPS loss.
    I find that if you try to keep it up on more than on one target automatically, you run into a lot of issues. Maybe the easiest way to do it is to set it up the way a lot of other profiles already have it - keep it up on main target, keep it up on focus target, and add a modifier key (like left CTRL) to force-cast it on mouseover target. In fact, you might not even need to do the last one because if it's the first shot in the rotation, all you have to do is mouseover a target with no modifiers and it will cast (as long as you have the mouseover priority PQI option checked).
    Last edited by ozmodiar; 06-23-2013 at 03:00 AM.

  6. #21
    ozmodiar's Avatar Member
    Reputation
    13
    Join Date
    Oct 2012
    Posts
    41
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ugh, I accidentally replied to myself instead of editing the post.

  7. #22
    CodeMyLife's Avatar Contributor
    Reputation
    272
    Join Date
    Mar 2013
    Posts
    707
    Thanks G/R
    24/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I tested bro and it is a DPS loss im 100% sure. I will let the /sting, get as many target as you want and test. You will ype / matrix to make sure you have the number of targets you need for the test, it uses my Multi-Target Table.

    Oh well guess I'll release what I have here for now, did not upgrade it much as I was parsing a lot to see the results of this serpent sting strategy.

    CodeMyTest v1.04 is up on my SVN.
    - Added Multi-target stings macro. Use /sting to toggle on/off.
    - Added some more abilities to mouse-over rotation.
    - Lots of work on BM CDs. Rapid Fire will now be fired even if Bestial Wrath is up and vice-versa.

    Will work on this a bit today again, thanks for reporting Ozmo by the way the cobra shot using steady is clever. I needed that thank you very very much and the cobra shot tweak, look to my code, it's not how you tought, I'm blacklisting only if over 65% focus.

    BTW I added a PokeRotation for pet battles. It's in the Interrupts. Not sure it will work didnt run it since a very long time haha. Not all pets are coded but most abilities are. Only thing that dont work right now is the Team Buffs like Renewing Mist Heal over Time on Team. I cant read these buffs right now, cannot find the damn entry in the API.
    Last edited by CodeMyLife; 06-23-2013 at 10:05 AM.
    Soapbox Rotations Developer

  8. #23
    lomotil's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The only thing I have noticed that hasn't already been mentioned is that this rotation often doesn't use kill shot. Today on a couple raid bosses it would keep spamming cobra shot (even though focus was OK) while ignoring kill shot, then spam arcane shot.

  9. #24
    CodeMyLife's Avatar Contributor
    Reputation
    272
    Join Date
    Mar 2013
    Posts
    707
    Thanks G/R
    24/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lomotil View Post
    The only thing I have noticed that hasn't already been mentioned is that this rotation often doesn't use kill shot. Today on a couple raid bosses it would keep spamming cobra shot (even though focus was OK) while ignoring kill shot, then spam arcane shot.
    Please make sur it is not used. As far as I know it does, it just never is on CD because there's a delay 6 secs on it. Someone told me if I do two kill shots back to back i have a 10 seconds CD and if I delay 6 secs between recast it never goes CD. It actually doesnt make a huge difference because ultimately waiting 6 secs between or beign 10 sec CD isnt that much different. could remove this I guess, never did calculations of this.
    Soapbox Rotations Developer

  10. #25
    floppydrive's Avatar Member
    Reputation
    2
    Join Date
    May 2013
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Don't know if its just me but this rotation did nothing during Lord Ahune fight.

  11. #26
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by floppydrive View Post
    Don't know if its just me but this rotation did nothing during Lord Ahune fight.
    Sure you installed it properly and got the latest PQInterface addon?

  12. #27
    ozmodiar's Avatar Member
    Reputation
    13
    Join Date
    Oct 2012
    Posts
    41
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CodeMyLife View Post
    Please make sur it is not used. As far as I know it does, it just never is on CD because there's a delay 6 secs on it. Someone told me if I do two kill shots back to back i have a 10 seconds CD and if I delay 6 secs between recast it never goes CD. It actually doesnt make a huge difference because ultimately waiting 6 secs between or beign 10 sec CD isnt that much different. could remove this I guess, never did calculations of this.
    The 10s cooldown on Kill Shot resets if it doesn't kill the target, but that reset only happens every 6s. So if you wait 6s between Kill Shots you're getting 2 in 12s vs 2 in 10s, so it's optimal to cast it whenever you can.

  13. #28
    Igloo's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    20
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I noticed that one of the profiles is Beast//Surv? Not sure what that is, can anyone clarify?...

  14. #29
    Tamrael's Avatar Member
    Reputation
    4
    Join Date
    Jun 2008
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ozmodiar View Post
    The 10s cooldown on Kill Shot resets if it doesn't kill the target, but that reset only happens every 6s. So if you wait 6s between Kill Shots you're getting 2 in 12s vs 2 in 10s, so it's optimal to cast it whenever you can.
    actually it's like 2 in 12s vs 2 in 11 (don't forget, killshot triggers gcd on every use)

    @CodeMyLife: for PVE putting out an RF while in BW IS a dmg loose, during BW every single GCD must be dmg and for best result one should fit 2 KC and 8 AS which sums up to 120 Focus minus 40 Focus base reggen minus any Focus-reggen which might or might not ocure.(Dire Beast could be use up front if of cd and low on focus)
    popping RF upfront BW isn't a problem(higher focus reggen) but during BW it's just simply wasted GCD.always remember, as Hunter you want each GCD to make the maximum of DMG, even dropping SrS(Serpent Sting) during BW is ok cause 2-3 seconds SrS not up is not even close to what 1 non DMG GCD during BW loses you on the DPS scale

    just my 2 Cent, if any wrong spelling found, just keep it

    Originally Posted by Igloo View Post
    I noticed that one of the profiles is Beast//Surv? Not sure what that is, can anyone clarify?...
    yes it's an hybrid profile with which you can play both profiles/talent-trees without switching it in PQR
    Last edited by Tamrael; 06-24-2013 at 01:27 AM.

  15. #30
    ozmodiar's Avatar Member
    Reputation
    13
    Join Date
    Oct 2012
    Posts
    41
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tamrael View Post
    actually it's like 2 in 12s vs 2 in 11 (don't forget, killshot triggers gcd on every use)
    Yeah but you're triggering 2 GCD either way so it doesn't matter.
    Originally Posted by Tamrael View Post
    @CodeMyLife: for PVE putting out an RF while in BW IS a dmg loose, during BW every single GCD must be dmg and for best result one should fit 2 KC and 8 AS which sums up to 120 Focus minus 40 Focus base reggen minus any Focus-reggen which might or might not ocure.(Dire Beast could be use up front if of cd and low on focus)
    popping RF upfront BW isn't a problem(higher focus reggen) but during BW it's just simply wasted GCD.always remember, as Hunter you want each GCD to make the maximum of DMG, even dropping SrS(Serpent Sting) during BW is ok cause 2-3 seconds SrS not up is not even close to what 1 non DMG GCD during BW loses you on the DPS scale
    I can confirm this. If they're both up, RF then BW is better than BW then RF..

    It should also be noted that Fervor + Blink Strikes outperforms Dire Beast + Murder of Crows.
    Last edited by ozmodiar; 06-24-2013 at 02:04 AM.

Page 2 of 11 FirstFirst 123456 ... LastLast

Similar Threads

  1. Is there any way to convert basic rotations to PQR Profiles?
    By DragonfireEX402 in forum WoW Bots Questions & Requests
    Replies: 5
    Last Post: 03-01-2015, 04:30 PM
  2. [Buying] PQR 4.3.4 Hunter Profile
    By skyzor in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 06-09-2014, 03:46 PM
  3. [PQR Profile] CodeMyLife MoP Paladin Protection/Retribution Rotation.
    By CodeMyLife in forum WoW Bot Maps And Profiles
    Replies: 667
    Last Post: 01-19-2014, 09:28 PM
  4. 5.2 Hunter PQR profiles?
    By LifeIsOP in forum WoW Bots Questions & Requests
    Replies: 1
    Last Post: 03-21-2013, 03:44 AM
  5. [PQR] Bossqwerty's MOP Mage Profiles
    By Bossqwerty in forum WoW Bot Maps And Profiles
    Replies: 154
    Last Post: 12-29-2012, 04:51 PM
All times are GMT -5. The time now is 04:43 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search