PQR - Rotation Bot menu

User Tag List

Page 706 of 779 FirstFirst ... 206606656702703704705706707708709710756 ... LastLast
Results 10,576 to 10,590 of 11681
  1. #10576
    vbence001's Avatar Member
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    please fix PQR_IsOutOfSight

    PQR - Rotation Bot
  2. #10577
    pringo's Avatar Member
    Reputation
    1
    Join Date
    Feb 2010
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone explain to me how tanking using PQR works?

    Will the profile know when to taunt?

    Will it taunt even if MT has threat?

  3. #10578
    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 pringo View Post
    Can anyone explain to me how tanking using PQR works?

    Will the profile know when to taunt?

    Will it taunt even if MT has threat?
    no it does not

    no it will not

  4. #10579
    WWF's Avatar Active Member
    Reputation
    31
    Join Date
    Jul 2010
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Weird0 View Post
    Originally Posted by pringo View Post
    Can anyone explain to me how tanking using PQR works?
    Will the profile know when to taunt?
    Will it taunt even if MT has threat?
    no it does not
    no it will not
    why not?
    if your target or focus == boss(or Massive Anima Golem, you may check id) and targettarget not you and targettarget has debuff(or too many stacks) or targettarget not a tank then cast taunt your target or focus end -- something like this
    you also can check threatsituation, i saw it in healers profiles.

  5. #10580
    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 WWF View Post
    why not?
    if your target or focus == boss(or Massive Anima Golem, you may check id) and targettarget not you and targettarget has debuff(or too many stacks) or targettarget not a tank then cast taunt your target or focus end -- something like this
    you also can check threatsituation, i saw it in healers profiles.
    he did not ask if it was possible to do in general, to make a profile do this yes it is possible. but he asked if this is how pqr tanking works in which the answer is no (as far it comes to the tanking profiles i tested)

  6. #10581
    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)
    its much easier for tank profiles to let the player choose when to taunt and what target to taunt as threat is ever changing.

    Please if someone helped you donate rep to them.

  7. #10582
    healzzz's Avatar Knight
    Reputation
    5
    Join Date
    Apr 2013
    Posts
    222
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any clue why PQI is broken on PTR?

  8. #10583
    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)
    Most likely API changes.
    WoW LUA Script Developer
    Need Something Custom? WarmaneScripts.com
    Skype - grapejuice111

  9. #10584
    Lookin's Avatar Member
    Reputation
    7
    Join Date
    Oct 2012
    Posts
    28
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    its much easier for tank profiles to let the player choose when to taunt and what target to taunt as threat is ever changing.

    Exactly. Pqr does require some input from the user. Its not a full bot, its a automated rotation system

  10. #10585
    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 Lookin View Post
    Exactly. Pqr does require some input from the user. Its not a full bot, its a automated rotation system
    Why not?

    This is some of my ancient code for tanking Ultraxion, set the other tank to focus and you can AFK the whole fight.

    Code:
    local twilight = UnitDebuff("player", "Twilight Shift")
    local faded = UnitDebuff("player", "Faded Into Twilight")
    if twilight ~= nil and faded == nil then
    	local twilight = UnitDebuff("focus", "Twilight Shift")
    		if twilight == nil then
    		local my_threat = UnitThreatSituation("player", "target")
    		if my_threat ~= 3 then
    			return true
    		end
    	end
    end
    Last edited by deadpanstiffy; 06-24-2013 at 03:34 PM.

  11. #10586
    lolgcdhacker's Avatar Corporal
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can we get some info if PQR_IsOutOfSight is being looked at or not? its nearly impossible to make arena profiles without it working

  12. #10587
    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 lolgcdhacker View Post
    Can we get some info if PQR_IsOutOfSight is being looked at or not? its nearly impossible to make arena profiles without it working
    It has been a known issue since the beginning of the year.

    You can always make your own as well.

  13. #10588
    WWF's Avatar Active Member
    Reputation
    31
    Join Date
    Jul 2010
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by deadpanstiffy View Post
    You can always make your own as well.
    show me code of PQR_IsOutOfSight first, or if it so easy, may be you already did something new?

  14. #10589
    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 WWF View Post
    show me code of PQR_IsOutOfSight first, or if it so easy, may be you already did something new?
    There isn't any released code for PQR_IsOutOfSight.

  15. #10590
    Ralphiuss's Avatar Active Member
    Reputation
    44
    Join Date
    Sep 2011
    Posts
    230
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone using PQR on the PTR? The client lags so bad when it's on..anyone else seeing this?

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 01:37 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