PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 136 of 779 FirstFirst ... 3686132133134135136137138139140186236636 ... LastLast
Results 2,026 to 2,040 of 11681
  1. #2026
    frII's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    86
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by deadpanstiffy View Post
    I use an ability that spams it in an interrupt profile. I have never had a problem or report from blizzard for around 3 months so far. You can detect flag position, but you will also need to check the combat log to check who has the flag on the enemy team and if you are in range of that person, etc...

    Code:
    if UnitInBattleground("player") then
    	InteractUnit("Horde Flag")
    	if not UnitBuff("player","Alliance Flag") then
    		InteractUnit("Alliance Flag")
    	end
    end
    Greate idea about flag grabbing.
    Could u share how to do it after it's gonna be done?
    I mean what file should I create and where put it.

    PQR - Rotation Bot
  2. #2027
    passionford's Avatar Member
    Reputation
    5
    Join Date
    Apr 2009
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Guys I have tried the search function but came up short, Is there anyway we can use PQR in a multibox scenario? As I am thinking of recruiting myself twice so I can grant levels to my monk on release day? Has anyone tried it or got it working?

  3. #2028
    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)
    I got a healing paladin im leveling whats the best profile to use with it if any?

    I have been trying one but not sure if it works unless your 85?

  4. #2029
    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 sheuron View Post
    Try disabling click to move.
    Rofl, now I feel stupid. Thanks for pointing out the obvious to me Problem solved.

  5. #2030
    Fumi's Avatar Contributor CoreCoins Purchaser
    Reputation
    207
    Join Date
    Feb 2008
    Posts
    561
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i dont understand how you guys can make PQR work on beta i tried for over a week now, what do i have to do?

  6. #2031
    lestat123's Avatar Private
    Reputation
    1
    Join Date
    Nov 2009
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hello all anyone know a good pve fire mage profile?

    Tnx in advance!

  7. #2032
    Fumi's Avatar Contributor CoreCoins Purchaser
    Reputation
    207
    Join Date
    Feb 2008
    Posts
    561
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lestat123 View Post
    hello all anyone know a good pve fire mage profile?

    Tnx in advance!
    http://goo.gl/rseZ0 <- it was on page 1.....

  8. #2033
    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 Fumi View Post
    i dont understand how you guys can make PQR work on beta i tried for over a week now, what do i have to do?
    Update to the latest offsets with the updater, and make sure you use updated profiles that work on the beta.

  9. #2034
    Xelper's Avatar ★ Elder ★
    Reputation
    1024
    Join Date
    Mar 2007
    Posts
    860
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    MOP offsets are not currently updated. Blizzard is pushing a new build today/tomorrow, I will update it for that build.

  10. #2035
    Dimonoff's Avatar Master Sergeant
    Reputation
    12
    Join Date
    May 2012
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why it not work?

    local TigerPower = select(7,UnitBuffID("player,125359"))

    if TigerPower < 3 then
    return true
    elseif TigerPower - GetTime() < 4 and select(5, Nova_UnitInfo("player")) >= 1 or UnitBuffID("player", 118864) then
    return true
    end
    I want if my Tiger Power stack`s < 3 or time of this buff is less then 4sec bot use ability/

  11. #2036
    yourson's Avatar Member
    Reputation
    4
    Join Date
    Feb 2012
    Posts
    149
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xelper View Post
    MOP offsets are not currently updated. Blizzard is pushing a new build today/tomorrow, I will update it for that build.
    They already pushed it and its on live. They pushed 2 builds in 2 days.

  12. #2037
    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)
    Originally Posted by Dimonoff View Post
    Why it not work?



    I want if my Tiger Power stack`s < 3 or time of this buff is less then 4sec bot use ability/
    Code:
    local name,_,_,count,_,_,expires = UnitBuffID("player",125359)
    if name then
    	if count<3
    	or UnitBuffID("player",118864) --Combo Breaker: Tiger Palm
    	or expires-GetTime()<4 then
    		return true
    	end
    else
    	return true
    end
    Not tested.

  13. #2038
    Omaha303's Avatar Member
    Reputation
    11
    Join Date
    Jun 2009
    Posts
    49
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by passionford View Post
    Guys I have tried the search function but came up short, Is there anyway we can use PQR in a multibox scenario? As I am thinking of recruiting myself twice so I can grant levels to my monk on release day? Has anyone tried it or got it working?
    The way I do it, suggested by iliekcoffee (who dualbox) is to have as many PQR instances as toons you are using. The most I've done is multibox three toons, and works perfectly.

  14. #2039
    frII's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    86
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sheuron
    How can I do the same file and what should I do with it?I mena where to put and etc.

  15. #2040
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Passionford

    Just start up as many PQRs as you need. If you have a healer character remember not to target your characters on him cause he will end up healing only the target

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 10:49 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