PQR - Rotation Bot menu

User Tag List

Page 145 of 779 FirstFirst ... 4595141142143144145146147148149195245645 ... LastLast
Results 2,161 to 2,175 of 11681
  1. #2161
    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)
    Blinded do you have a working combat profile? I've tried your link but it doesn't seem to have one.
    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

    PQR - Rotation Bot
  2. #2162
    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)
    as i'm updating/re structuring things my link to my current profiles is invalid. Give me some time and it will be working again.

    Please if someone helped you donate rep to them.

  3. #2163
    bu_ba_911's Avatar Elite User
    Reputation
    552
    Join Date
    May 2006
    Posts
    1,638
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by frII View Post
    Could you at least tell about your plans?Are you planning update your Warrior PvP profile for MoR?
    its a plan, not a priority. i no longer have a warrior on my main server that i play so that will be a little challenging to get motivation to work on

    i may need to do what i did when i first wrote it. just make changes and have a friend test it. but that takes longer
    ^0^Team Nova's PQR NCC ^0^

    If you think someone did something good, take the time to show your appreciation!

  4. #2164
    Apsalaar's Avatar Member
    Reputation
    6
    Join Date
    Mar 2009
    Posts
    72
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @bu_ba_911

    Any clue when Mentally is back, miss her

  5. #2165
    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 Apsalaar View Post
    @bu_ba_911

    Any clue when Mentally is back, miss her
    I think she's moving and left on the 10th(is what she said), so it's been less then a week :P takes time to move.
    Last edited by Kinkeh; 08-16-2012 at 03:08 PM.

  6. #2166
    lostwalker's Avatar Member
    Reputation
    2
    Join Date
    Sep 2008
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone else having issues with PQR picking up the Beta today? I used the PQR update program so i should have the latest offsets, I using the normal beta and not the 64-bit. Any idea what i'm doing wrong? thx =)

  7. #2167
    bu_ba_911's Avatar Elite User
    Reputation
    552
    Join Date
    May 2006
    Posts
    1,638
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lostwalker View Post
    Anyone else having issues with PQR picking up the Beta today? I used the PQR update program so i should have the latest offsets, I using the normal beta and not the 64-bit. Any idea what i'm doing wrong? thx =)
    its called patience.... there was a new patch
    ^0^Team Nova's PQR NCC ^0^

    If you think someone did something good, take the time to show your appreciation!

  8. #2168
    lostwalker's Avatar Member
    Reputation
    2
    Join Date
    Sep 2008
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    its called patience.... there was a new patch
    That i have, just thought i had done something wrong, because i saw the Xhelper had posted new offsets a page or two back. =)

  9. #2169
    shortround8's Avatar Member
    Reputation
    6
    Join Date
    Apr 2009
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm having some problems using the interrupter, can anyone help? Whenever there's a caster team and more than one person is casting, my WoW becomes extremely choppy and does not interrupt but when there's only one person that can cast on an arena team it works fine.

  10. #2170
    Edsaxe's Avatar Member
    Reputation
    2
    Join Date
    Sep 2011
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone know how to change an ability that casts when left shift is held from mouseover to focus

    Soul Swap

    local bOd = UnitDebuffID("target", 603, "PLAYER")
    local bOa = UnitDebuffID("target", 980, "PLAYER")
    local corrupT = UnitDebuffID("target", 172, "PLAYER")
    local uA = UnitDebuffID("target", 30108, "PLAYER")




    if IsLeftShiftKeyDown() then
    if bOd ~= nil then CastSpellByID(890) end
    if bOa ~= nil and corrupT ~= nil and uA ~= nil then return true end
    end


    Soul Swap: Exhale

    local hassoulswap = UnitBuffID("player", 86211)



    if hassoulswap and UnitExists("mouseover") then
    return true
    end

  11. #2171
    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 Edsaxe View Post
    Anyone know how to change an ability that casts when left shift is held from mouseover to focus

    Soul Swap

    local bOd = UnitDebuffID("target", 603, "PLAYER")
    local bOa = UnitDebuffID("target", 980, "PLAYER")
    local corrupT = UnitDebuffID("target", 172, "PLAYER")
    local uA = UnitDebuffID("target", 30108, "PLAYER")




    if IsLeftShiftKeyDown() then
    if bOd ~= nil then CastSpellByID(890) end
    if bOa ~= nil and corrupT ~= nil and uA ~= nil then return true end
    end


    Soul Swap: Exhale

    local hassoulswap = UnitBuffID("player", 86211)



    if hassoulswap and UnitExists("mouseover") then
    return true
    end
    Change "mouseover" to "focus".

  12. #2172
    Chinaboy's Avatar Active Member
    Reputation
    75
    Join Date
    Jun 2012
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi,
    I just downloaded this and i'd like to know which is better for raiding. Got Valma profile for warlock, and still need 1 for rogue,blood/unh dk and prot/holy paladin.
    Help appreciated.

  13. #2173
    FrostDKsFTW's Avatar Sergeant Major
    Reputation
    20
    Join Date
    Nov 2011
    Posts
    169
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Chinaboy View Post
    Hi,
    I just downloaded this and i'd like to know which is better for raiding. Got Valma profile for warlock, and still need 1 for rogue,blood/unh dk and prot/holy paladin.
    Help appreciated.
    For rogue Blinded as all 3 specs covered, Sheuron has a pve combat and pvp subtlety.
    For Blood and Unholy, Team Nova have both but I havnt tried their Unholy. Kaolla (think thats his name) also has Unholy pve and pvp profiles.
    For Prot Xelper has a nice profile that I really like and for Holy, Bubba/Nova is the clear winner for me at least (theirs auto switches to an optimized rotation based on the group you are in). If not I think Cobix (not sure of his name) has a Holy profile too.

    Sorry if I left out people. These are just the ones I can think of off the top of my head.

  14. #2174
    Yiannisg's Avatar Private
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any rotation for pvp resto Druid guys?

  15. #2175
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Yiannisg View Post
    Any rotation for pvp resto Druid guys?
    I have no clue, but you are free to use the threads search-function and look in the old PQR-thread.

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