PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 666 of 779 FirstFirst ... 166566616662663664665666667668669670716766 ... LastLast
Results 9,976 to 9,990 of 11681
  1. #9976
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,033
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    check the svn link in my sig, uploaded a bunch of 4.3 there just look at the old profiles folder.

    Please if someone helped you donate rep to them.

    PQR - Rotation Bot
  2. #9977
    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 darkkinght View Post
    ok I asked this on list of community rotations but no help so im going to ask here
    I have a friend looking for a good pally Protection profile and if it can use pqi that's even better if any one knows a good 5.3 one plz post a link or pm them to me <3
    P.s hes looking for Divine Purpose that actually works, Light's Hammer and Execution Sentence (not on a mouseover on a keybind)
    Hi there! Just to let you know I fixed up some stuff including Divine Purpose and overall outpouts in my Protection Paladin profile. I'd be glad if your friend could test out the new CodeMyTest 1.18 version and even happier if he could post feedback regarding it. Light's hammer is on a Keybind that can be set trought PQI. Regarding placing Light's Hammer automatically, it is actually impossible with the current PQR version as far as I know. Execution Sentence is fully automated but no vengeance treshold atm, will implement it in next updates tought.

    You can find my profile on my svn or you can update trough the Rotation Editor if you already have it!
    CodeMyLife's SVN

    CodeMyLife

  3. #9978
    cpowroks's Avatar Contributor
    Reputation
    180
    Join Date
    Oct 2007
    Posts
    623
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    WoW LUA Script Developer
    Need Something Custom? WarmaneScripts.com
    Skype - grapejuice111

  4. #9979
    xcureanddisease's Avatar Legendary
    Reputation
    855
    Join Date
    Oct 2009
    Posts
    693
    Thanks G/R
    74/235
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello all! I gotta say ive really been enjoying PQR its freaking awesome. Light weight and just amazing. The only thing is, it doesn't self heal. Anyone know if there's a way to make my ret paladin self heal? I have to either spam the flash of light button when it procs or stop PQR, heal, then start PQR.

  5. #9980
    paintpauller's Avatar Contributor
    Reputation
    128
    Join Date
    Jan 2012
    Posts
    265
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xcureanddisease View Post
    Hello all! I gotta say ive really been enjoying PQR its freaking awesome. Light weight and just amazing. The only thing is, it doesn't self heal. Anyone know if there's a way to make my ret paladin self heal? I have to either spam the flash of light button when it procs or stop PQR, heal, then start PQR.
    thats all on the profile author, if you want check out the one in my sig its based off of averys rotation with some more features and PQI support, could also check out averys if you dont want what was added or dont care about PQI, both are outstanding profiles!

    Alpha Profiles: - All profiles with PQInterface support!
    Alpha Interrupt: https://goo.gl/OLhGi - Ignore List, Random Percentage, Time Delays, & much More!
    Alpha Utilities: https://goo.gl/rt7WA - Farming, Prospecting, Disenchanting, Milling, & Questing
    Alpha Moonkin: https://goo.gl/gjxw0 - Optimized DPS Rotation for PvE, Mashup of 3 Profiles
    Avery's Ret: https://goo.gl/GhurM - My take on Avery's outstanding Ret profile with PQI

  6. #9981
    Weird0's Avatar Contributor
    Reputation
    137
    Join Date
    Jan 2009
    Posts
    352
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    check the svn link in my sig, uploaded a bunch of 4.3 there just look at the old profiles folder.
    thank you

  7. #9982
    MrBrain1's Avatar Member
    Reputation
    3
    Join Date
    Dec 2009
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    heres a quick update to my SV hunter profile for 5.3 (this is NOT on the svn)

    http://db.tt/BpU4yQ9Z
    hello, ty for your work

    but it seems you profile doesn't use a Murder of Crows, and it wont let me activate the Cooldowns. Rest seems fine.

  8. #9983
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,033
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MrBrain1 View Post
    hello, ty for your work

    but it seems you profile doesn't use a Murder of Crows, and it wont let me activate the Cooldowns. Rest seems fine.
    odd i'll look at it again.

    update:

    under Talent - Tier 5 change it to this and try it

    PHP Code:
    local PlayerCombat UnitAffectingCombat("player")
    local TargetValidationPQ_ActiveTierFive TargetValidation0
    local TierFiveIDs 
    = { PQ_LynxPQ_AMOC }
    local nMod_ForceCDAutoCooldowns nMod_ForceCDAutoCooldowns

    if UnitLevel("player") >= 75 then
        
    for i1#TierFiveIDs do
            
    if IsPlayerSpell(TierFiveIDs[i]) == true then
                PQ_ActiveTierFive 
    TierFiveIDs[i]
            else
                
    PQ_ActiveTierFive 0
            end
        end

        
    if PQ_ActiveTierFive ~= 0 then
            
    if Nova_Mod() == nMod_ForceCD
                
    or ( AutoCooldowns == and SpecialUnit() )
            
    then
                
    if TargetValidation("target"PQ_ActiveTierFive)
                    and 
    PlayerCombat
                    
    and not UnitDebuffID("target"PQ_AMOC"PLAYER")
                    and 
    not UnitDebuffID("target"PQ_Lynx"PLAYER")
                
    then
                    CastSpellByName
    (GetSpellInfo(PQ_ActiveTierFive),"target")
                    return 
    true
                end
            end
        end
    else
        return 
    false
    end 
    Last edited by crystal_tech; 05-26-2013 at 10:44 AM.

    Please if someone helped you donate rep to them.

  9. #9984
    MrBrain1's Avatar Member
    Reputation
    3
    Join Date
    Dec 2009
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    odd i'll look at it again.

    update:

    under Talent - Tier 5 change it to this and try it

    PHP Code:
    local PlayerCombat UnitAffectingCombat("player")
    local TargetValidationPQ_ActiveTierFive TargetValidation0
    local TierFiveIDs 
    = { PQ_LynxPQ_AMOC }
    local nMod_ForceCDAutoCooldowns nMod_ForceCDAutoCooldowns

    if UnitLevel("player") >= 75 then
        
    for i1#TierFiveIDs do
            
    if IsPlayerSpell(TierFiveIDs[i]) == true then
                PQ_ActiveTierFive 
    TierFiveIDs[i]
            else
                
    PQ_ActiveTierFive 0
            end
        end

        
    if PQ_ActiveTierFive ~= 0 then
            
    if Nova_Mod() == nMod_ForceCD
                
    or ( AutoCooldowns == and SpecialUnit() )
            
    then
                
    if TargetValidation("target"PQ_ActiveTierFive)
                    and 
    PlayerCombat
                    
    and not UnitDebuffID("target"PQ_AMOC"PLAYER")
                    and 
    not UnitDebuffID("target"PQ_Lynx"PLAYER")
                
    then
                    CastSpellByName
    (GetSpellInfo(PQ_ActiveTierFive),"target")
                    return 
    true
                end
            end
        end
    else
        return 
    false
    end 
    now A Murder of Crow and autocooldown usage works (exept the second Time Rapidfire), the forced Cooldown usage still isnt functional.

  10. #9985
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,033
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MrBrain1 View Post
    now A Murder of Crow and autocooldown usage works (exept the second Time Rapidfire), the forced Cooldown usage still isnt functional.
    mk, retesting.

    UPDATE:
    if in manual mode you need to hold the key down until it casts it a second time, but i did add another line of code.

    replace Talent - Tier 5 with this code

    PHP Code:
    local PlayerCombat UnitAffectingCombat("player")
    local TargetValidationPQ_ActiveTierFive TargetValidation0
    local TierFiveIDs 
    = { PQ_LynxPQ_AMOC }
    local nMod_ForceCDAutoCooldowns nMod_ForceCDAutoCooldowns

    if UnitLevel("player") >= 75 then
        
    for i1#TierFiveIDs do
            
    if IsPlayerSpell(TierFiveIDs[i]) == true then
                PQ_ActiveTierFive 
    TierFiveIDs[i]
            
    end
        end

        
    if PQ_ActiveTierFive ~= 0 then
            
    if Nova_Mod() == nMod_ForceCD
                
    or ( AutoCooldowns == and SpecialUnit() )
            
    then
                
    if TargetValidation("target"PQ_ActiveTierFive)
                    and 
    PlayerCombat
                    
    and not UnitDebuffID("target"PQ_AMOC"PLAYER")
                    and 
    not UnitDebuffID("target"PQ_Lynx"PLAYER")
                
    then
                    CastSpellByName
    (GetSpellInfo(PQ_ActiveTierFive),"target")
                    return 
    true
                end
            end
        
    elseif PQ_ActiveTierFive == 0 then
            
    return false
        end
    else
        return 
    false
    end 
    Last edited by crystal_tech; 05-26-2013 at 01:40 PM.

    Please if someone helped you donate rep to them.

  11. #9986
    Jaylock's Avatar Member
    Reputation
    13
    Join Date
    Apr 2009
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    mk, retesting.

    UPDATE:
    if in manual mode you need to hold the key down until it casts it a second time, but i did add another line of code.

    replace Talent - Tier 5 with this code

    PHP Code:
    local PlayerCombat UnitAffectingCombat("player")
    local TargetValidationPQ_ActiveTierFive TargetValidation0
    local TierFiveIDs 
    = { PQ_LynxPQ_AMOC }
    local nMod_ForceCDAutoCooldowns nMod_ForceCDAutoCooldowns

    if UnitLevel("player") >= 75 then
        
    for i1#TierFiveIDs do
            
    if IsPlayerSpell(TierFiveIDs[i]) == true then
                PQ_ActiveTierFive 
    TierFiveIDs[i]
            
    end
        end

        
    if PQ_ActiveTierFive ~= 0 then
            
    if Nova_Mod() == nMod_ForceCD
                
    or ( AutoCooldowns == and SpecialUnit() )
            
    then
                
    if TargetValidation("target"PQ_ActiveTierFive)
                    and 
    PlayerCombat
                    
    and not UnitDebuffID("target"PQ_AMOC"PLAYER")
                    and 
    not UnitDebuffID("target"PQ_Lynx"PLAYER")
                
    then
                    CastSpellByName
    (GetSpellInfo(PQ_ActiveTierFive),"target")
                    return 
    true
                end
            end
        
    elseif PQ_ActiveTierFive == 0 then
            
    return false
        end
    else
        return 
    false
    end 
    Your arms warrior profile isnt working. I put in the svn in the download field in PQR and it gives me an error.

  12. #9987
    Jaylock's Avatar Member
    Reputation
    13
    Join Date
    Apr 2009
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why is it so hard to find a working QUESTING Arms Warrior profile these days? Also PvP profiles? And why do these people try to sell profiles? Isnt that kind of low?

  13. #9988
    Guvnor's Avatar Master Sergeant
    Reputation
    7
    Join Date
    Feb 2013
    Posts
    94
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    odd i'll look at it again.

    update:

    under Talent - Tier 5 change it to this and try it

    PHP Code:
    local PlayerCombat UnitAffectingCombat("player")
    local TargetValidationPQ_ActiveTierFive TargetValidation0
    local TierFiveIDs 
    = { PQ_LynxPQ_AMOC }
    local nMod_ForceCDAutoCooldowns nMod_ForceCDAutoCooldowns

    if UnitLevel("player") >= 75 then
        
    for i1#TierFiveIDs do
            
    if IsPlayerSpell(TierFiveIDs[i]) == true then
                PQ_ActiveTierFive 
    TierFiveIDs[i]
            else
                
    PQ_ActiveTierFive 0
            end
        end

        
    if PQ_ActiveTierFive ~= 0 then
            
    if Nova_Mod() == nMod_ForceCD
                
    or ( AutoCooldowns == and SpecialUnit() )
            
    then
                
    if TargetValidation("target"PQ_ActiveTierFive)
                    and 
    PlayerCombat
                    
    and not UnitDebuffID("target"PQ_AMOC"PLAYER")
                    and 
    not UnitDebuffID("target"PQ_Lynx"PLAYER")
                
    then
                    CastSpellByName
    (GetSpellInfo(PQ_ActiveTierFive),"target")
                    return 
    true
                end
            end
        end
    else
        return 
    false
    end 
    Is there anyway to turn off cd ?

  14. #9989
    greaver77's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has anyone Figured out how to make xhelper interrupter use warriors pummel and disrupting shout ? if so can you post or tell me how to get it working so it pummels and then when its on Cooldown it will use disrupting shout next ? please any help would be great thanks

  15. #9990
    Jaylock's Avatar Member
    Reputation
    13
    Join Date
    Apr 2009
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by greaver77 View Post
    Has anyone Figured out how to make xhelper interrupter use warriors pummel and disrupting shout ? if so can you post or tell me how to get it working so it pummels and then when its on Cooldown it will use disrupting shout next ? please any help would be great thanks
    what profile are you currently using?

Similar Threads

  1. [Bot] PQR PE Next Steps / Future of Rotation Botting
    By Chevrolet1 in forum World of Warcraft Bots and Programs
    Replies: 120
    Last Post: 10-21-2014, 11:47 AM
  2. [Bot] PQR - Rotation Bot
    By Xelper in forum World of Warcraft Bots and Programs
    Replies: 1738
    Last Post: 10-15-2014, 11:00 AM
  3. [Selling] 3 Lifetime Session Keys For Sale, Great for the PQR user looking for a rotation bot
    By cukiemunster in forum World of Warcraft Buy Sell Trade
    Replies: 13
    Last Post: 03-11-2014, 07:18 AM
  4. rotation bot leveling (PQR)
    By classdog in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 09-17-2013, 06:13 PM
  5. [HELP] PQR Rotation Bot Profile Making
    By Missu in forum Programming
    Replies: 0
    Last Post: 10-22-2012, 06:27 AM
All times are GMT -5. The time now is 08:19 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