PQR - Rotation Bot menu

User Tag List

Page 590 of 779 FirstFirst ... 90490540586587588589590591592593594640690 ... LastLast
Results 8,836 to 8,850 of 11681
  1. #8836
    freeloading's Avatar Knight-Lieutenant
    Reputation
    22
    Join Date
    Sep 2012
    Posts
    256
    Thanks G/R
    0/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quick question...can you run 2 PQR at the same time on 1 computer? tyia

    PQR - Rotation Bot
  2. #8837
    Jaylock's Avatar Member
    Reputation
    13
    Join Date
    Apr 2009
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by freeloading View Post
    Quick question...can you run 2 PQR at the same time on 1 computer? tyia
    Yes you can. I have done it before while doing the Recruit a Friend program. People in the dungeons didnt know the difference

  3. #8838
    snopoke's Avatar Member
    Reputation
    1
    Join Date
    Nov 2011
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cpowroks View Post
    I have a Ele profile. But i haven't updated it in a while because i dont have a shaman to play on and more. But its really good.
    Yeah... this is a shame because CPO did make the best Elemental profile. Do you actually need an account to continue writing the profile? I mean we can test it for you

  4. #8839
    starl1te's Avatar Member
    Reputation
    13
    Join Date
    Feb 2012
    Posts
    110
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    USA patched to version 16733 a couple hours ago. Hopefully one of the experts here can post the new offsets before too long

  5. #8840
    whirle's Avatar Corporal
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by starl1te View Post
    USA patched to version 16733 a couple hours ago. Hopefully one of the experts here can post the new offsets before too long
    Try looking at the actual thread before posting.

  6. #8841
    kxs76'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)
    Check a couple pages back it has already been posted. Also did you try the PQRupdater?

  7. #8842
    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)
    Originally Posted by kxs76 View Post
    Check a couple pages back it has already been posted. Also did you try the PQRupdater?
    PQRupdater wont work as Xelper hasn't put the offsets up for download since it has been other people making it.

  8. #8843
    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)
    got mine from pqr itself just hit download offsets and hit refresh

    Please if someone helped you donate rep to them.

  9. #8844
    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)
    I put them up on the downloader about 5+ hours ago

  10. #8845
    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)
    I was wondering if I could get some help on something.

    Trying to create a code for ready check lol. So What I'm seeing it has to look like this.

    Code:
    if event == "READY_CHECK" then
             ConfirmReadyCheck(isReady)
    end

  11. #8846
    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 Ralphiuss View Post
    I was wondering if I could get some help on something.

    Trying to create a code for ready check lol. So What I'm seeing it has to look like this.

    Code:
    if event == "READY_CHECK" then
             ConfirmReadyCheck(isReady)
    end
    PHP Code:
    local ReadyCheck GetReadyCheckStatus("player")

    if 
    not GetReadyCheckTimeLeft <= 0 then -- Returns 0 if no ready check is initiated
       if 
    ReadyCheck == "waiting" then
          ConfirmReadyCheck
    (true)
       
    end
    end 
    Untested but should work.
    Last edited by Kinkeh; 03-21-2013 at 11:21 AM.

  12. #8847
    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)
    Originally Posted by Kinkeh View Post
    PHP Code:
    local ReadyCheck GetReadyCheckStatus("player")

    if 
    not GetReadyCheckTimeLeft <= 0 then -- Returns 0 if no ready check is initiated
       if 
    ReadyCheck == "waiting" then
          ConfirmReadyCheck
    (true)
       
    end
    end 
    Untested but should work.
    I knew it had something to do with "GetReadyCheckTimeLeft"...

    Thanks kinkeh!! +rep to you. Hope this works then maybe the damn RL will stop yelling at me for being afk during ready checks while I browse the interwebs between wipes.

  13. #8848
    lawlmoto's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2008
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any idea what all these builds are fixing/patching?

  14. #8849
    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 lawlmoto View Post
    Any idea what all these builds are fixing/patching?
    I'm thinking they are just hotfixing without actually hotfixing and patching instead so tooltips and stuff are updated with the changes.

  15. #8850
    Diogo122's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how i set up just for interrupt? not working atm i'm testing in a bg,
    Last edited by Diogo122; 03-21-2013 at 01:29 PM.

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 11:18 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