Kickmydog BM/MM/SV Hunter Profiles. menu

Shout-Out

User Tag List

Page 14 of 21 FirstFirst ... 101112131415161718 ... LastLast
Results 196 to 210 of 306
  1. #196
    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
    Another run with no item procs - no trinkets, no meta, no cloak, no scope.


    ~175M
    37 MM - 205.5k
    #Chimera: 82 #AI: 87 #AI!: 48
    38b MM - 206.6
    #Chimera: 78 #AI: 81 #AI!: 53

    ~225M
    37 BM - 158.9k
    #KC: 198
    38b BM - 164.2k
    #KC: 196
    Thanks, I made a very minor change to MM, so I'm not surprised the dps increase was small, I am a little surprised that the BM change was that large.
    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. #197
    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)
    Update.

    KMD_All_Hunter_Rotations_v38

    - This now has improved focus management.
    - Predictive pooling of focus for when abilities are coming off cooldown. This will ensure that your signature abilities are used immediately rather than re-actively generating focus to use them.
    - Cleaned out some old legacy code.

    BM
    - AMoC, and Kill Command are affected by the new focus pooling code.

    SV
    - Explosive Shot, AMoC, and Black Arrow are affected by the new focus pooling code.
    - Black Arrow may be used before the existing Black Arrow on the target has expired. It will try to fire just before the last tick elapses.

    MM
    - AMoC and Chimera shot are affected by the new focus pooling code.
    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. #198
    damadorpl's Avatar Member
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice changes ... one question - could you implement pause code - on feign death

    also in some dungeons pet is left behind ( on bottom of lift ) and it cause loop in queue - trying to cast killcommand or mend pet

  4. #199
    Toastedsnow's Avatar Member
    Reputation
    2
    Join Date
    Nov 2011
    Posts
    6
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Getting some issues with the SV single code

    Message: [string "if PQR_Addon_Loaded == nil then..."]:742: attempt to call field '?' (a nil value)
    Time: 10/08/13 16:40:09
    Count: 621
    Stack: [string "if PQR_Addon_Loaded == nil then..."]:742: in function `PQR_NextAbility'
    [string "if PQR_Addon_Loaded == nil then..."]:534: in function `PQR_ExecuteRotation'
    [string "if PQR_Addon_Loaded == nil then..."]:287: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>

    Locals: rotationNumber = 0
    nextAbility = -1
    playerChanneling = false
    (for index) = 24
    (for limit) = 1023
    (for step) = 1
    i = 24
    spellID = 120697
    skipUnknown = true
    isSpellKnown = true
    (*temporary) = nil
    (*temporary) = "attempt to call field '?' (a nil value)"

    Level 90 (fresh), survival, talent choices are 1-1-2-2-3-3, moving downwards (as level increases)
    Error occurs irrespective of target and focus level
    Abilities themselves are not stalling - code itself is executing with no apparent defects, all scripted abilities and keybinds are functional (although the SV profile seems to make no use of AS)

    As for other pertinent info...Win8? Although I doubt that's relevant
    Last edited by Toastedsnow; 10-08-2013 at 03:53 PM.

  5. #200
    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 Toastedsnow View Post
    Getting some issues with the SV single code

    Message: [string "if PQR_Addon_Loaded == nil then..."]:742: attempt to call field '?' (a nil value)
    Time: 10/08/13 16:40:09
    Count: 621
    Stack: [string "if PQR_Addon_Loaded == nil then..."]:742: in function `PQR_NextAbility'
    [string "if PQR_Addon_Loaded == nil then..."]:534: in function `PQR_ExecuteRotation'
    [string "if PQR_Addon_Loaded == nil then..."]:287: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>

    Locals: rotationNumber = 0
    nextAbility = -1
    playerChanneling = false
    (for index) = 24
    (for limit) = 1023
    (for step) = 1
    i = 24
    spellID = 120697
    skipUnknown = true
    isSpellKnown = true
    (*temporary) = nil
    (*temporary) = "attempt to call field '?' (a nil value)"

    Level 90 (fresh), survival, talent choices are 1-1-2-2-3-3, moving downwards (as level increases)
    Error occurs irrespective of target and focus level
    Abilities themselves are not stalling - code itself is executing with no apparent defects, all scripted abilities and keybinds are functional (although the SV profile seems to make no use of AS)

    As for other pertinent info...Win8? Although I doubt that's relevant
    try replacing the lynx rush code with

    PHP Code:
    if not IsPlayerSpell(120697)
    or 
    not UnitExists("pet"
    or 
    UnitIsDead("pet"
    or 
    IsSpellInRange(tostring(GetSpellInfo(2649)), "pettarget") == 0
    then 
    return false
    else
    return 
    true end 
    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

  6. #201
    Toastedsnow's Avatar Member
    Reputation
    2
    Join Date
    Nov 2011
    Posts
    6
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works. Cheers mate.
    Bit of a mistype in your current SV release for LR - the second to last bit is:
    "then return false end" instead of "then return false else"

  7. #202
    Nyghtlourd's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not sure what changed, but with the newest update, my dps dropped from 120k to the low 50s, seems to only be doing mend pet and auto attack.

  8. #203
    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 Toastedsnow View Post
    Works. Cheers mate.
    Bit of a mistype in your current SV release for LR - the second to last bit is:
    "then return false end" instead of "then return false else"
    It was that before I suggested that change.
    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

  9. #204
    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 Nyghtlourd View Post
    Not sure what changed, but with the newest update, my dps dropped from 120k to the low 50s, seems to only be doing mend pet and auto attack.
    Not even sure what I'm going to say to this. I'll get right on it, rotation just auto attacks and does mend pet got it.
    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

  10. #205
    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)
    Haha, new rotation seems to be working good. I've noticed it does force high focus instead of dumping with Arcane during ToTH now that I have 4pc. but this was on a dummy, ill know more after raid.

    edit: after raiding a bit, i think this is just crazy lnl chains causing this, so perfectly fine
    Last edited by Centralx; 10-08-2013 at 09:40 PM.

  11. #206
    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 Centralx View Post
    Haha, new rotation seems to be working good. I've noticed it does force high focus instead of dumping with Arcane during ToTH now that I have 4pc. but this was on a dummy, ill know more after raid.

    edit: after raiding a bit, i think this is just crazy lnl chains causing this, so perfectly fine
    I am a little concerned about the extremely high focus when chain LNL happens, I'm not sure if it would be a dps improvement however to bleed off some focus with an arcane shot though since explosive shot does so much damage per action.
    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

  12. #207
    Sashimiko's Avatar Member
    Reputation
    1
    Join Date
    Aug 2013
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickmydog View Post
    try replacing the lynx rush code with

    PHP Code:
    if not IsPlayerSpell(120697)
    or 
    not UnitExists("pet"
    or 
    UnitIsDead("pet"
    or 
    IsSpellInRange(tostring(GetSpellInfo(2649)), "pettarget") == 0
    then 
    return false
    else
    return 
    true end 
    Something happens with Lynx Rush, until you manually pressed not continue with the rotation. and when it is available again, the rotation is stopped

    When i use the V37 all works Fine
    Last edited by Sashimiko; 10-09-2013 at 10:54 AM.

  13. #208
    2Deep's Avatar Member
    Reputation
    1
    Join Date
    Oct 2013
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I played with Marksman and it did beat BM in DPS by a considerable amount. I was surprised by how much, a good 20k higher most of the time. I do have a couple questions when doing SOO how do I set up spell interrupts? I am kinda new to PQR and did not find a write up on how to set up interrupts. Also I cannot seem to stop it from misdirecting.

    thx

  14. #209
    damadorpl's Avatar Member
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    remove misdirection from active queue on editor. about sispell . let dispell to healer clases. we have one or 2 intterupts that dont work on most bosses in raids

    Sent from my GT-I9505 using Tapatalk 4

  15. #210
    2Deep's Avatar Member
    Reputation
    1
    Join Date
    Oct 2013
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    During Garrosh for instance, when people become charmed they need to be interrupted that isn't on the healers. Also the Shaman during that fight need to be interrupted as well. On Thok it would be nice to suppress the Gate guard guys when they enrage tho it isn't that important. Overall it would be just nice to interrupt the casters throughout the raid zone. Again not needed on every fight but some, but makes things smoother and I am just trying to maximize my utility.

Page 14 of 21 FirstFirst ... 101112131415161718 ... 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:25 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