[BETA] PQRotation - an automated ability priority queue. menu

User Tag List

Page 79 of 731 FirstFirst ... 29757677787980818283129179579 ... LastLast
Results 1,171 to 1,185 of 10955
  1. #1171
    sheuron's Avatar Knight-Champion
    Reputation
    319
    Join Date
    Aug 2011
    Posts
    504
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Frost Mage PvP updates:

    - Rotation only works when target an enemy player (no more spells wasted on pets while tabbing)
    - Hold down RIGHT ALT to cast Ice Block, as soon key is unpressed cancel Iceblock buff
    - Coldsnap is casted when Icy Veins and Ice Block is on cooldown

    xeron050911bPQRProfiles.zip

    [BETA] PQRotation - an automated ability priority queue.
  2. #1172
    Debordes's Avatar Member
    Reputation
    14
    Join Date
    Oct 2007
    Posts
    128
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    sheuron -Holy Priest profile

    Is there a way to force the profile to cast Flash Heal as it's next heal whenever Surge if Light procs?

  3. #1173
    Unasrage's Avatar Member
    Reputation
    6
    Join Date
    Oct 2009
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it's already doing that m8 ^^

  4. #1174
    googlebee's Avatar Contributor PQR Profile Developer CoreCoins Purchaser
    Reputation
    235
    Join Date
    Oct 2007
    Posts
    478
    Thanks G/R
    0/0
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    - Hold down RIGHT ALT to cast Ice Block, as soon key is unpressed cancel Iceblock buff
    Brilliant! You have some great ideas Sheuron.

  5. #1175
    Debordes's Avatar Member
    Reputation
    14
    Join Date
    Oct 2007
    Posts
    128
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Unasrage View Post
    it's already doing that m8 ^^
    You positive? I am using the up to date profile and it just keeps casting regular heals when SoL procs.

  6. #1176
    Unasrage's Avatar Member
    Reputation
    6
    Join Date
    Oct 2009
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Debordes View Post
    You positive? I am using the up to date profile and it just keeps casting regular heals when SoL procs.
    pretty mucth m8 at least for me... cold be just luck but for me it's working ^^

  7. #1177
    Debordes's Avatar Member
    Reputation
    14
    Join Date
    Oct 2007
    Posts
    128
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also on another note, ever since changing the holy priest profile to the latest one I have to target someone to get the bot to start working, after that it'll auto target low hp as usual, is this intended or should I "re-install" pqr?

  8. #1178
    kurt129's Avatar Private
    Reputation
    1
    Join Date
    Mar 2011
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    alright so I'm still wondering if there is any way to fix the warlock "All:" category spells. because it seems that most of them do not work at all whatsoever and Ive been trying to find a fix for it for a day now. Can anyone help?

  9. #1179
    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)
    warlock still works in my profiles.

  10. #1180
    kurt129's Avatar Private
    Reputation
    1
    Join Date
    Mar 2011
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    warlock still works in my profiles.
    weird, do you think it might be a setting or something? i have no idea whats up with it. it just skips all of the spells until haunt, or immolate in affliction, and demonology single target rotations.

  11. #1181
    sheuron's Avatar Knight-Champion
    Reputation
    319
    Join Date
    Aug 2011
    Posts
    504
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    suggestion for future version of PQR:

    Add to the target list (target, focus, pet, player, mouseover, click) a global variable named like PQR_Target. This is an example little code we can achieve with that variable:

    Code:
    if UnitExists("mouseover") and UnitDebuffID("mouseover",589) == nil then PQR_Target = "mouseover"
    elseif UnitExists("focus") and UnitDebuffID("focus",589) == nil  then PQR_Target = "focus"
    else PQR_Target = "target" end
    
    if UnitDebuffID(PQR_Target,589) == nil then
      return true
    end
    This script Cast spell if mouseover/focus/target miss shadow word pain debuff.

    This also can make possible to free locked target on healer scripts.

  12. #1182
    googlebee's Avatar Contributor PQR Profile Developer CoreCoins Purchaser
    Reputation
    235
    Join Date
    Oct 2007
    Posts
    478
    Thanks G/R
    0/0
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Crystal please check your pm

  13. #1183
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys! Time to update my Shadow Priest profile.

    Shadow Priest Profile v4.4

    I've been taking a long time to update this profile as I've been trying out a lot of new things, squeezing out as much DPS as possible from it.
    It ended up with a complete re-write of the profile, reducing the code as much as possible.

    New in 4.4
    - Dynamic DoT re-application depending on hase and latency values.
    - Complete code re-write, no more cluttered spells
    - Reduced everything down to 4 profiles.
    Last edited by Kinky; 01-03-2012 at 12:15 PM. Reason: Updating

  14. #1184
    CryptoCombat's Avatar Contributor #define ME 0x1337 CoreCoins Purchaser
    Reputation
    194
    Join Date
    Jan 2009
    Posts
    473
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Be careful...I realized a couple minutes ago that this tool totally saps you of your ability to play your class without it! I sat for like 30 seconds trying to remember what buttons to press on my hunter! =P

  15. #1185
    sheuron's Avatar Knight-Champion
    Reputation
    319
    Join Date
    Aug 2011
    Posts
    504
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mentally View Post
    - The rotation shouldn't execute Shadow Word: Death while you're affected by Tormented in the Baleroc encounter anymore. (Suicide is bad)
    I think i suffer that on Chimaeron Phase 2

Similar Threads

  1. [Buying] Planetside 2 Priority Beta Key
    By isit123 in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 07-21-2012, 06:34 AM
  2. [Selling] PLANETSIDE 2 Priority/Early Access Beta Account
    By Kabraxiss in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 07-18-2012, 10:20 AM
  3. [Selling] Planetside 2 Priority/Early access Beta Keys
    By mrsluf in forum General MMO Buy Sell Trade
    Replies: 3
    Last Post: 07-17-2012, 04:45 AM
  4. [Selling] Planetside 2 Priority Access beta key codes
    By fatalefout in forum General MMO Buy Sell Trade
    Replies: 1
    Last Post: 06-26-2012, 04:08 PM
  5. [Bot] Automated dungeon queue / Justice Point leecher(Auto-it source)
    By s_e_a_n_66 in forum World of Warcraft Bots and Programs
    Replies: 36
    Last Post: 01-17-2011, 11:50 AM
All times are GMT -5. The time now is 04:09 PM. 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