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

Shout-Out

User Tag List

Page 235 of 731 FirstFirst ... 135185231232233234235236237238239285335 ... LastLast
Results 3,511 to 3,525 of 10955
  1. #3511
    damo1981's Avatar Member
    Reputation
    1
    Join Date
    Jan 2011
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    Okay, heres my christmas present for the locks out there.
    I've re-written my code for Demo locks and made a profile just for them.
    Notes: its not finished, but works. If your rocking 4pc T13 then hit right Control.
    its based off of EJ single target.

    grab it here: chromiumcomputers.com
    first of awesome work on the profile. the only issue im having is once it starts spamming soulfire under 25-20% it lets all the others dots drop off. is this intended?

    Keep up the awesome work guys.

    Ill second the request for a working Feral pvp rotation. also a Feral dps taking all the new tier etc in account would be awesome

    Thx All.

    [BETA] PQRotation - an automated ability priority queue.
  2. #3512
    biorpg's Avatar Member
    Reputation
    28
    Join Date
    Mar 2010
    Posts
    67
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    After quite a bit of research and testing, I have concluded that A: Arms is currently better than Fury, at least when you own a single Gurthalak. and B: Stance dancing does actually offer a 3%-4% increase in DPS over simply staying in Battle Stance; it's a bitch to do though, but I've set up a profile to do it for me

    First of all, here's the profile - I am still using Xeron's excellent warrior profile as a base: http://www.filedropper.com/modedxeronarms
    This profile is best used with this spec: http://www.wowhead.com/talent#LGMccRMRurkcrZh:McmRrZz0
    Using this profile, in it's current state, I did 38k on Ultraxion in LFR. There is still one improvement I can think of that I wish to add to the profile. Here's a quick rundown of what I wish to accomplish, copied from an Arms warrior guide:
    Code:
    Your  Overpower ability is normally only usable after one of your attacks is dodged. Fortunately, thanks to  Taste for Blood, each time your  Rend deals damage, your Overpower is enabled. Note that this effect cannot occur more often than once every 5 seconds (despite the fact that Rend deals damage more often than that). Also note that each Taste for Blood proc only enables a single use of Overpower.
    
    Therefore, when you use  Overpower, the effect is consumed. The effect also fades after 9 seconds, even if you do not use  Overpower.
    
    Essentially, this means that if you do not use Overpower within 5 seconds of a Taste for Blood proc, you are going to waste procs of this effect. Within the 5 second window, however, it makes very little difference when you use your Overpower.
    
    In regards to using  Taste for Blood procs, it is ideal to delay using  Overpower until the end of the window (so, within 5 seconds of the proc), so that you can switch to  Battle Stance and use two Overpowers in quick succession, after which you can spend 9 or so seconds in  Berserker Stance.
    I was able to get it to switch to battle stance with 5 seconds remaining on the Taste for Blood buff, but I can't quite figure out how to make it then use overpower, and then immediately use it again a second later when it will proc again before switching back to berserker stance. Given that stance changes are on a separate GCD than all other abilities, it may not end up being a noticeable increase in DPS to do it this way rather than the way it's currently set up to do, which is to go battle stance on every taste for blood proc - overpower once - and go back to zerker... but if anyone could come up with a working code to replicate the behavior explained above, I would appreciate it.
    Last edited by biorpg; 12-28-2011 at 10:05 AM.

  3. #3513
    imdasandman's Avatar Contributor
    Reputation
    206
    Join Date
    Feb 2011
    Posts
    965
    Thanks G/R
    9/4
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    maybe setup a button modifier i.e. press left control to toggle zerker stance than do your zerker stance rotation. press again to go back to battle stance.
    you can even use a hold key down fuction instead of a press.

    examples of this are for the button press I believe the fire/arcane mage proflie(press right ctrl) to toggle single target/aoe mode

  4. #3514
    Jamsx1's Avatar Corporal
    Reputation
    7
    Join Date
    Oct 2011
    Posts
    27
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by biorpg View Post
    After quite a bit of research and testing, I have concluded that A: Arms is currently better than Fury, at least when you own a single Gurthalak. and B: Stance dancing does actually offer a 3%-4% increase in DPS over simply staying in Battle Stance; it's a bitch to do though, but I've set up a profile to do it for me

    First of all, here's the profile - I am still using Xeron's excellent warrior profile as a base: http://www.filedropper.com/modedxeronarms
    This profile is best used with this spec: Talent Calculator - World of Warcraft
    Using this profile, in it's current state, I did 38k on Ultraxion in LFR. There is still one improvement I can think of that I wish to add to the profile. Here's a quick rundown of what I wish to accomplish, copied from an Arms warrior guide:
    Code:
    Your  Overpower ability is normally only usable after one of your attacks is dodged. Fortunately, thanks to  Taste for Blood, each time your  Rend deals damage, your Overpower is enabled. Note that this effect cannot occur more often than once every 5 seconds (despite the fact that Rend deals damage more often than that). Also note that each Taste for Blood proc only enables a single use of Overpower.
    
    Therefore, when you use  Overpower, the effect is consumed. The effect also fades after 9 seconds, even if you do not use  Overpower.
    
    Essentially, this means that if you do not use Overpower within 5 seconds of a Taste for Blood proc, you are going to waste procs of this effect. Within the 5 second window, however, it makes very little difference when you use your Overpower.
    
    In regards to using  Taste for Blood procs, it is ideal to delay using  Overpower until the end of the window (so, within 5 seconds of the proc), so that you can switch to  Battle Stance and use two Overpowers in quick succession, after which you can spend 9 or so seconds in  Berserker Stance.
    I was able to get it to switch to battle stance with 5 seconds remaining on the Taste for Blood buff, but I can't quite figure out how to make it then use overpower, and then immediately use it again a second later when it will proc again before switching back to berserker stance. Given that stance changes are on a separate GCD than all other abilities, it may not end up being a noticeable increase in DPS to do it this way rather than the way it's currently set up to do, which is to go battle stance on every taste for blood proc - overpower once - and go back to zerker... but if anyone could come up with a working code to replicate the behavior explained above, I would appreciate it.
    Just used this profile in lfr , had another arms warrior in the raid and it never applied rend at all for me, but it did when there was no other arms warrior in the group. I guess it wont apply if a prot warrior has rend up but can't say for sure.

  5. #3515
    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 damo1981 View Post
    first of awesome work on the profile. the only issue im having is once it starts spamming soulfire under 25-20% it lets all the others dots drop off. is this intended?

    Keep up the awesome work guys.

    Ill second the request for a working Feral pvp rotation. also a Feral dps taking all the new tier etc in account would be awesome

    Thx All.
    nope not intended. workin on a fix

  6. #3516
    Bossqwerty's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    693
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by biorpg View Post
    After quite a bit of research and testing, I have concluded that A: Arms is currently better than Fury, at least when you own a single Gurthalak. and B: Stance dancing does actually offer a 3%-4% increase in DPS over simply staying in Battle Stance; it's a bitch to do though, but I've set up a profile to do it for me

    First of all, here's the profile - I am still using Xeron's excellent warrior profile as a base: http://www.filedropper.com/modedxeronarms
    This profile is best used with this spec: Talent Calculator - World of Warcraft
    Using this profile, in it's current state, I did 38k on Ultraxion in LFR. There is still one improvement I can think of that I wish to add to the profile. Here's a quick rundown of what I wish to accomplish, copied from an Arms warrior guide:
    Code:
    Your  Overpower ability is normally only usable after one of your attacks is dodged. Fortunately, thanks to  Taste for Blood, each time your  Rend deals damage, your Overpower is enabled. Note that this effect cannot occur more often than once every 5 seconds (despite the fact that Rend deals damage more often than that). Also note that each Taste for Blood proc only enables a single use of Overpower.
    
    Therefore, when you use  Overpower, the effect is consumed. The effect also fades after 9 seconds, even if you do not use  Overpower.
    
    Essentially, this means that if you do not use Overpower within 5 seconds of a Taste for Blood proc, you are going to waste procs of this effect. Within the 5 second window, however, it makes very little difference when you use your Overpower.
    
    In regards to using  Taste for Blood procs, it is ideal to delay using  Overpower until the end of the window (so, within 5 seconds of the proc), so that you can switch to  Battle Stance and use two Overpowers in quick succession, after which you can spend 9 or so seconds in  Berserker Stance.
    I was able to get it to switch to battle stance with 5 seconds remaining on the Taste for Blood buff, but I can't quite figure out how to make it then use overpower, and then immediately use it again a second later when it will proc again before switching back to berserker stance. Given that stance changes are on a separate GCD than all other abilities, it may not end up being a noticeable increase in DPS to do it this way rather than the way it's currently set up to do, which is to go battle stance on every taste for blood proc - overpower once - and go back to zerker... but if anyone could come up with a working code to replicate the behavior explained above, I would appreciate it.
    Lucky for you I have already made and perfected a stance dance arms warrior profile! I posted it a bunch of pages back but since it's not in the OP it's hard to find. I can confirm that arms is better by quite a bit actually. I top the charts no matter where I am and I'm still in mostly 378s and constantly have people asking me for tips / how I do so much dps in LFR and dungeons. Here is the latest version:

    BossProfilesv4.rar

    This is made assuming 2 piece t12 and t13, so change inner rage (activates and uses heroic strike assuming it costs 10 less rage) and battle shout accordingly.
    Last edited by Bossqwerty; 12-28-2011 at 11:27 AM.

  7. #3517
    dklcfr's Avatar Master Sergeant
    Reputation
    26
    Join Date
    Aug 2010
    Posts
    127
    Thanks G/R
    3/4
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has anyone successfully tanked with Bubbas blood dk profile? thinking about starting a tank spec (mostly for 5 mans, faster queues and all) and wondering if this willl get me where i need to be.

  8. #3518
    passionford's Avatar Member
    Reputation
    5
    Join Date
    Apr 2009
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    t13 bonus should be in the code. it checks what gear you have equipped and if you have 4 or more pcs of t13 it would cast soulburn then soulfire.

    i'm not sure what the prob is, can you do a video on a dummy in 4pc and without 4 pc and send the link to me. also are you using the english verison of the client.
    Sorry for the late reply mate, your right about the t13 me being a spazmo i didnt have the gloves equiped was using equip manager and must of missed it :P

    All working now i have them equiped thanks man

  9. #3519
    drewdenman's Avatar Banned
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ticklets View Post
    Two questions:

    First, Sheuron I made a disc PVE profile based on your holy pve profile. With your permission i'd like to release it to the public.

    Second: Is there a way to check if a certain amount of people are in range before casting the spell?

    Sort of like
    Code:
    if people in range >= 5 then return true end
    I need it to finalize and perfect the DISC PVE profile, to only cast Prayer of Healing if the current target has atleast 5 players in range, instead of it casting it on someone who isn't in ange of anyone.
    Any word on this? I would love a Disc PvE profile.

  10. #3520
    darkayo's Avatar Member
    Reputation
    3
    Join Date
    Jan 2008
    Posts
    191
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @crystal_tech : the new warlock profil doesn't work for me. It doesn't cast anything. When i switch on the old profil, no problem.
    Any idea ? Someone else tryed it ?

  11. #3521
    smrdlja's Avatar Member
    Reputation
    1
    Join Date
    Feb 2011
    Posts
    109
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im using xrnP_WARRIOR_Abilities.xml for tanking on ma warrior but I have one question. What part of code I should remove so that it doesn't stop doing rotation when other tank taunts?

    Other question is, how to make profile change stance if it notice that its not in right stance?

  12. #3522
    Xelper's Avatar ★ Elder ★
    Reputation
    1024
    Join Date
    Mar 2007
    Posts
    860
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by smrdlja View Post
    Im using xrnP_WARRIOR_Abilities.xml for tanking on ma warrior but I have one question. What part of code I should remove so that it doesn't stop doing rotation when other tank taunts?

    Other question is, how to make profile change stance if it notice that its not in right stance?
    I believe if you remove this line:
    Code:
    or (UnitGroupRolesAssigned("targettarget") == "TANK" and UnitIsUnit("player","targettarget") == nil and modkeystate == nil)
    From the --- offensive spells--- ability it will still do the rotation even if another tank taunts.

    ---------- Post added at 12:44 PM ---------- Previous post was at 12:41 PM ----------

    Originally Posted by Bossqwerty View Post
    Lucky for you I have already made and perfected a stance dance arms warrior profile! I posted it a bunch of pages back but since it's not in the OP it's hard to find. I can confirm that arms is better by quite a bit actually. I top the charts no matter where I am and I'm still in mostly 378s and constantly have people asking me for tips / how I do so much dps in LFR and dungeons. Here is the latest version:

    BossProfilesv4.rar

    This is made assuming 2 piece t12 and t13, so change inner rage (activates and uses heroic strike assuming it costs 10 less rage) and battle shout accordingly.
    I removed all of the profiles from the OP and moved to the PQRotation wikia, the links to the rotation pages are in the OP. I actually included your v3 I believe in v1.1.1... I will update it to v4 shortly.

  13. #3523
    Muhammad.R1's Avatar Member
    Reputation
    13
    Join Date
    Mar 2009
    Posts
    60
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone have a latest updated combat rogue rotation profile?

    The current one XMC or whatever it is , its like delaying the use of SS and SnD , like it waits till 60 energy then only uses it... a major dps loss , i tried to go to the ability editor but i can't find anything wrong.

    So if someone could update the profile or give a link to it
    i'd really appreciate it !

    Thanks

  14. #3524
    paveley's Avatar Member
    Reputation
    4
    Join Date
    May 2010
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dklcfr View Post
    Has anyone successfully tanked with Bubbas blood dk profile? thinking about starting a tank spec (mostly for 5 mans, faster queues and all) and wondering if this willl get me where i need to be.
    Yes i tanked with it, it holds agro just fine.....but as i have very little knowladge about DK tanking i can't realy say if it can be better. I might add i use dps gear and thus do very high threat cuz of that....best if you try it out yourself mate.

  15. #3525
    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)
    @bbatotas: I've been looking into this actually. I'm hoping to get a fix for that in the next version of my Shadow profile. Still working on a few things before I release it. Being busy with Dragon Soul Heroic doesn't help much either together with christmas! (6/

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 10:29 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