PQR - Rotation Bot menu

User Tag List

Page 348 of 779 FirstFirst ... 248298344345346347348349350351352398448 ... LastLast
Results 5,206 to 5,220 of 11681
  1. #5206
    luckolinie's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Whats the best profile for hunter PVE dps in average 463 ilvl gear. Been looking everywhere

    PQR - Rotation Bot
  2. #5207
    Hoblerhans's Avatar Member
    Reputation
    9
    Join Date
    Dec 2010
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Kickmydog`s

  3. #5208
    Dyk's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a function for getting the player's latency? I can't find any documentation for PQR.

  4. #5209
    lawlmoto's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2008
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dyk View Post
    Is there a function for getting the player's latency? I can't find any documentation for PQR.
    local down, up, lagHome, lagWorld = GetNetStats();

  5. #5210
    tatakau's Avatar Member
    Reputation
    2
    Join Date
    Mar 2008
    Posts
    93
    Thanks G/R
    10/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by yourson View Post
    Do you really think that this topic and forum in general aren't under blizz radar already?
    I'm trying to say that is more likely they start ban if PQR is implemented with HB (at least in public)
    Last edited by tatakau; 10-20-2012 at 06:20 PM.

  6. #5211
    averykey's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2011
    Posts
    448
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lawlmoto View Post
    local down, up, lagHome, lagWorld = GetNetStats();
    PQR_SpellAvailableTime = ((select(3,GetNetStats()) + select(4,GetNetStats())) / 1000)

    edit:
    page 470 old thread

    valma

    local Latency = (select(3, GetNetStats()) + select(3, GetNetStats())) \ 500

    if startTime ~= nil and GCDstartTime ~= nil then
    local Latency = (select(3, GetNetStats()) + select(3, GetNetStats())) \ 500
    local timeLeft = startTime + duration - GetTime()
    local GCDtimeLeft = GCDstartTime + GCDduration - GetTime()

    If GCDtimeLeft <= Latency Then
    If timeLeft <= Latency Then
    if spellUsable ~= nil then
    pq_SpellAvailable = "true"
    end
    end
    else
    If timeLeft <= GCDtimeLeft + Latency Then
    if spellUsable ~= nil then
    pq_SpellAvailable = "true"
    end
    end
    end
    else
    pq_SpellAvailable = "false"
    end
    Last edited by averykey; 10-20-2012 at 09:48 PM.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  7. #5212
    snippetsr's Avatar Member
    Reputation
    1
    Join Date
    Aug 2011
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys fairly simple one here.

    Trying to get water sheild not overiding earth shield in arenas.
    So if i have earth shield on pqr is casting water shield

    wondering what the template is.

    Water shield Spell ID is 52127
    Earth Shield Spell ID is 974.


    Thanks if anyone can help

  8. #5213
    deadpanstiffy's Avatar Knight-Lieutenant
    Reputation
    158
    Join Date
    Mar 2012
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For anyone that has non-passive buff classes, I suggest using the following so you don't have to cross check other buffs.

    Code:
    GetRaidBuffTrayAuraInfo(id)
    id name
    1 Stats
    2 Stamina
    3 Attack Power
    4 Attack Speed
    5 Spell Power
    6 Spell Haste
    7 Critical Strike
    8 Mastery

  9. #5214
    pepe2c's Avatar Member
    Reputation
    7
    Join Date
    Dec 2007
    Posts
    154
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    my pqr is not interrupting =(

  10. #5215
    Decaed's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @ Kinkeh - I'm using your 2H Frost DK profile (ilvl 480) and running into extreme amounts of downtime.

    Can Ability Check Delay and Auto Lag Tolerance effect this?

  11. #5216
    Kinkeh's Avatar Established Member
    Reputation
    243
    Join Date
    Jan 2012
    Posts
    450
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Decaed View Post
    @ Kinkeh - I'm using your 2H Frost DK profile (ilvl 480) and running into extreme amounts of downtime.

    Can Ability Check Delay and Auto Lag Tolerance effect this?
    It's just 2H frost. The downtime of this playstyle is retarded(near the end of fights). I haven't read anything though about DK reforging so I'm not sure what the priority is beyond haste stacking in low level gear and such.

  12. #5217
    Decaed's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kinkeh View Post
    It's just 2H frost. The downtime of this playstyle is retarded(near the end of fights). I haven't read anything though about DK reforging so I'm not sure what the priority is beyond haste stacking in low level gear and such.
    No worries. I'll play around with it some more. But for the most part, it is an excellent profile. I have made some of my own tweaks to it, of course.

  13. #5218
    lawlmoto's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2008
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tatakau View Post
    I'm trying to say that is more likely they start ban if PQR is implemented with HB (at least in public)
    I wouldn't worry about it too much, Blizzard likely has a list already of suspected or confirmed users.

    Sent from my Galaxy Nexus using Tapatalk 2

  14. #5219
    googlebee's Avatar Contributor PQR Profile Developer CoreCoins Purchaser
    Reputation
    235
    Join Date
    Oct 2007
    Posts
    478
    Thanks G/R
    0/0
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pepe2c View Post
    my pqr is not interrupting =(
    I'm trying to get all 3 interrupt scenarios to work here for DRUIDS, but this isn't working.....

    Any help?

    if i just use a local catForm for skull bash (106839) and else that to 106839 for bear it works, But that doesn't work for Solar Beam (Balance Interrupt spell)

    Trying to incorporate all 3 under each situation.

    driving me nuts! ><



    Code:
    if xelperInterruptInit == nil then
        --TestComment
        xelperInterruptInit = true
        function PQR_InterruptSpell()
            local _, playerClass = UnitClass("player")
            
            if playerClass == "DEATHKNIGHT" then
                return 47528
            elseif playerClass == "DRUID" then
                local catForm = UnitBuffID("player", 768)
                local bearForm = UnitBuffID("player", 5487)
                if catForm ~= nil then
                    return 106839
                else
                if bearForm ~= nil then
                    return 106839
                else
                    return 78675
                end
            elseif playerClass == "HUNTER" then
                return 34490
            elseif playerClass == "MAGE" then
                return 2139
            elseif playerClass == "PALADIN" then
                return 96231
            elseif playerClass == "PRIEST" then
                return 15487
            elseif playerClass == "ROGUE" then
                return 1766
            elseif playerClass == "SHAMAN" then
                return 57994
            elseif playerClass == "WARLOCK" then
                return 19647
            elseif playerClass == "WARRIOR" then
                return 6552
            else
                return 0
            end
    Last edited by googlebee; 10-21-2012 at 05:28 AM.

  15. #5220
    averykey's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2011
    Posts
    448
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by googlebee View Post
    I'm trying to get all 3 interrupt scenarios to work here for DRUIDS, but this isn't working.....

    Any help?

    if i just use a local catForm for skull bash (106839) and else that to 106839 for bear it works, But that doesn't work for Solar Beam (Balance Interrupt spell)

    Trying to incorporate all 3 under each situation.

    driving me nuts! ><



    Code:
    if xelperInterruptInit == nil then
        --TestComment
        xelperInterruptInit = true
        function PQR_InterruptSpell()
            local _, playerClass = UnitClass("player")
            
            if playerClass == "DEATHKNIGHT" then
                return 47528
            elseif playerClass == "DRUID" then
                local catForm = UnitBuffID("player", 768)
                local bearForm = UnitBuffID("player", 5487)
                local moonkinForm = UnitBuffID("player", 24858)
                if catForm ~= nil then
                    return 106839
                elseif bearForm ~= nil then
                    return 106839 else return 78675 
                elseif moonkinForm ~= nil then
                    return 78675 else return
       end
            elseif playerClass == "HUNTER" then
                return 34490
            elseif playerClass == "MAGE" then
                return 2139
            elseif playerClass == "PALADIN" then
                return 96231
            elseif playerClass == "PRIEST" then
                return 15487
            elseif playerClass == "ROGUE" then
                return 1766
            elseif playerClass == "SHAMAN" then
                return 57994
            elseif playerClass == "WARLOCK" then
                return 19647
            elseif playerClass == "WARRIOR" then
                return 6552
            else
                return 0
            end
    PHP Code:
            elseif playerClass == "DRUID" then
                local catForm 
    UnitBuffID("player"768)
                
    local bearForm UnitBuffID("player"5487)
                
    local moonkinForm UnitBuffID("player"24858)
                if 
    catForm ~= nil then
                    
    return 106839
                
    elseif bearForm ~= nil then
                    
    return 106839 else return 78675 
                
    elseif moonkinForm ~= nil then
                    
    return 78675 else return 54812
                end 
    I think solarbeam has to be placed? If it doesn't this should work

    if that doesnt work replace it with this

    if catForm ~= nil then
    return 106839
    elseif bearForm ~= nil then
    if IsPlayerSpell(106839) then
    return 106839
    elseif IsPlayerSpell(78675)
    return 78675
    end
    elseif moonkinForm ~= nil then
    if IsPlayerSpell(78675) then
    return 78675
    elseif IsPlayerSpell(54812)
    return 54812
    end

    why does bear have solarbeam?
    Last edited by averykey; 10-21-2012 at 08:27 AM.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

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 05: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