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

User Tag List

Page 478 of 731 FirstFirst ... 378428474475476477478479480481482528578 ... LastLast
Results 7,156 to 7,170 of 10955
  1. #7156
    firepong's Avatar Elite User
    Reputation
    384
    Join Date
    Jan 2008
    Posts
    955
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by abndrew82 View Post
    Where is that one posted, I have been looking for it. Unless the one I am calling Kez isnt really his lol

    in my profile list I see 2 Onya ones but they are elemental
    Heres the new link. I actually couldn't find a post of the latest profile myself, so I uploaded it to my mediafire account. This one is from 2-01-2012:
    onya shaman resto2 20012012b.zip
    Last edited by firepong; 03-08-2012 at 01:54 PM.

    [BETA] PQRotation - an automated ability priority queue.
  2. #7157
    abndrew82's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2008
    Posts
    162
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kolaih View Post
    Im getting an error trying to start the PQR.
    Been using it for a week or so, 1 month ago and now im trying to boot it up again.
    Vers 1.1.1 and i get Edit Mode ( No bot ) only ...

    Tried to search, saw nothing on this.
    Any advice?
    Ko

    Redownload or apply the new offsets most likely

    With the patch recently, you may not have the current offsets if you have not used since then

  3. #7158
    darkayo's Avatar Member
    Reputation
    3
    Join Date
    Jan 2008
    Posts
    192
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Pwnzor187 View Post
    Download Avery.PVE.Ret.Profiles.rar @ UppIT

    That's the link to Avery's latest profile
    Avery profile only cast Blessing of might.

    Any idea ? Maybe another profile ?

  4. #7159
    cpowroks's Avatar Contributor
    Reputation
    180
    Join Date
    Oct 2007
    Posts
    623
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys, I was wondering is there a Warlock profile that assists the tank for its target then starts attacking it? Im doing the Scroll thing while dual boxing and an assisting warlock profile would be super helpful!

    Thanks!

  5. #7160
    Kolaih's Avatar Member
    Reputation
    7
    Join Date
    Feb 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cheers

    had redownloaded but started the same old version :P

  6. #7161
    svs's Avatar Active Member
    Reputation
    15
    Join Date
    Feb 2012
    Posts
    89
    Thanks G/R
    9/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just create an ability, name it Assist Tank and set Spell ID to 0.

    Code:
    if GetNumPartyMembers() > 0 and UnitInRaid("player") == nil then
    
    local heisthetank = nil
    
    for i = 1, GetNumPartyMembers(), 1 do
      if UnitGroupRolesAssigned("party"..tostring(i)) == "TANK" then heisthetank = "party"..tostring(i) end
    end
    
    if heisthetank and UnitExists("target") == nil 
    and UnitAffectingCombat(heisthetank) 
    and UnitAffectingCombat(heisthetank.."target") 
    and UnitIsDead(heisthetank.."target") == nil
    and UnitCanAttack("player",heisthetank.."target")
    then TargetUnit(heisthetank.."target") end
    
    end
    
    if GetNumRaidMembers() > 0 then
    
    local heisthetank = nil
    
     for i  = 1, GetNumRaidMembers(), 1 do
      if UnitGroupRolesAssigned("raid"..tostring(i)) == "TANK" then heisthetank = "raid"..tostring(i) end
    end
    
    if heisthetank and UnitExists("target") == nil 
    and UnitAffectingCombat(heisthetank) 
    and UnitAffectingCombat(heisthetank.."target") 
    and UnitIsDead(heisthetank.."target") == nil
    and UnitCanAttack("player",heisthetank.."target")
    then TargetUnit(heisthetank.."target") end
    
    end

  7. #7162
    bobo's Avatar Member
    Reputation
    3
    Join Date
    Oct 2006
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by abndrew82 View Post
    Where is that one posted, I have been looking for it. Unless the one I am calling Kez isnt really his lol

    in my profile list I see 2 Onya ones but they are elemental
    Onya_resto2.rar

    This one is 1 day newer than the one that Firepong posted. It had just a couple updates on it. Hope onya doesnt mind me reposting it. Havent seen him on in awhile.

  8. #7163
    bobo's Avatar Member
    Reputation
    3
    Join Date
    Oct 2006
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If anyone is interested I have copies of pretty much every profile ever released here. I do not have them sorted out by what is updated and what is not. You can probably figure it out from the date the file was last modified though. I could zip them all up into one large zip and post them if anyone is interested

  9. #7164
    iliekcoffee's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bobo View Post
    If anyone is interested I have copies of pretty much every profile ever released here. I do not have them sorted out by what is updated and what is not. You can probably figure it out from the date the file was last modified though. I could zip them all up into one large zip and post them if anyone is interested
    I would be

  10. #7165
    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 mentally View Post
    So, guys! The long awaited updated profile for Shadowpriests is here. :P
    I was supposed to release it Wednesday morning, but, stuff came in the way and gave me very little time.

    ============== Changelog ==============
    Mentally's Shadow Priest Profile v4.8
    - Completely re-written from the core-up!

    This new rotation focuses heavily around the Tier 13 4-set bonus.
    However, it will still prioritize the "regular" Shadow Priest rotation
    for people without the 4-set bonus.

    The "Burn" rotation (MB/MS spam) comes pre-configured for the following bosses:
    - Hagara the Stormbinder (LFR/Normal 10-25/Heroic 1025)
    - Spine of Deathwing (Burning Tendons)

    The "Slack" rotation (SW:P mouseover / Mind Flay spam) is enabled for the adds of both Hagara and Spine of Deathwing!

    Especially for Spine of Deathwing and Hagara, you don't want to use your burn rotation unless you're attacking the "unit", therefor, you'll only be able to use Shadow Word: Pain on mouseover and Mind Flay otherwise. (Saving all your burst-cooldowns and abilities for when it matters while reducing the Shadowfiend CD!)

    You can add/remove "Burn" and "Slack" units by editing the "-------- Variables --------" ability then add or remove NPC ID's from the "PQ_BurnUnitsList" for Burn units, and "PQ_SlackUnitsList" for SW:P/MF units.
    Notice: Remember to seperate every ID with a comma!!

    -- Tips for Heroic: Spine of Deathwing --
    Load your character into this link, and click "Optimize".
    WoW Reforge Calculator & Optimizer

    This should and will yield the best-possible results for your Shadow Priest while burning those peksy Tendons.

    Key Modifiers:
    • Hold Left Shift Key: Disable Heroic Will on Ultraxion
    • Left Control Key: Use Dispersion
    • Left Alt Key: Mass Dispel (I recommend the Glyph with this.)



    Comes with 3 profiles:
    • Standard
    • Mana Friendly (Same as Standard, with SW below 55% MP)
    • and Leveling (With leveling abilities)


    Download: Shadow Priest v.4.8.1 (Updated)

    Everything else is as before!


    Update:
    Fixed some stupid mistakes with NPC ID's being Spell ID's. D: Shouldn't be a problem nontheless if you were one of the 4 who downloaded the 4.8 version!

    I also recently got myself a US World of Warcraft account and I've started leveling a Druid there which I'm already creating a profile for that I'll be releasing as it's done.
    So if you're feeling generous and want to help me pay for a Cataclysm upgrade (or other things), feel free to donate!

    And if you wanna add me on RealID, send me a PM on the forums.

    Cheers, guys!


    Mind Flay should be used to refresh SW:P on your focus, you should never recast SW:P before it falls off, unless target is out of range or otherwise.

  11. #7166
    gortyepid's Avatar Private
    Reputation
    1
    Join Date
    Feb 2010
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone help me edit googlebee druid rotations for Ultraxion..

    Try'n to add the button and also remove shred all together from the rotation....

  12. #7167
    bobo's Avatar Member
    Reputation
    3
    Join Date
    Oct 2006
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I uploaded all of the profiles in 2 separate zips. One of them is pretty much every profile that has ever been released here. The other one is mostly all of the current profiles from each profile author. It is just a copy of my profile folder straight out of PQR. This does not mean that all of the profiles are current and up to date. It just means that they were not written over when I added them to the profiles folder. You will have to try each of them out to see which one works the best.

    PQR Profiles CURRENT.rar

    PQR Profiles ALL.rar

    All of these files are the work of the original authors. The only thing I have changed in any of them is to add the automatic twilight avoidance for Ultraxion into profiles that didnt already have it, and to add in auto-herb and mining into a few of them. Please give rep to the original creators if you enjoy and benefit from their work.

  13. #7168
    shortround8's Avatar Member
    Reputation
    6
    Join Date
    Apr 2009
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Bubba or whoever has avid knowledge of PQR. Would lag be a factor on how well PQR performs?

  14. #7169
    bu_ba_911's Avatar Elite User
    Reputation
    552
    Join Date
    May 2006
    Posts
    1,638
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by shortround8 View Post
    @Bubba or whoever has avid knowledge of PQR. Would lag be a factor on how well PQR performs?
    yes, as it is when u try playing without pqr, you just can't send the rotation to the server to have it cast properly
    ^0^Team Nova's PQR NCC ^0^

    If you think someone did something good, take the time to show your appreciation!

  15. #7170
    sportplayer2k's Avatar Master Sergeant
    Reputation
    8
    Join Date
    Feb 2012
    Posts
    75
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @sandman
    Unholy profile issues- Blood tap doesnt seem to work, Wont use cooldowns on regular 5man heroic bosses(while using raid boss profile)

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:50 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