PQR - Rotation Bot menu

User Tag List

Page 65 of 116 FirstFirst ... 15616263646566676869115 ... LastLast
Results 961 to 975 of 1739
  1. #961
    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)
    Originally Posted by Soapbox View Post
    If anyone knows how to set up PQR on a Mac could you please contact me on skype? KBRebel04_Skype. I would like to make a guide as I have had quite a few people come to me and ask how to set it up. I know it is possible and requires some external software but I do not own a Mac. Thanks!
    Doesn't work on macs
    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. #962
    nextremity's Avatar Member
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickmydog View Post
    Doesn't work on macs
    He did say with external software. I'm assuming it'll work if you install Windows via Bootcamp/Parallels. I haven't tried it though, but there should be no reason it wouldn't work.

  3. #963
    iceymot's Avatar Member
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by troxxer View Post
    Code:
    PQR_UnitFacing(unit, otherUnit)
    returns true if unit is facing otherUnit, false otherwise
    that does not seem to be working.

  4. #964
    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)
    Originally Posted by iceymot View Post
    that does not seem to be working.
    try this:

    PQR_UnitFacing(PQR_UnitInfo("player"), PQR_UnitInfo("target"))

    Please if someone helped you donate rep to them.

  5. #965
    finish's Avatar Master Sergeant
    Reputation
    18
    Join Date
    Mar 2013
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    somehow when i activate my pqr profile, the top of the window of my pqi configuration is out of the screen, so i cannot click it and drag it somewhere else -.-
    anybody knows how to reset the positon of the rotation configurator
    thanks for helping me out

    found it...lol

    "Delete your wow/WTF/"Account"/Saved variables/PQInterface.lua/.bak files

    this will reset your pqi settings and should let you move it around."
    Last edited by finish; 01-18-2014 at 02:36 PM.

  6. #966
    iceymot's Avatar Member
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    try this:

    PQR_UnitFacing(PQR_UnitInfo("player"), PQR_UnitInfo("target"))
    still no luck testing that.

    i tried the following that works well on the target dummy but fails inside instances.
    PQR_UnitFacing("target", UnitGUID("player"))

    surely i must be doing something wrong.

  7. #967
    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)
    Originally Posted by iceymot View Post
    still no luck testing that.

    i tried the following that works well on the target dummy but fails inside instances.
    PQR_UnitFacing("target", UnitGUID("player"))

    surely i must be doing something wrong.
    try this code

    Code:
    --credits go to ph34rt3hcute1
    -- Behind Check
    function BehindFunc()
    	if behindTimer == nil then
    		behindTimer = 0
    	end
    	local BehindCheck = PQR_CheckUIError(SPELL_FAILED_NOT_BEHIND)
    	Timer = GetTime() - behindTimer
    	if BehindCheck and behindTimer == 0 then
    		behindTimer = GetTime()
    		behind = false
    	end
    	if not BehindCheck and Timer > 0 then
    		behindTimer = 0
    		behind = true
    	end
    	if Timer > 3 and Timer < 10 then
    		behindTimer = 0
    		behind = false
    	end
    end

    eg: if BehindFunc() == true then your behind your target else your not end

    Please if someone helped you donate rep to them.

  8. #968
    iceymot's Avatar Member
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That function expects a UI error in order to work right? spell such as Shred for feral druids does not seem to return anything when your standing in front of a target and spamming. I am not sure how ph34rt3hcute1 is getting shred to work.

  9. #969
    kgntarver's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ive been using pqr for a few months now only in pve im wanting to know if pqr is safe to use and how often have people been banned with it. and would you use it in pvp

  10. #970
    Taboo52's Avatar Member
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PQR bot doesn't work for me, I downloaded it and the offsets from the updater and am using codemylifes profiles but, it seems to be in working order and states the profile is running and i get no error messages, however it does nothing, no rotation is executed, tried it in pvp target dummies and lfr, also read through forums nad cant find a solution.
    Last edited by Taboo52; 01-20-2014 at 04:05 AM.

  11. #971
    firepong's Avatar Elite User
    Reputation
    384
    Join Date
    Jan 2008
    Posts
    955
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mind me asking, @Xelper. Since all you pretty much do for the time being because of RL and all that jazz, still any possibility of releasing the source for us to modify in our own way so that we can add more function's ourselves?

    Originally Posted by iceymot View Post
    That function expects a UI error in order to work right? spell such as Shred for feral druids does not seem to return anything when your standing in front of a target and spamming. I am not sure how ph34rt3hcute1 is getting shred to work.
    The way she is getting it to work is by reading the error messages that pop up on the screen, which is a way I produced and perfected. It is also the main way that ProbablyEngine is detecting behind and frontal checks as well because I submitted it to them. This way of checking never fails unless, for some screwed up reason they change the error messages.
    Last edited by firepong; 01-20-2014 at 06:11 PM.

  12. #972
    logla's Avatar Member
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, i get disconnected for inactivity wen i turn on (ALT+X) PQI in game... have some solucion?

  13. #973
    vorgurn's Avatar Member
    Reputation
    1
    Join Date
    May 2013
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Taboo I had the same issue before make sure you have PRQ_PQI.lua in your data folder.

  14. #974
    Kaylo's Avatar Active Member
    Reputation
    20
    Join Date
    Jun 2012
    Posts
    68
    Thanks G/R
    11/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by logla View Post
    Hi, i get disconnected for inactivity wen i turn on (ALT+X) PQI in game... have some solucion?
    Hai, have you tried this? Click Settings

    Originally Posted by lawlmoto View Post
    All you have to do is check this:


  15. #975
    calamat44's Avatar Private
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok guys, did PQR just get hit with a ban wave?

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. [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
  3. rotation bot leveling (PQR)
    By classdog in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 09-17-2013, 06:13 PM
  4. [Release] PQR - Rotation Bot
    By Xelper in forum World of Warcraft Bots and Programs
    Replies: 11680
    Last Post: 09-16-2013, 07:47 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:40 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