PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 559 of 779 FirstFirst ... 59459509555556557558559560561562563609659 ... LastLast
Results 8,371 to 8,385 of 11681
  1. #8371
    manw's Avatar Banned
    Reputation
    8
    Join Date
    Nov 2008
    Posts
    130
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very great, keep the good job !

    PQR - Rotation Bot
  2. #8372
    snowhawk's Avatar Contributor
    Reputation
    148
    Join Date
    Aug 2008
    Posts
    239
    Thanks G/R
    42/131
    Trade Feedback
    0 (0%)
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    I missed out on Oondasta today, so if someone wants to test this out and ensure it works that would be great!

    PHP Code:
    --Implement PQR_resumeAttack.. this is used to prevent
    --abilities lower in the rotation from being cast.
    if 
    PQR_resumeAttack == nil then
        PQR_resumeAttack 
    0
    elseif PQR_resumeAttack GetTime() then
        
    return true
    else
        
    PQR_resumeAttack 0
    end

    -- Oondasta Stopcasting Handling
    if UnitExists("target"then
        local tarID 
    == tonumber(UnitGUID("target"):sub(6,10), 16)
        
        if 
    npcID == 69161 then --Oondasta
            local pRoar 
    GetSpellInfo(137457)
            
    local bossCasting,_,_,_,_,castEnd UnitCastingInfo(bossCheck)
            
            if (
    bossCasting and bossCasting == pRoarthen
                
    if (castEnd/1000) - GetTime() < 2 then
                    SpellStopCasting
    ()
                    
    PQR_resumeAttack = (castEnd/1000) + 0.2
                    
    return true
                end
            end
        end
    end 
    Last edited by snowhawk; 03-10-2013 at 03:04 AM.

  3. #8373
    aghost917's Avatar Corporal
    Reputation
    2
    Join Date
    Nov 2012
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by aghost917 View Post
    any way to get pqr interrupt to work on channeling (like on monks)
    ^^^anyone^^^

  4. #8374
    chk's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do I set a custom key?
    EG. Hold F2 will cast Premeditation then Slice and Dice on target

  5. #8375
    kuukuu's Avatar Contributor
    Reputation
    269
    Join Date
    Jul 2012
    Posts
    619
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chk View Post
    How do I set a custom key?
    EG. Hold F2 will cast Premeditation then Slice and Dice on target
    You can only use Alt, Ctrl, Shift and mouse buttons as keys. PQR (or possibly WoW api?) doesn't support other keys.
    Former PQR Developer

  6. #8376
    chk's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kuukuu View Post
    You can only use Alt, Ctrl, Shift and mouse buttons as keys. PQR (or possibly WoW api?) doesn't support other keys.
    Really? I was wondering why it wasn't working. Thanks for letting me know

  7. #8377
    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 kuukuu View Post
    You can only use Alt, Ctrl, Shift and mouse buttons as keys. PQR (or possibly WoW api?) doesn't support other keys.
    if this is true then how does Vuhdo have the ability to use any key?

    I understand that the WoW API doesnt have it but after reading your comment I started to wounder how Vuhdo does it if the WoW API doesnt have it. lol =D

    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

  8. #8378
    kuukuu's Avatar Contributor
    Reputation
    269
    Join Date
    Jul 2012
    Posts
    619
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good question, maybe take a look at the lua code for Vuhdo? lol
    Former PQR Developer

  9. #8379
    kclux's Avatar Active Member
    Reputation
    16
    Join Date
    Jun 2011
    Posts
    199
    Thanks G/R
    2/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It is possible to use custom keys ( sort of ), back in the days Onyxia ?! Forgot his name lol, he made some real nice Shaman profiles and he had the custom key ability in his rotations. I am trying for a while to get my hands on one of his old profiles to see how he did it and use it myself but the old download links are not working anymore. He basically created macros from within the rotations and when you pressed a custom key one of the macros was queued as top priority and executed then.

  10. #8380
    thenewerguy's Avatar Private
    Reputation
    1
    Join Date
    Feb 2013
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kuukuu View Post
    Good question, maybe take a look at the lua code for Vuhdo? lol
    it's event handlers..... u just need to create a frame and track the key presses....


    http://www.wowwiki.com/UIHANDLER_OnKeyDown

  11. #8381
    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 kclux View Post
    It is possible to use custom keys ( sort of ), back in the days Onyxia ?! Forgot his name lol, he made some real nice Shaman profiles and he had the custom key ability in his rotations. I am trying for a while to get my hands on one of his old profiles to see how he did it and use it myself but the old download links are not working anymore. He basically created macros from within the rotations and when you pressed a custom key one of the macros was queued as top priority and executed then.
    I think Vuhdo does something similar but only has 2 macros and they dont make any since lol:

    VuhDoDCShieldNam
    N[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]Ar›x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]
    VuhDoDCShieldDat
    P[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]1PM[x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x]


    Originally Posted by kuukuu View Post
    Good question, maybe take a look at the lua code for Vuhdo? lol
    I have and im still learning LUA and it would be like trying to find a needle in a haystack for me to try to find that, just yesterday i spent 1h looking for where the slash commands were so i could use the vuhdo hide function in a addon im modifying but had no luck. lol

    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

  12. #8382
    diesall's Avatar Contributor
    Reputation
    199
    Join Date
    Jul 2011
    Posts
    212
    Thanks G/R
    1/48
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by thenewerguy View Post
    it's event handlers..... u just need to create a frame and track the key presses....


    UIHANDLER OnKeyDown - WoWWiki - Your guide to the World of Warcraft
    you then need to be over that frame to capture the keystrokes, which in turn is going to capture all keystrokes rendering it useless.

  13. #8383
    kuukuu's Avatar Contributor
    Reputation
    269
    Join Date
    Jul 2012
    Posts
    619
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kclux View Post
    It is possible to use custom keys ( sort of ), back in the days Onyxia ?! Forgot his name lol, he made some real nice Shaman profiles and he had the custom key ability in his rotations. I am trying for a while to get my hands on one of his old profiles to see how he did it and use it myself but the old download links are not working anymore. He basically created macros from within the rotations and when you pressed a custom key one of the macros was queued as top priority and executed then.
    Haha, I forgot about Ony's profiles, feels like forever since those were made... I actually still had his ele profile until 5.2 came out and I cleaned house
    Former PQR Developer

  14. #8384
    kclux's Avatar Active Member
    Reputation
    16
    Join Date
    Jun 2011
    Posts
    199
    Thanks G/R
    2/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kuukuu View Post
    Haha, I forgot about Ony's profiles, feels like forever since those were made... I actually still had his ele profile until 5.2 came out and I cleaned house
    I am starting to remember partially how he did it, he was creating macros which you could use then as normal macros aka with any keybind you want. The macro was setting a cvar like PQR_HealingRain=1 or something like that and then he was checking for the cvars and executing a spell if there was a match. Was awesome, I wonder why noone else ever used this in his profiles since it is making it so much more interactive.

    I would "kill" for his old profile to figure out how he did it to use it for myself

  15. #8385
    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)
    The SVN we use has lots of old profiles from 4.3 onyas is in there.

    Please if someone helped you donate rep to them.

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 07:01 PM. 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