Kickmydog BM/MM/SV Hunter Profiles. menu

Shout-Out

User Tag List

Page 10 of 21 FirstFirst ... 67891011121314 ... LastLast
Results 136 to 150 of 306
  1. #136
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nytr0g3n View Post
    Are there any plans to make rapid fire and stampede autocast?
    The code for rapid fire autocast is already in there, you just have to enable it.

    I'm not really for making Stampede auto cast, it's stupid to have your long cooldown abilities on auto, especially when you can just align them with trinkets+pot for more damage.

    However you are welcome to modify the code to suit your own needs.
    Last edited by kickmydog; 09-24-2013 at 05:39 PM.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017

    Kickmydog BM/MM/SV Hunter Profiles.
  2. #137
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hkirsche View Post
    Strange, I've PQR v.2.2.4 running, I downloaded it via pqrupdate so I think it is the latest version.
    I re-downloaded your profile (v33) but with no luck, but I noticed that it doesn't use Black Arrow at all. With PQI running I see Arcane Shot coming up in the rotation but it just skip the ability and goes back to Cobra Shot.
    Yep, I just doubled checked after being at work, and I'm getting serpent sting, black arrow, explosive shot and arcane all being used. So I can pretty much rule out the profile atm. The only changes I've made to the one I'm using atm and the one uploaded is that I've tweaked my own auto Rapid Fire code for the BM rotation. So the SV rotation is identical.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017

  3. #138
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kazaza View Post
    ok.
    so i just want to add some shots in you rotation, like 'widow venom" and "concussive shot" , and delete ,misd******** how i can do this ?
    Code for those is in there, just go to ability editor and put them into the rotation, and remove misdirection.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017

  4. #139
    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)
    Hey,

    Still seeing some high focus Cobra casts as BM, like 100+ 110+, even a few when maxed on focus.

    Using my old trick of changing the code to
    PHP Code:
    if UnitPower("player") < 75 then 
    return true end 
    and specifying SpellID of 56641 still works great. I don't know the ideal value, just winging it.

  5. #140
    Centralx's Avatar Member
    Reputation
    2
    Join Date
    Jan 2009
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ozmodiar View Post
    Hey,

    Still seeing some high focus Cobra casts as BM, like 100+ 110+, even a few when maxed on focus.

    Using my old trick of changing the code to
    PHP Code:
    if UnitPower("player") < 75 then 
    return true end 
    and specifying SpellID of 56641 still works great. I don't know the ideal value, just winging it.
    I've noticed this just a small bit, especially after changing my focus usage with the increased Beastial Wraths from the AoC trinket. I'm did not notice this with my last round of dummy tests, but only during raid with external haste buffs, 10% + bloodlust. I will do more testing this week and raid and post back.

    This issue could also be me having to be more reactive to using things like rapid fire at different times due to buffs being whacky due to AoC.

  6. #141
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good news for anyone trying out the MM profiles, I was consistently pulling around 260k dps with single target. I still have a few tweaks I want to put in for focus management, but using the currently profiles I ranked in the high single digits of WoL with only ilevel 550 gear. Of course not many ppl are using MM atm, but the changes have certainly made them viable.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017

  7. #142
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ozmodiar View Post
    Hey,

    Still seeing some high focus Cobra casts as BM, like 100+ 110+, even a few when maxed on focus.

    Using my old trick of changing the code to
    PHP Code:
    if UnitPower("player") < 75 then 
    return true end 
    and specifying SpellID of 56641 still works great. I don't know the ideal value, just winging it.
    Oz, I know you have told me this several times, can you do me a favour since I'm still kind of against this code. Run a couple checks on a dummy with that code and without the code. Give me some numbers to prove the change makes a difference and I will make your code permanent.

    I'd also recommend you increase your limit to < 90 since you may have idle time because at certain points ie when BW is coming up, the profile will force cobra shots through so that youhave enough focus to spam arcane+KC without using cobra at all through BW.

    I may have to sit down and do some math to work out exactly how much focus is needed to sustain that sort of focus dump through a BW to get a more accurate number, but I would start there.

    Also check when your are getting these cobras during high focus, is it doing two cobras in a row, or is it more than that. I need more information to iron out the problem.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017

  8. #143
    xaq's Avatar Private
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    KMD:

    I have some questions that I couldn't find answers to.

    1. With PQR and KMD I consistently and constantly get "that ability is not ready" or "can't cast that yet" - is that to be expected?
    2. I'd love to know more about how you're setting up your hunter for DPS, I'm in 548 gear and am no where near that type of DPS - last night single target I was looking at more like 150 which was abysmally low - I normally am an HB user, but it sounds like PQR may be the trick to higher DPS for me if I can just get it configured right - I tend to use PQR on fresh patches.

    3. with the new encounters focusing heavily on multitarget - it seems like barrage is taking over as DPS leader over glaive toss, can it be autocast? I edited the ability to look like

    PHP Code:
    if not IsPlayerSpell(120360then return false end

    return true 
    and while it did seem to autocast barrage it seemed to SEVERELY gimp my DPS, in fact after performing that change last night I was unable to get PQR to perform back to normal, even after copying all the original source data from v33 so I see to have broken something =\

    -Xaq

  9. #144
    xaq's Avatar Private
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    KMD,

    I tested the two cobra codes above, and consistently got 7-11k higher DPS on a training dummy over a 100M damage race

    I used the <75 - I'm not sure that's optimal so some consideration could be given there, but I never seemed to run OUT of focus, it did get much lower though.

    200K - glaivetoss, focus < 75 cobra, 100M
    193K - glaivetoss, normal cobra code, 100M

    PHP Code:
    CastSpellByName(GetSpellInfo(77767),nil)
    --if 
    UnitPower("player") < 75 then 
    --return true end
    return true 
    I just uncommented out the lines and commented out the return true...

  10. #145
    wizfor's Avatar Member
    Reputation
    2
    Join Date
    Sep 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    why does this click so much. hear clicks like over and over and over

  11. #146
    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)
    check behind you there's an army of cockroaches grouping up to attack! did you try check require combat to execute rotation?

  12. #147
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xaq View Post
    KMD:

    I have some questions that I couldn't find answers to.

    1. With PQR and KMD I consistently and constantly get "that ability is not ready" or "can't cast that yet" - is that to be expected?
    2. I'd love to know more about how you're setting up your hunter for DPS, I'm in 548 gear and am no where near that type of DPS - last night single target I was looking at more like 150 which was abysmally low - I normally am an HB user, but it sounds like PQR may be the trick to higher DPS for me if I can just get it configured right - I tend to use PQR on fresh patches.

    3. with the new encounters focusing heavily on multitarget - it seems like barrage is taking over as DPS leader over glaive toss, can it be autocast? I edited the ability to look like

    PHP Code:
    if not IsPlayerSpell(120360then return false end

    return true 
    and while it did seem to autocast barrage it seemed to SEVERELY gimp my DPS, in fact after performing that change last night I was unable to get PQR to perform back to normal, even after copying all the original source data from v33 so I see to have broken something =\

    -Xaq
    1. Beats me other than it's trying to use an ability that isn't ready.
    2. I just use my own profile, I don't know what else to add, I use pots, and cooldown myself when the best time to use them comes up.
    3. Using barrage at the wrong time does gimp your dps, that is why it is coded to be used on a key press.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017

  13. #148
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xaq View Post
    KMD,

    I tested the two cobra codes above, and consistently got 7-11k higher DPS on a training dummy over a 100M damage race

    I used the <75 - I'm not sure that's optimal so some consideration could be given there, but I never seemed to run OUT of focus, it did get much lower though.

    200K - glaivetoss, focus < 75 cobra, 100M
    193K - glaivetoss, normal cobra code, 100M

    PHP Code:
    CastSpellByName(GetSpellInfo(77767),nil)
    --if 
    UnitPower("player") < 75 then 
    --return true end
    return true 
    I just uncommented out the lines and commented out the return true...
    On my own testing of this code removing RPPM trinkets and anything else that could proc damage I managed something like 72k dps on a dummy without the extra code, and 82k with it. Mind blowing dps improvement. So I will add this code in throughout the profile once I have finished testing and found an optimal focus number.

    I will test it out in a raid tonight if and all goes well I will roll it out tonight around 1EST

    P.S. I'm sorry I didn't listen to you sooner ozmodiar!
    Last edited by kickmydog; 09-25-2013 at 06:41 PM.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017

  14. #149
    Nytr0g3n's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Mar 2011
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ozmodiar View Post
    Hey,

    Still seeing some high focus Cobra casts as BM, like 100+ 110+, even a few when maxed on focus.

    Using my old trick of changing the code to
    PHP Code:
    if UnitPower("player") < 75 then 
    return true end 
    and specifying SpellID of 56641 still works great. I don't know the ideal value, just winging it.
    Which ability do you edit for this code (cobra shot current code looks way different so I hesitate to change it). Also I'm at the point where SV > BM (4p t16 sims almost 2k DPS higher single target due to LOL EXPLOSIVE SHOT STORM 5000), is SV effected by this as well?

  15. #150
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017

Page 10 of 21 FirstFirst ... 67891011121314 ... LastLast

Similar Threads

  1. 4.3.4 Hunter Profile
    By skyzor in forum WoW Bot Maps And Profiles
    Replies: 8
    Last Post: 06-12-2014, 07:12 PM
  2. Elite Hunter Profiles.
    By Smilezz in forum WoW Bot Maps And Profiles
    Replies: 3
    Last Post: 11-20-2012, 11:00 AM
  3. PQR PVP Hunter profile?
    By aLorzy91 in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 07-29-2012, 02:32 AM
  4. [Request] ZoloFigher, lvl 80 hunter profile, Bootybay rep farm.
    By Anthonyrox8 in forum WoW Bot Maps And Profiles
    Replies: 8
    Last Post: 01-23-2009, 04:39 PM
  5. [Diary] My Hunter // Profiles Inside!
    By StopTheOncoming in forum WoW Bot Maps And Profiles
    Replies: 15
    Last Post: 06-29-2008, 09:37 PM
All times are GMT -5. The time now is 07:04 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