PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 574 of 779 FirstFirst ... 74474524570571572573574575576577578624674 ... LastLast
Results 8,596 to 8,610 of 11681
  1. #8596
    Neyia's Avatar Active Member Ultimate Rogue PVE CoreCoins Purchaser
    Reputation
    41
    Join Date
    Nov 2012
    Posts
    335
    Thanks G/R
    1/3
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thx you very much man !!!!!

    PQR - Rotation Bot
  2. #8597
    hbkx1's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    Dec 2008
    Posts
    131
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Whats with the ninja patches argh cant play now =(

  3. #8598
    J1982G's Avatar Private
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I copy and pasted the new offset file in my offsets folder but still pqr wont work

    does anyone have some suggesttions please

  4. #8599
    Weischbier's Avatar Member
    Reputation
    12
    Join Date
    Apr 2012
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by shawry View Post
    thanks mate, much appreciated
    Perfect, thanks!

  5. #8600
    blaythe's Avatar Active Member
    Reputation
    52
    Join Date
    Aug 2012
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    NEW OFFSET RAR



    https://www.dropbox.com/s/kbmvjmskpp...sets_16709.rar


    uncompress that file in your offsets folder of PQR.

    Not sure if the hosting is working :/ Anyone recommend a new file host?

    Much easier than the copy-paste method.
    Last edited by blaythe; 03-15-2013 at 06:22 AM.

  6. #8601
    J1982G's Avatar Private
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Blaythe you are awesome mate

    thank you so much

  7. #8602
    hbkx1's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    Dec 2008
    Posts
    131
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thx blaythe

  8. #8603
    Kodek's Avatar Member
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the file , works perfect for me.

  9. #8604
    osbornx22's Avatar Sergeant
    Reputation
    14
    Join Date
    Nov 2009
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xelper View Post
    It is possible that the spell ID that I had chosen for each class to measure GCD (typically: a spell with no cooldown besides GCD) might have changed for some classes. These IDs haven't been changed in a long while:

    If you see any that aren't correct, or are outdated, let me know:

    Code:
        function PQR_GCDSpellID()
            local _, playerClass = UnitClass("player")
    
    
            if playerClass == "DEATHKNIGHT" then
                return 52375
            elseif playerClass == "DRUID" then
                return 774
            elseif playerClass == "HUNTER" then
                return 56641
            elseif playerClass == "MAGE" then
                return 1459
            elseif playerClass == "PALADIN" then
                return 85256
            elseif playerClass == "PRIEST" then
                return 2050
            elseif playerClass == "ROGUE" then
                return 1752
            elseif playerClass == "SHAMAN" then
                return 45284
            elseif playerClass == "WARLOCK" then
                return 980
            elseif playerClass == "WARRIOR" then
                return 1715
            elseif playerClass == "MONK" then
                return 100780
            else
                return 0
            end 
        end
    Warrior Hamstring triggers a smaller gcd as all other spells.
    hamstring gcd = 1 sec
    all other = 1,5 sec

    There is no spell without cd and normal gcd, which is present in any spec and talent setup

    1. Solve: Take different spells for each spec, to get normal gcd:
    arms = 1464
    def = 20243 (replaces 7386 ( dont use IsUsable(), because 20243 doesnt need power (rage))
    furor = 100130

    2. static 1,5

    3. take a spell with cd
    469
    6673
    6343
    ...

  10. #8605
    beastmodedude's Avatar Private
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any way to read up about the new features of PQR 2.2?

  11. #8606
    temp123's Avatar Member
    Reputation
    11
    Join Date
    May 2012
    Posts
    247
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by blaythe View Post
    NEW OFFSET RAR



    https://www.dropbox.com/s/kbmvjmskpp...sets_16709.rar


    put that file in your offsets folder of PQR.

    Much easier than the copy-paste method.
    Yeh people please rep him/her, thanks a lot

  12. #8607
    manw's Avatar Banned
    Reputation
    8
    Join Date
    Nov 2008
    Posts
    130
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quick question.

    I'm using the interrupt bot, is it possible to blacklist/ignore a spell ? I'd like to ignore this one Waterbolt - Spell - World of Warcraft (mage element waterbolt)

    thank you, will +rep for sure

  13. #8608
    trvolta's Avatar Private
    Reputation
    1
    Join Date
    Feb 2013
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    some1 link new ofset 17709 pls coulnd not use others all dmged :S

  14. #8609
    map1000's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The link(s) to download 16709 are broken. It appears that this isn't much easier than the cut and paste method after all.

    I created a "dropbox" on the website and selected "download to dropbox" instead of download. eventually got it to work...thanks!
    Last edited by map1000; 03-15-2013 at 06:15 AM. Reason: Got file

  15. #8610
    blaythe's Avatar Active Member
    Reputation
    52
    Join Date
    Aug 2012
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Should be working. I'm not sure why they aren't for you. I'll see about hosting only the xml file.


    Direct link to the uncompressed file.

    https://www.dropbox.com/s/cg1uvyzfrx...sets_16709.xml

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 07:15 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