[PQR] Hunter BM PVP (5.1) menu

User Tag List

Page 4 of 5 FirstFirst 12345 LastLast
Results 46 to 60 of 70
  1. #46
    yougotaids's Avatar Private
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ty jarrito your tha best

    [PQR] Hunter BM PVP (5.1)
  2. #47
    Enragerx's Avatar Master Sergeant
    Reputation
    52
    Join Date
    Nov 2012
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Taran32 View Post
    No worries, dude. That's more or less what I meant in my post. It's hard to really improve upon what's already well done. Maybe I misread your OP, but I only saw Kick's name in there, so if you updated it or I just didn't see it, there's really no issue. Thanks for your contribution, and hopefully an awesome MM profile can be made as well.

    your reply was almost good...you should have left out the part where you said "so if you updated it"....actually one or 2 words would have worked well..like "I'm sorry" or "My bad"..or perhaps even "I'm a tool"

  3. #48
    Taran32's Avatar Knight-Lieutenant
    Reputation
    9
    Join Date
    Feb 2012
    Posts
    369
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Enragerx View Post
    your reply was almost good...you should have left out the part where you said "so if you updated it"....actually one or 2 words would have worked well..like "I'm sorry" or "My bad"..or perhaps even "I'm a tool"
    I'll leave you with two others instead: "You're retarded." People post valid concerns in forums. They serve that purpose too. Carry on with your life knowing I taught you something.

  4. #49
    Techz's Avatar Member
    Reputation
    2
    Join Date
    Aug 2009
    Posts
    160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi jarrito

    Anymore updates for this to improve it?

    :-)

  5. #50
    Techz's Avatar Member
    Reputation
    2
    Join Date
    Aug 2009
    Posts
    160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok i would like to try and make this work can anyone help me at all i would like to make it so in 2vs2 arena my focus enemy will get scatter shot and freezing trap on them everytime its on cd please

    --Code provided by Xelper
    local targetTrapped = UnitDebuffID("target", 1499)
    local _, FreezingTrapCD = GetSpellCooldown(1499)
    if targetTrapped then
    return true
    end


    if FreezingTrapTimeout ~= nil and FreezingTrapTimeout > GetTime() then
    local targetName = UnitName("target")
    if targetName == FreezingTrapTarget and FreezingTrapTarget ~= nil then
    if FreezingTrapCD > 3 then
    return true
    end
    end
    else
    FreezingTrapTimeout = nil
    FreezingTrapTarget = nil
    end


    if IsLeftControlKeyDown() and GetCurrentKeyBoardFocus() == nil then
    local ScatterShot = GetSpellInfo(19503)
    local TrapLauncher = GetSpellInfo(77769)
    local FreezingTrap = GetSpellInfo(1499)
    local ScatterShotCD, ScatterDuration = GetSpellCooldown(19503)
    ScatterShotCD = ScatterShotCD - GetTime() + ScatterDuration
    local TrapLauncherBuff = UnitBuffID("player", 77769)

    if ScatterShotCD < 3 and FreezingTrapCD < 3 then
    CastSpellByName(ScatterShot, "mouseover")
    return true
    end


    if ScatterShotCD > 20 and FreezingTrapCD < 3 and TrapLauncherBuff == nil then
    CastSpellByName(TrapLauncher)
    return true
    end


    if ScatterShotCD > 20 and FreezingTrapCD < 3 and TrapLauncherBuff then
    RunMacroText("/cast "..FreezingTrap)
    if FreezingTrapTimeout == nil or FreezingTrapTarget == nil then
    FreezingTrapTarget = UnitName("mouseover")
    end
    FreezingTrapTimeout = GetTime() + 3
    local PQR_TargetName = UnitName("target")
    local friendPlates = GetCVar("nameplateShowFriends")
    local enemyPlates = GetCVar("nameplateShowEnemies")
    SetCVar("nameplateShowFriends", 0)
    SetCVar("nameplateShowEnemies", 0)
    CameraOrSelectOrMoveStart()
    CameraOrSelectOrMoveStop()
    SetCVar("nameplateShowFriends", friendPlates)
    SetCVar("nameplateShowEnemies", enemyPlates)
    local PQR_TargetNameNew = UnitName("target")
    if PQR_TargetName ~= nil then
    if PQR_TargetName ~= PQR_TargetNameNew then
    TargetLastTarget()
    end
    else
    ClearTarget()
    end
    return true
    end
    end
    Please help!!!

  6. #51
    Roxor77's Avatar Member
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You will get much faster help in original Xpler PQR rotation thread

  7. #52
    davehammer4's Avatar Member
    Reputation
    1
    Join Date
    Feb 2010
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    profile that auto dismounts you = 50 demerits sit in corner wearing dunce cap

    oops...nice profile...btw it auto dismounts you

  8. #53
    Hellson's Avatar Contributor

    Reputation
    109
    Join Date
    Jul 2007
    Posts
    407
    Thanks G/R
    7/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by davehammer4 View Post
    profile that auto dismounts you = 50 demerits sit in corner wearing dunce cap

    oops...nice profile...btw it auto dismounts you
    Nice Necro, also, you're a leecher and aren't allowed to complain.

    Thanks to Mit0 for the sweet Sig!
    Plays Warcraft far too much

  9. #54
    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 Techz View Post
    Ok i would like to try and make this work can anyone help me at all i would like to make it so in 2vs2 arena my focus enemy will get scatter shot and freezing trap on them everytime its on cd please



    Please help!!!
    You can't because that is not how PQR works. You cannot currently pick a target and just have PQR throw a freezing trap on it without moving the mouse to the target's location. PQR at the moment does not more the targeting reticule for you.
    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. #55
    kiekie's Avatar Master Sergeant
    Reputation
    3
    Join Date
    Dec 2012
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what rating have people gotten with this profile?

  11. #56
    jarrito66's Avatar Active Member
    Reputation
    20
    Join Date
    Mar 2012
    Posts
    81
    Thanks G/R
    1/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey everybody! Sorry for the long break. Life's been keeping me busy! I'm going to review the profile today and see if it still preforms optimally and after that i'll decide if i need to fix or just start from scratch on another. Let me know if you've seen any problems. Thanks for the patience and understanding!

  12. #57
    JoseGildardoRamirez's Avatar Private
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Jarrito you´re work with the hunter pvp profile it´s very good, i like to know if you can update the profile for 5.2

  13. #58
    jarrito66's Avatar Active Member
    Reputation
    20
    Join Date
    Mar 2012
    Posts
    81
    Thanks G/R
    1/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JoseGildardoRamirez View Post
    Jarrito you´re work with the hunter pvp profile it´s very good, i like to know if you can update the profile for 5.2
    Of course! Ill get right on it as soon as possible. I'm out of town for the weekend but I brought my laptop so ill keep you guys updated. Thanks

  14. #59
    JoseGildardoRamirez's Avatar Private
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Jarrito Dont Forget us... I like to se de max dps on your profile hunter pvp, i like to kill the world

  15. #60
    jarrito66's Avatar Active Member
    Reputation
    20
    Join Date
    Mar 2012
    Posts
    81
    Thanks G/R
    1/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JoseGildardoRamirez View Post
    Jarrito Dont Forget us... I like to se de max dps on your profile hunter pvp, i like to kill the world
    Sorry mate I've been unavailable to work lately. I'm finally back and ill be working on it. Expect an update on Saturday or Sunday. Sorry for the wait. Let me know if I need to implement anything else.

Page 4 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. (PQR) Hunter PVP Updated!!!
    By Vettic in forum WoW Bot Maps And Profiles
    Replies: 12
    Last Post: 11-28-2012, 05:31 AM
  2. [WTT] 61 orc hunter (RP-PvP)
    By Brisi[NOR] in forum Members Only Accounts And CD Keys Buy Sell
    Replies: 1
    Last Post: 04-18-2008, 12:46 PM
  3. [Hunter] Interesting PvP Trinket
    By PuFFFF in forum World of Warcraft Guides
    Replies: 4
    Last Post: 03-06-2008, 04:59 PM
  4. WTS EPIC Orc Hunter [US] PvP
    By Hasselhoff in forum Members Only Accounts And CD Keys Buy Sell
    Replies: 7
    Last Post: 02-03-2008, 10:34 AM
  5. WTS 70 Hunter EU PvP
    By Wesk. in forum Members Only Accounts And CD Keys Buy Sell
    Replies: 0
    Last Post: 06-26-2007, 06:50 AM
All times are GMT -5. The time now is 05:06 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