PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 745 of 779 FirstFirst ... 245645695741742743744745746747748749 ... LastLast
Results 11,161 to 11,175 of 11681
  1. #11161
    momo1029's Avatar Sergeant
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    69
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im having a problem with the code


    local Invoke,_,_,_,_,_,Invoketimer = UnitBuffID("player",116257)
    local Pyroblast,_,_,_,_,_,Pyroblasttimer = UnitBuffID("player",4810

    if PQR_SpellAvailable(12051)
    and not Pyroblast
    and not PQR_IsMoving(1)
    and not UnitBuffID("player",116257) then
    return true
    end

    i put the spellid 12051 on the left bottom box, it just won't trigger the cast

    PQR - Rotation Bot
  2. #11162
    SuddenlyBRAINS's Avatar Contributor
    Reputation
    133
    Join Date
    Feb 2010
    Posts
    289
    Thanks G/R
    28/34
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Since I first downloaded PQR, I've mainly used Holobyte's Destruction Warlock rotation and CodeMyLife's Beast Mastery Hunter rotation, and I've seen exceptional progress in LFR with my undergeared alts. It's impressive how well written these are, and how I simply need to move my character a bit to avoid mechanics. Sadly, these two are only good for LFR, whereas my main character is fully capable of doing normal mode Throne of Thunder. The problem? There's no profile for Fury Warriors like these.

    Originally, I couldn't find any that performed decently with my warrior, as they always did at most half of what I could do while not using cooldowns. Unlike the two profiles I mentioned, no warrior profile utilized the big cooldowns. The best I could find on the forums, and have no clue WHERE I found it, is a rotation by Failroad, but even then it does not use the cooldowns. For a warrior, the cooldowns do NOT use the GCD, so I can use them when I want during a rotation, but optimally the cooldowns are supposed to be used on cooldown, not whenever I feel like it. The rotation is exceedingly fine on target dummies (easy 125k on boss dummy), but it under-performs on actual fights (63k on level 93 enemy). I did read that there is a spectacular raiding profile, but unfortunately it costs money, and I just can't justify using that kind of cash on "illegitimate things."

    Today, I tried to look at the ability editor to see how everything is set up; my feeble mind almost melted. I thought to myself "what the heck is all of this gibberish?", and went to the opening post. There is a wiki, so I thought I could try to learn a bit from said wiki. Unfortunately, it's all coding and such, and I'm too stupid to code. I never learned that stuff, nor did I have any drive to learn it because it wasn't a useful topic for me to learn in the past.

    Would anyone mind suffering through a long explanation to help create a Fury Warrior profile for raiding? I can detail every single move in depth and point out the rotation without even thinking, since that's my main class and all, and I can provide links to the respective spell pages on wowhead.

  3. #11163
    ShinjidaiNoKami's Avatar Active Member

    Reputation
    54
    Join Date
    Aug 2013
    Posts
    93
    Thanks G/R
    4/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello guys. Could you please tell me what could possibly be causing WoW client to crash after PQR has been running for a while ?

  4. #11164
    CodeMyLife's Avatar Contributor
    Reputation
    272
    Join Date
    Mar 2013
    Posts
    707
    Thanks G/R
    24/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ShinjidaiNoKami View Post
    Hello guys. Could you please tell me what could possibly be causing WoW client to crash after PQR has been running for a while ?
    - Opened functions or tables that run forever in profile.
    - Windows 8 Bubble Screen Saver.
    - Windows 7 Screen energy Saver.
    - And many more that dont comes to my mind right now lol
    Soapbox Rotations Developer

  5. #11165
    somenub0608's Avatar Private
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    Well todays my birthday and i thought i'll give you guys a little gift,

    its my prot warrior work in progress : https://github.com/crystaltech/-PQR-...ive/master.zip

    some notes on it:
    its up to you to use shield barrier/block and banners

    left shift: CDs (bloodbath\dragon roar\shockwave) (it will use them on special units without holding the key down)
    left ctrl: taunt mouseover
    left alt: quick pause
    right alt: (if your in a raid instance, eg LFR, it will mark you with a star, the other tank with a circle and make him your focus) --I use a safeguard macro to provide extra damage reduction on bigger hits
    right ctrl: heroic leap
    right shift: AoE toggle
    left and right Alt: Pause toggle

    also created a frame that shows what mode your in (pause, aoe on or off) thats movable if you don't want it on type /pqd

    in order to change Modkeys at this time you'll need to change the number in the spell table.

    it will use execute if your at or above 90% hp and 50% rage but you can turn it off or change values in the table.

    I welcome feedback and helpful suggestions.
    Very nice profile. I know many don't like automatic mitigation but i kinda do, for 5man and questing at least. so i added the below in the upper portion of the rotation.

    --Shield Block
    if Spells[_ShieldBlock].known and _SA(_ShieldBlock) and _Rage > 60 and _HP < 95 then
    _Cast(_ShieldBlock, nil)
    return true
    end

    i also noticed that you had a "dps" mod. when i enabled it i didn't see a huge difference. Was i missing something?

  6. #11166
    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 somenub0608 View Post
    Very nice profile. I know many don't like automatic mitigation but i kinda do, for 5man and questing at least. so i added the below in the upper portion of the rotation.

    --Shield Block
    if Spells[_ShieldBlock].known and _SA(_ShieldBlock) and _Rage > 60 and _HP < 95 then
    _Cast(_ShieldBlock, nil)
    return true
    end

    i also noticed that you had a "dps" mod. when i enabled it i didn't see a huge difference. Was i missing something?
    yea its something i just added atm all it does is keeping the toon from capping in rage, as for shields i'm going to add in a toggle based auto shield so best of both worlds.

    Please if someone helped you donate rep to them.

  7. #11167
    hygolas56's Avatar Private
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by knightnova1 View Post
    Complete profile rewrite now handles logic better, less laggier, and quicker calculations, added AOE profiles (manually switch profiles with pqr), fixed Dragon's Roar casting out of range, and optimized execute.

    For reforges i use WoW Reforge Calculator & Optimizer the new Hit and Exp Caps are both 769 you have to manually change the caps then press Optimize in the bottom left.

    For arms AOE if theres only 2 or 3 creatures i suggest using Sweeping Strikes manually (works nicely for warmaster blackhorn), if 4 or more then switch to the AOE profile (black adds on yorsaj, slimes on spine or madness)

    For fury the AOE is pretty optimized, will build meat cleaver stacks with whirlwind for raging blow and cleave to keep from hitting rage cap or if deadly calm is up.

    Both profiles now average higher dps then simcraft (pqr can calculate functions better), SMF is still better then Arms
    It does not work with the 5.3 update?

  8. #11168
    cukiemunster's Avatar Contributor
    Reputation
    132
    Join Date
    Dec 2009
    Posts
    1,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hygolas56 View Post
    It does not work with the 5.3 update?
    Since that post is almost a year old I doubt it.

    Sent from my Galaxy S4 using Tapatalk 2

  9. #11169
    Feldeath's Avatar Member
    Reputation
    12
    Join Date
    Feb 2011
    Posts
    75
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi there, PQR really is an excellent program but from times to times for no apparent reason (can't find any reason at all tbh)

    It will start to f**k up every addon you have installed and started with the game one by one and corrupt them to the point that
    the blizzard message to deactivate the addon will pop up.
    Problem is, the addon being deactivated has absolutely nothing to do with the error.
    The errors (it doesn't tell us what errors are causing it) are coming from PQR.
    But the thing is, it's absolutely not all the time, it is completely random.
    Sometimes I do get errors from PQR and it is or an error about the protected lua command 'UNKNOWN()' being used or it is about,
    I believe, internal coding in PQR as it is related to how PQR goes from one 'action' to the next one on the PQR rotation list.

    Anyway, this is just my understanding of the problems I have with PQR. I'll try to post a few images in the future so I can illustrate
    but at the moment I have nothing.

    So if anyone can help on that I would appreciate very very much.

  10. #11170
    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 Feldeath View Post
    Hi there, PQR really is an excellent program but from times to times for no apparent reason (can't find any reason at all tbh)

    It will start to f**k up every addon you have installed and started with the game one by one and corrupt them to the point that
    the blizzard message to deactivate the addon will pop up.
    Problem is, the addon being deactivated has absolutely nothing to do with the error.
    The errors (it doesn't tell us what errors are causing it) are coming from PQR.
    But the thing is, it's absolutely not all the time, it is completely random.
    Sometimes I do get errors from PQR and it is or an error about the protected lua command 'UNKNOWN()' being used or it is about,
    I believe, internal coding in PQR as it is related to how PQR goes from one 'action' to the next one on the PQR rotation list.

    Anyway, this is just my understanding of the problems I have with PQR. I'll try to post a few images in the future so I can illustrate
    but at the moment I have nothing.

    So if anyone can help on that I would appreciate very very much.
    Your problems are from the profile you are using, not from PQR itself.

  11. #11171
    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 i often got lua errors with the addon dominos

    some pqr profiles just dont work with dominos activated, didnt found out yet why

  12. #11172
    kevinnash79's Avatar Corporal
    Reputation
    4
    Join Date
    Jan 2013
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sense the last patch of the pqr, I can not get the monk interrupt to work what so ever.

  13. #11173
    CodeMyLife's Avatar Contributor
    Reputation
    272
    Join Date
    Mar 2013
    Posts
    707
    Thanks G/R
    24/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by finish View Post
    somehow i often got lua errors with the addon dominos

    some pqr profiles just dont work with dominos activated, didnt found out yet why
    I'm more than sure dominoes surely uses some same vars your prfiles does and those are conflicting. Having same issue with Arkinventory

    As for the addons beign blocked its often that the client tried to run a protected function from within the game so client become "tainted". And will block every addons until reloadui.
    This is more often then else related to the profile.

    ------------------------------------------------------------------------------------------

    I do not remember if I posted this here I do not think so. By the way a couple weeks ago I did a Multi-Class Interrupt Dispel wich work as any interrupt profile that can be used by any class to manage their dispels. It's a 5.3 Tool that should work regardless of class/spec/level as long as you have a dispel ability it should use it. I did some tweaks to it yesterday so feel free to update to 1.01 via rotation config if you already have it.

    Works for Druids/Mages/Monks/Paladins/Priests/Shamans. Me and my raiders are using this since a couple weeks to test it and its working as intended. Removing Debuffs by most stacks priority(optimized for horridon). I use it with my protection paladin setup, my GF uses it on her preist and we tested most classes.

    It is on my SVN in the Profiles/INTERRUPTS folder and it's named CodeMyDispel. The All-In-One Rotation is in fact an All-In_one Ability that can be easily added to any profile you like as a single ability. Putting this into your profile will however take ressources so I'd recommand only using it on fights you do need it by activating it as an interrupt. The Master rotation is individually adding all classes and is the one you should use as interrupt but both should work anyway.

    Thanks for giving feedback if you encounter issues with it!
    Last edited by CodeMyLife; 08-18-2013 at 10:28 AM.
    Soapbox Rotations Developer

  14. #11174
    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)
    anyone else having issues getting pqr on the new ptr running properly when recount or skada is loaded ? no other addons loaded.

    i start up pqr and as soon as i start attacking the dummy i get mass flooded with lua errors and pqr refuses to work. with recount/skada turned off it works.

  15. #11175
    Lhilton17's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys! I

    I would really appreciate it if someone could hit me up on skype and help me set up PQR idk, I have just been having difficulty getting it to work. Would be appreciated very very much!

    skype - improv24

    I'll be back in a half hour! thanks!

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 06:09 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