PQR - Rotation Bot menu

User Tag List

Page 571 of 779 FirstFirst ... 71471521567568569570571572573574575621671 ... LastLast
Results 8,551 to 8,565 of 11681
  1. #8551
    Pluviuss's Avatar Member
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Post your offset . i will download it

    PQR - Rotation Bot
  2. #8552
    TehVoyager's Avatar I just love KuRIoS
    Reputation
    1282
    Join Date
    Nov 2010
    Posts
    2,733
    Thanks G/R
    85/470
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cronus577 View Post
    don't worry guys, i recompiled the offset and got one that'll work, just place this into your offsets folder, and re-launch pqr, enjoy!
    mah hero! ^_^


    (don't post things I post to Patreon.)

  3. #8553
    billybuffalo's Avatar Knight-Lieutenant
    Reputation
    4
    Join Date
    Jan 2013
    Posts
    360
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    pqr is not working! Wont attach itself to wow right now. Because of patch?

  4. #8554
    Kuoth21's Avatar Private
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    why is it when i change the 2 lines shown it doesn't work still any ideas?

  5. #8555
    tbos's Avatar Private
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cronus577 View Post
    Don't worry guys, I recompiled the offset and got one that'll work, just place this into your Offsets folder, and re-launch PQR, Enjoy!
    Works great. Thanks!

  6. #8556
    turtlemans's Avatar Member
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    New offsets again.

  7. #8557
    evlow's Avatar Contributor
    Reputation
    171
    Join Date
    Sep 2007
    Posts
    233
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yep broken atm, don't log out =)

  8. #8558
    billybuffalo's Avatar Knight-Lieutenant
    Reputation
    4
    Join Date
    Jan 2013
    Posts
    360
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    they ninja'd another patch....

  9. #8559
    buntcake72's Avatar Banned
    Reputation
    1
    Join Date
    Feb 2010
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Blizzard is getting ridiculous with all these stupid patches lately.

  10. #8560
    Moonst's Avatar Member
    Reputation
    4
    Join Date
    Apr 2012
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    man I was just logged in i log out and patch yay gotta love it well OC is great will come out with something soon

  11. #8561
    donut87's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    28
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How would i add a pause hotkey to a rotation? on the left alt key.

  12. #8562
    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 donut87 View Post
    How would i add a pause hotkey to a rotation? on the left alt key.
    Here is a pretty standard pause ability(copied that from one of Sheurons profiles back in Cataclysm):
    PHP Code:
    if IsLeftAltKeyDown() 
    or 
    IsMounted()
    or 
    SpellIsTargeting()
    or 
    UnitBuffID("player",80169)
    or 
    UnitBuffID("player",87959)
    or 
    UnitChannelInfo("player"
    or 
    UnitIsDeadOrGhost("player"
    or 
    UnitIsDeadOrGhost("target"
    then return true end 
    Make a new ability and paste that. Dont add anything to the ability like spell id's etc on the right box where you type the name of the ability. Could just make a new ability named Pause and then paste the above and save and then edit the rotation and put it where you want it. Prefferably at the top.
    If you only want left alt key to pause then remove all the lines with "or". The other stuff in there is usually good. Example it wont do anything if you are mounted. Good if you have something targetted and dont want it to cast and fall to your death. It wont do anything while you eat. Its up to you what you want in there.

  13. #8563
    gongmang1's Avatar Member
    Reputation
    10
    Join Date
    Mar 2011
    Posts
    116
    Thanks G/R
    6/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oh no, 16709

  14. #8564
    hipnogen'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)
    Originally Posted by donut87 View Post
    How would i add a pause hotkey to a rotation? on the left alt key.
    if IsLeftAltKeyDown() then ruturn true end

  15. #8565
    billybuffalo's Avatar Knight-Lieutenant
    Reputation
    4
    Join Date
    Jan 2013
    Posts
    360
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this blows, pqr not working and I was in the middle of a raid. old school till new offsets are out

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 02:56 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search