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

User Tag List

Page 436 of 731 FirstFirst ... 336386432433434435436437438439440486536 ... LastLast
Results 6,526 to 6,540 of 10955
  1. #6526
    ace99ro's Avatar Sergeant Major
    Reputation
    9
    Join Date
    Dec 2011
    Posts
    173
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    BbaMasterfrost a bit tweaked :

    - added Pause button ( Shift )
    - added DnD on mouseover ( L-Ctrl )
    - added DarkSim for Hagara's Shattered Ice ( just put the boss on your focus )

    [BETA] PQRotation - an automated ability priority queue.
  2. #6527
    starl1te's Avatar Member
    Reputation
    13
    Join Date
    Feb 2012
    Posts
    110
    Thanks G/R
    1/1
    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/Fixed the issues with premeditation and preparation!
    • Combat - Rupture support added


    HotKeys :

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



    Download Link : ( Fixed Version and this time I mean it! rly )
    [Blinded]_Rogue1.1.rar

    Pls test and rate it, now this profile should work as intended.
    As I said, i'll add an assassination profile within the next days and after this i'll add profession and racial support!

    - i think others mentioned already, you should probably get rid of left-alt start/stop toggle. especially since alt-X already does the exact same thing by default, and they tend to desync with user trying to start with alt-x while your function turns it off at the same time personally i use *hold down* left shift for *pause* on all my profiles, it works fantastic since then I can keybind things like feint to shift-{some key} and ensure it gets thru the PQR ability spam: "if IsLeftShiftKeyDown() then return true end"

    - not sure if it matters but I added "and StealthUp == nil" to hemo and BS

    - Now I use Dance / Vanish manually in raids so this isn't tested well, but I'm not sure why "if MoSUP == nil" is there for Shadow Dance, but i guess it doesn't do any harm either

    - This may not be an issue for others but "or ( MoSUP ~= nil )" for shadowstep means it will shadowstep on pull from 25 yards as you are moving up stealthed to boss, often while the boss is hauling in a different direction towards tank. which may screw up positioning and countdown and ambush and/or get you killed if you dont pre-tricks tank, plus it's probably better to SS during the first shadow dance after pull. "or ( VanishUP ~= nil )" could be an alternative, though it's only 3 sec long. for those that want to start fights "manually" with an ambush.

    - some kind of toggle for shadowstep, otherwise people will have to take it out of the rotation manually for DW Madness

    - not sure if this will make anything better or worse: add a "shadow step CD is up" requirement for shadowdance and/or vanish

    combat seems to be perfect. looking forward to assassination, that will make it all 3 specs perfect! fantastic work blinded

  3. #6528
    stec2012's Avatar Corporal
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ace99ro View Post
    BbaMasterfrost a bit tweaked :

    - added Pause button ( Shift )
    - added DnD on mouseover ( L-Ctrl )
    - added DarkSim for Hagara's Shattered Ice ( just put the boss on your focus )
    Might want to upload it to somewhere else as things take ages to be accepted on these forums from what i can see.

    Looking forward to testing it.

  4. #6529
    forvirrad's Avatar Private
    Reputation
    1
    Join Date
    Jan 2011
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes really fantastic work blinded finally i can play my beloved rogue
    Looking Towards the update of the sub so that I can dominate the DW Madness!

    Once again THANK YOU for a job well done.

    One more thing are you going to make a sub PvP profile?

    // Forvirrad

  5. #6530
    [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)
    Originally Posted by starl1te View Post
    - i think others mentioned already, you should probably get rid of left-alt start/stop toggle. especially since alt-X already does the exact same thing by default, and they tend to desync with user trying to start with alt-x while your function turns it off at the same time personally i use *hold down* left shift for *pause* on all my profiles, it works fantastic since then I can keybind things like feint to shift-{some key} and ensure it gets thru the PQR ability spam: "if IsLeftShiftKeyDown() then return true end"

    - not sure if it matters but I added "and StealthUp == nil" to hemo and BS

    - Now I use Dance / Vanish manually in raids so this isn't tested well, but I'm not sure why "if MoSUP == nil" is there for Shadow Dance, but i guess it doesn't do any harm either

    - This may not be an issue for others but "or ( MoSUP ~= nil )" for shadowstep means it will shadowstep on pull from 25 yards as you are moving up stealthed to boss, often while the boss is hauling in a different direction towards tank. which may screw up positioning and countdown and ambush and/or get you killed if you dont pre-tricks tank, plus it's probably better to SS during the first shadow dance after pull. "or ( VanishUP ~= nil )" could be an alternative, though it's only 3 sec long. for those that want to start fights "manually" with an ambush.

    - some kind of toggle for shadowstep, otherwise people will have to take it out of the rotation manually for DW Madness

    - not sure if this will make anything better or worse: add a "shadow step CD is up" requirement for shadowdance and/or vanish

    combat seems to be perfect. looking forward to assassination, that will make it all 3 specs perfect! fantastic work blinded
    You can edit the default settings of PQR
    I use F1 - F4 and i don't want to disable the whole rotation so for me it's perfect, but i can change it ^^

    You can replace VanishUP and StealthUP with MOSUP == nil, that would only be one check, but it won't do anything cuz i moved Ambush at the beginning of our rotation.

    MoSUP is Master of Silence, this buff will be aplied everytime you use Vanish or Stealth, so ShadowDance won't be used if you are in stealth or used vanish a second ago

    I'll remove ShadowStep for Ultraxion and Madness

    The ShadowStepCD requirement would be a small dps increase for vanish

  6. #6531
    saga3180's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Sep 2011
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why cant i find a working unholy profile :'(
    Yes iv searched and tried a few and dont work

  7. #6532
    stec2012's Avatar Corporal
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by saga3180 View Post
    Why cant i find a working unholy profile :'(
    Yes iv searched and tried a few and dont work
    4 pages back, one that does work.

    Just admit your lazy and cant be arsed looking ^^

    Here ya go ([BETA] PQRotation - an automated ability priority queue.)

  8. #6533
    saga3180's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Sep 2011
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stec2012 View Post
    4 pages back, one that does work.

    Just admit your lazy and cant be arsed looking ^^

    Here ya go ([BETA] PQRotation - an automated ability priority queue.)
    Iv tried that alredy and no it didnt work for me
    It just stands there and doesnt do any spells.

  9. #6534
    stec2012's Avatar Corporal
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works fine for me, 16k+ on a dummy

  10. #6535
    smurfalmighty's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    43
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ace99ro View Post
    BbaMasterfrost a bit tweaked :

    - added Pause button ( Shift )
    - added DnD on mouseover ( L-Ctrl )
    - added DarkSim for Hagara's Shattered Ice ( just put the boss on your focus )
    Can you upload it to a site because they never approve attachments generally on this forum.

  11. #6536
    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
    Made some changes to my MasterFrost and Unholy profiles.

    Frost -- Added glove enchants to PoF. Turned on "Require Combat to Execute Rotation."

    BbaMasterFrost_DEATHKNIGHT_Abilities.xml
    BbaMasterFrost_DEATHKNIGHT_Rotations.xml

    Unholy -- Now saves RP to cast Gargoyle. Updates DnD, hold ctrl to cast, still not optimal, but the best I could do right now. Removed profile notes. Turned on "Require Combat to Execute Rotation."

    BbaUnholy_DEATHKNIGHT_Rotations.xml
    BbaUnholy_DEATHKNIGHT_Abilities.xml

    Let me know if there's anything else to do.

    I added DnD on your masterfrost profile, I'm averaging 28-29kish on a dummy with ilvl 395 gear with one heroic hand of morchok and one normal hand of morchok, while the original was only doing 25-26kish, I'm very happy, good work!

  12. #6537
    ace99ro's Avatar Sergeant Major
    Reputation
    9
    Join Date
    Dec 2011
    Posts
    173
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ace99ro View Post
    BbaMasterfrost a bit tweaked :

    - added Pause button ( Shift )
    - added DnD on mouseover ( L-Ctrl )
    - added DarkSim for Hagara's Shattered Ice ( just put the boss on your focus )
    BbaMasterFrost_DEATHKNIGHT_Abilities.xml
    BbaMasterFrost_DEATHKNIGHT_Rotations.xml

  13. #6538
    saga3180's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Sep 2011
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stec2012 View Post
    4 pages back, one that does work.

    Just admit your lazy and cant be arsed looking ^^

    Here ya go ([BETA] PQRotation - an automated ability priority queue.)
    Tried this again on lfr does cast spells and everything on trash but i just stops on bosses :/

  14. #6539
    collinetnick's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How would i go about switching to blood presence and back for heroic morchok? If not a really good idea for you to make it into a rotation for all of us dks who are doing heroic DS.
    Last edited by collinetnick; 02-25-2012 at 03:25 PM.

  15. #6540
    bbatotas's Avatar Private
    Reputation
    3
    Join Date
    Aug 2011
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by collinetnick View Post
    How would i go about switching to blood presence and back for heroic morchok? If not a really good idea for you to make it into a rotation for all of us dks who are doing heroic DS.
    I really just learned the basics to make a rotation for myself, I don't use this program for stuff like switching or pausing or AoE. Everything goes to the community, and anyone can feel free to change it, but I both lack the knowledge and the desire to get into stuff like presence switching and Heroic Will. Hell, I even had to borrow someone else's code to get DnD to work :P

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 02:04 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