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

User Tag List

Page 430 of 731 FirstFirst ... 330380426427428429430431432433434480530 ... LastLast
Results 6,436 to 6,450 of 10955
  1. #6436
    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)

    Feral Bear Tank Single Target Alpha 1

    Ok guys, this is a profile I started on a hour ago for Bear Tanks. This is Pure Alpha stage, single target attacks only. Only Cooldown that's in this rotation at the moment is Enrage on Left Control down.

    Rundown of rotation:
    Mangle starter and casts when Berserk talent procs
    Demoralizing Roar if not on targets
    Applies 1 stack Lacerate
    Thrash to apply Bleed
    Applies Remaining Lacerate Stacks
    Pulverize
    Faerie Fire
    Lacerate back to 3 stacks
    Mauls whenever Rage is above 50 to keep from starving other attacks out of Rage (Temporary until tested to get optimal Rage setting)
    Then Lacerate Filler till more Priority Move Comes Available.


    For the profile, what I suggest is to only start it on bosses and just do trash manually or use another one of the profiles around.

    I have not tested on anything but a target dummy to make sure that there is NO coding problems. There is nothing special, like Spell Known checks, so you will have to have all the spells that I have in the rotation in your spellbook.
    AGAIN, PURELY ALPHA. PROVIDE FEEDBACK PLEASE!!

    Now the link:

    Check Signature for Link

    And I'm off to bed. I'll be back on later today. Just send PM or post here about the Profile.

    EDIT* When I get some feedback on how this is working/have time to test myself, I will start coding in the rotation for AoE mobs as well as code for Frenzied Regeneration. The way I'm going to do Frenzied Regen is when the buff is active (will be on the same key down press as enrage) and Enrage is active, all other spells will be put on the back burner as to not rage starve player to get maximum effectiveness out of the T13 4p set bonus.
    Last edited by firepong; 02-24-2012 at 06:13 PM.

    [BETA] PQRotation - an automated ability priority queue.
  2. #6437
    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)
    Originally Posted by bbatotas View Post
    Fair warning -- these profiles are bare-bones, if you need anything go ahead and add it yourself. They're single-target only.

    Unholy -- good luck getting DnD working, I've searched all I can and ended up not getting anything to work. I modified buba's DnD code but it doesn't always work for me. Everything else *should* be optimal.

    BbaUnholy_DEATHKNIGHT_Abilities.xml
    BbaUnholy_DEATHKNIGHT_Rotations.xml

    MasterFrost -- I know someone else has already released one, but this should be a significant improvement. Again, single-target only, AoE shouldn't be too hard to make for yourself.

    BbaMasterFrost_DEATHKNIGHT_Abilities.xml
    BbaMasterFrost_DEATHKNIGHT_Rotations.xml

    Let me know how it goes.
    testing both

    can u state what you added/fixed/changed for both?

    edit:
    the unholy profile uses DnD randomly whereever my mouse over is.
    Would be nice if the profiles could start after combat starts,not as soon as you target a enemy
    Last edited by sportplayer2k; 02-24-2012 at 06:13 AM.

  3. #6438
    darksahde's Avatar Master Sergeant
    Reputation
    12
    Join Date
    Jan 2012
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bbatotas View Post
    Fair warning -- these profiles are bare-bones, if you need anything go ahead and add it yourself. They're single-target only.

    Unholy -- good luck getting DnD working, I've searched all I can and ended up not getting anything to work. I modified buba's DnD code but it doesn't always work for me. Everything else *should* be optimal.

    BbaUnholy_DEATHKNIGHT_Abilities.xml
    BbaUnholy_DEATHKNIGHT_Rotations.xml

    MasterFrost -- I know someone else has already released one, but this should be a significant improvement. Again, single-target only, AoE shouldn't be too hard to make for yourself.

    BbaMasterFrost_DEATHKNIGHT_Abilities.xml
    BbaMasterFrost_DEATHKNIGHT_Rotations.xml

    Let me know how it goes.
    You can totally ask permission from BossQWERT for his code for Heroic leap in his warrior profile. should behave the same for DnD, just change the name.

  4. #6439
    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 bbatotas View Post
    Fair warning -- these profiles are bare-bones, if you need anything go ahead and add it yourself. They're single-target only.

    Unholy -- good luck getting DnD working, I've searched all I can and ended up not getting anything to work. I modified buba's DnD code but it doesn't always work for me. Everything else *should* be optimal.

    BbaUnholy_DEATHKNIGHT_Abilities.xml
    BbaUnholy_DEATHKNIGHT_Rotations.xml

    MasterFrost -- I know someone else has already released one, but this should be a significant improvement. Again, single-target only, AoE shouldn't be too hard to make for yourself.

    BbaMasterFrost_DEATHKNIGHT_Abilities.xml
    BbaMasterFrost_DEATHKNIGHT_Rotations.xml

    Let me know how it goes.
    Try this for DnD. Will cast spell on Mouseover Target

    Name: Death and Decay
    SpellID: 0
    Delay: 500
    Target: Target

    Code:
    if IsLeftShiftKeyDown() and not GetCurrentKeyBoardFocus() 
    and not UnitChannelInfo("player") 
    then 
      CastSpellByName(tostring(GetSpellInfo(43265)))
      if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end 
      return true 
    end
    EDIT* No way of testing this out as my DK is sitting at 58 But it should work as it's the same way I have my Wild Mushrooms codded on my Boomkin spec. If need be, I can probably code in a Cooldown checker in there as well.
    Last edited by firepong; 02-24-2012 at 05:35 AM.

  5. #6440
    me28791's Avatar Member
    Reputation
    10
    Join Date
    Jul 2011
    Posts
    90
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    Ok guys, this is a profile I started on a hour ago for Bear Tanks. This is Pure Alpha stage, single target attacks only. Only Cooldown that's in this rotation at the moment is Enrage on Left Control down.

    Rundown of rotation:
    Mangle starter and casts when Berserk talent procs
    Demoralizing Roar if not on targets
    Applies 1 stack Lacerate
    Thrash to apply Bleed
    Applies Remaining Lacerate Stacks
    Pulverize
    Faerie Fire
    Lacerate back to 3 stacks
    Mauls whenever Rage is above 50 to keep from starving other attacks out of Rage (Temporary until tested to get optimal Rage setting)
    Then Lacerate Filler till more Priority Move Comes Available.


    For the profile, what I suggest is to only start it on bosses and just do trash manually or use another one of the profiles around.

    I have not tested on anything but a target dummy to make sure that there is NO coding problems. There is nothing special, like Spell Known checks, so you will have to have all the spells that I have in the rotation in your spellbook.
    AGAIN, PURELY ALPHA. PROVIDE FEEDBACK PLEASE!!

    Now the link:

    FireBear_Tank.rar

    And I'm off to bed. I'll be back on later today. Just send PM or post here about the Profile.

    EDIT* When I get some feedback on how this is working/have time to test myself, I will start coding in the rotation for AoE mobs as well as code for Frenzied Regeneration. The way I'm going to do Frenzied Regen is when the buff is active (will be on the same key down press as enrage) and Enrage is active, all other spells will be put on the back burner as to not rage starve player to get maximum effectiveness out of the T13 4p set bonus.


    no the 4 piece is glyphed situationally which you should now if you raid :P

    but generally is only unglyphed for purple slimes on herioc yorshaj else generally (I say generally) it is better to have it glyphd and especially on herioc ultraxion

    I ill have a look at it soon, am doing mine own well is done, but that is a different story (mainly me wanting to learn to lua program and since I know the bear tank so good.....

    and instead of enrage being a alt castable, maybe change it so it checks the lvl of the mob and if a boss, have it cast on CD but only when under 80 rage or so (mine is a little more complex then that but yea)

    also no idea if your going have enrage as a rage generator but you should only need it if you are mauling, tho should be used due to KoTJ, but with a boss attacking you you generally will be able to keep to most of your rotation while staying postive dps, so even having it just use mangle and lacerte + pulv to help with dmg reduction will keep you postive rage

  6. #6441
    Shayden85's Avatar Active Member
    Reputation
    64
    Join Date
    Mar 2008
    Posts
    204
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are there any marksmen or survival profile ?
    I have tried 1 that i found but that one werent any good.

  7. #6442
    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 me28791 View Post
    no the 4 piece is glyphed situationally which you should now if you raid :P

    but generally is only unglyphed for purple slimes on herioc yorshaj else generally (I say generally) it is better to have it glyphd and especially on herioc ultraxion

    I ill have a look at it soon, am doing mine own well is done, but that is a different story (mainly me wanting to learn to lua program and since I know the bear tank so good.....

    and instead of enrage being a alt castable, maybe change it so it checks the lvl of the mob and if a boss, have it cast on CD but only when under 80 rage or so (mine is a little more complex then that but yea)

    also no idea if your going have enrage as a rage generator but you should only need it if you are mauling, tho should be used due to KoTJ, but with a boss attacking you you generally will be able to keep to most of your rotation while staying postive dps, so even having it just use mangle and lacerte + pulv to help with dmg reduction will keep you postive rage
    Now see, the thing is, I DON'T Tank in my raids, I'm a feral DPS. I do know that Frenzied Regen is glyphed for specific bosses and all that good stuff when I was reading up for the profile. I've tanked a few heroics with the bear and that's it. Other than what the Bear guide is saying for 4.3, I'm mainly shooting blind here.

    I will have AoE built in, and all the Taunt cool-downs, and like i was saying, Frenzied Regen on prob another key as well.

    I can change Enrage to being used with 80 rage no problem, but if i do that, I might as well just stick a cool-down checker in there and just check to see when it's off as anytime your below 80 energy, it will pop it no matter what. And like you just said, you will have more than enough rage through the fight if your actually tanking a boss and not a target dummy. I was mainly just wanting Enrage set to where you can use when you want, and again, when Frenzied Regen is used for raid heals.

    It will have button clicks for Ultraxion and maybe Madness on reg and Heroic for shrapnel and tanking the tentacle on first platform.

  8. #6443
    LtButterman's Avatar Member
    Reputation
    4
    Join Date
    Jan 2012
    Posts
    80
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    UPDATE.

    @Boss, Just noticed a fault in the SMF Beta profile. When rage drops below 20 it doesnt prioritize Bshout+Brage to gain more rage instead it just auto-attacks for 1-3seconds then continues rotation without using either of the 2 shouts also happens during execution phase when starved for rage.. It seems to only happen when there is no Lust/Hero in the party/raid, otherwise it works just fine :l

    Also is there a fix for the infamous "cats" spam? lol It's happening more and more frequently now.

  9. #6444
    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)
    @ Sheuron

    Would you mind me using your code for checking if Button pressed for AoE and single target for my bear rotation as well as the Updated Feral DPS profile I'm working on? Would like to do that instead of setting up a whole different rotation for my Bear tank rotation as well as upgrading the Feral DPS rotation again to one rotation instead of having to switch back and forth between 2 different rotations.

  10. #6445
    Kinkeh's Avatar Established Member
    Reputation
    243
    Join Date
    Jan 2012
    Posts
    450
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bbatotas View Post
    Fair warning -- these profiles are bare-bones, if you need anything go ahead and add it yourself. They're single-target only.

    Unholy -- good luck getting DnD working, I've searched all I can and ended up not getting anything to work. I modified buba's DnD code but it doesn't always work for me. Everything else *should* be optimal.

    BbaUnholy_DEATHKNIGHT_Abilities.xml
    BbaUnholy_DEATHKNIGHT_Rotations.xml

    MasterFrost -- I know someone else has already released one, but this should be a significant improvement. Again, single-target only, AoE shouldn't be too hard to make for yourself.

    BbaMasterFrost_DEATHKNIGHT_Abilities.xml
    BbaMasterFrost_DEATHKNIGHT_Rotations.xml

    Let me know how it goes.
    I noticed it wasn't using the engineering gloves, which the original did and it was a increase in DPS. Macro would be /use 10 for the engineering gloves, other then that, I believe it's doing more dps.
    Last edited by Kinkeh; 02-24-2012 at 10:54 AM.

  11. #6446
    me28791's Avatar Member
    Reputation
    10
    Join Date
    Jul 2011
    Posts
    90
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    Now see, the thing is, I DON'T Tank in my raids, I'm a feral DPS. I do know that Frenzied Regen is glyphed for specific bosses and all that good stuff when I was reading up for the profile. I've tanked a few heroics with the bear and that's it. Other than what the Bear guide is saying for 4.3, I'm mainly shooting blind here.

    I will have AoE built in, and all the Taunt cool-downs, and like i was saying, Frenzied Regen on prob another key as well.

    I can change Enrage to being used with 80 rage no problem, but if i do that, I might as well just stick a cool-down checker in there and just check to see when it's off as anytime your below 80 energy, it will pop it no matter what. And like you just said, you will have more than enough rage through the fight if your actually tanking a boss and not a target dummy. I was mainly just wanting Enrage set to where you can use when you want, and again, when Frenzied Regen is used for raid heals.

    It will have button clicks for Ultraxion and maybe Madness on reg and Heroic for shrapnel and tanking the tentacle on first platform.
    enrage should be on cd at all times on a boss fight especially when you get to heriocs, I think the only time I delay mine is on herioc yorhsaj for adds, else there are a few different situations, seriously if you do need help with the tank side ask, I have tanked everything this expansion as a bear so I dont mind helping out a bit if you need it?

  12. #6447
    romb0t's Avatar Member
    Reputation
    79
    Join Date
    Dec 2011
    Posts
    212
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Valma
    Sorry to not have given feedbacks before but I do not raid a lot with my Demo.

    So there are still issues with Morloch in HM mode (right ctrl to choose the traget does not work) and still hit the issue of "a more powerfull spell already exists" in a second try. I did not have time to capture the log in the debug window.

    Then we finish the raid in normal mode and the comments are:
    - All seem to go straightforward with no real pain (I did not inactivate the rotation).
    - You should add some code in order to ensure that the diablotin is up (yes it is possible to lose him).
    - For the mouseover target, you should ensure that it is in sight to avoid the error message that the target is not visible (on the madness, it is quite often due to the size of the Tentacle).
    - For all the keys (especially out of combat) you should ensure that the keyboardfocus is not in a text or something where you can type in text otherwise for example, you could esaily cast the "Fire Rain" or the "Teleport portal".

    Feature to be added:
    - Use of the gloves for engineer
    - Use any possible trinkets

    Thanks very much for the hard work (still trying to understand all of the code )

    PS: when you edit your XML files outside the PQR interface, do you have something to translate the special characters encoding (like " being &" ...) ?

  13. #6448
    [Blinded]'s Avatar Contributor
    Reputation
    88
    Join Date
    Nov 2009
    Posts
    177
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    [Blinded]'s Rogue Profile


    Includes :

    • Subtlety - With Hemorrhage Glyph
    • Combat - Rupture support added
    • Assassination - I'll add a rotation for this within the next days


    HotKeys :

    • Left Alt : Pause/Start rotation, Default : Start
    • Right CTRL : Enable/Disable CDs, Default : Enabled



    Download Link : ( Fixed Version )
    http://dl.dropbox.com/u/60199715/%5B...e_24_02_12.rar
    Last edited by [Blinded]; 02-24-2012 at 12:26 PM.

  14. #6449
    Omaha303's Avatar Member
    Reputation
    11
    Join Date
    Jun 2009
    Posts
    49
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Sheuron:

    I just noticed that on your DK rotations the PVP one is labeled Frost PVP [5/31/5] but on your notes says it was test with a build 3/31/7. Which one is correct? prolly butchery was removed.

  15. #6450
    supermann's Avatar Member
    Reputation
    12
    Join Date
    Oct 2008
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by [Blinded] View Post
    [Blinded]'s Rogue Profile


    Includes :

    • Subtlety - With Hemorrhage Glyph
    • Combat - Rupture support added
    • Assassination - I'll add a rotation for this within the next days


    HotKeys :

    • Left Alt : Pause/Start rotation, Default : Start
    • Right CTRL : Enable/Disable CDs, Default : Enabled



    Download Link :
    http://dl.dropbox.com/u/60199715/%5B...e_24_02_12.rar
    dont work good, much delay on backstab sometimes, till 3 sec. first profile was much better

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 01:22 AM. 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