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

User Tag List

Page 439 of 731 FirstFirst ... 339389435436437438439440441442443489539 ... LastLast
Results 6,571 to 6,585 of 10955
  1. #6571
    wtfnix's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stec2012 View Post
    If you actually took your own advice and checked a few posts later, or a page or so then you would see they had been posted again on media fire. Im currently using them ^^

    Heres the link the newer post, dont be so quick to be an arse maybe?

    http://www.ownedcore.com/forums/worl...ml#post2200450 ([BETA] PQRotation - an automated ability priority queue.)
    OP was ace99ro that I asked of I seen sharing the code... However I posted this question of reupping his code share that's .xml based, and I wasn't looking at other's but HIS, As you see here in my search:

    http://www.ownedcore.com/forums/sear...archid=4008842

    I took my own advice, was wondering if he could share his code modification that he had done, to another's profile...

    [BETA] PQRotation - an automated ability priority queue.
  2. #6572
    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)
    So you wanted Ace99ro's rotations that he originally upped which needed authorising? the one which he re-upped to media fire in the link that i posted for you?

    Not some other persons but his, HIS!

  3. #6573
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mpzor View Post
    Hi,

    First of I just have to say thanks to everyone that works so hard to make working profiles for the community! You guys are heroes in my eyes!

    Now to the point, is there a way to make the PQR cast Scatter Shot, trap launcher and then freezing trap on my focus/target? Is it possible to make "abilities" that would be easy for the user to edit to their own liking when it comes to keybinds? Like if I wanted to have the PQR cast trap launcher + freezing trap on my target by pressing "C" and on my focus by pressing "Shift+C"? and with scatter shot by pressing "G" and on my focus with "shift+G"?

    I've tried to search, but I couldnt find anything usefull
    As far as I'm aware no. You cannot do such a thing with scatter shot+trap. Yes you can change the keybindings very easily.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017

  4. #6574
    wtfnix's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stec2012 View Post
    So you wanted Ace99ro's rotations that he originally upped which needed authorising? the one which he re-upped to media fire in the link that i posted for you?

    Not some other persons but his, HIS!
    Are you him? Are you worried over his code I asked to share here in CODE format? Rather than having to search all over the web or use a site that my country is banned from using? I simply asked him, not of you, for simple code as such wrapped in the CODE brackets, because Media Fire isn't allowed here, and I'm not going to go through proxies to find a working one tonight just to download files, I asked the OP to post the code:

    Code:
     
            {
                for (int i = 0; i < 0x400; i++)
                {
                    if (rotationArray[i, 0] == null)
                    {
                        return false;
                    }
                    if (rotationArray[i, 0] == sRotation)
                    {
                        if (rotationArray[i, 4].Trim() == "")
                        {
                            return false;
                        }
                        return true;
                    }
                }
                return false;
            }
    Or you could of truly misunderstood me and that's quite acceptable
    Last edited by wtfnix; 02-26-2012 at 01:19 PM.

  5. #6575
    fredrik1984's Avatar Member
    Reputation
    10
    Join Date
    Apr 2010
    Posts
    80
    Thanks G/R
    0/0
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've combined/made a Druid Balance PVE rotation based on Bu_Ba_911's framework profile and some code from Cahonez Balance. I made this for a friend and when he tested it on a dummy with ilvl 395 he reached around 30k-32k over 5 minutes. All thanks should go to Bu_Ba_911 and Cahonez since I merely brought their two awesome pieces of code together.
    The keybindings are based on his preference and can easily be changed by editing the correct ability in the ability editor.

    Left Control = Force of nature at mouse location
    Right Alt = Starfall activated
    Hold shift = Combat ress on mouseover (position mouse over dead persons corpse or unit frame)
    Will jump back into moonkin form after you have combat ressed.

    Balance_PVE.zip@mediafire

  6. #6576
    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)
    Originally Posted by wtfnix View Post
    LOL yeah? What's this look like to you on this post when you're logged in?
    Guest permissions fixed: Masterfrost by Bba

  7. #6577
    [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 hablais View Post
    Jede Zelle meines Körpers ist glücklich, jede Körperzelle fühlt sich wohl!
    I like! Made my day

    Btw, i started to work on the assassination rotation, maybe i can post a alpha version today or tomorrow

  8. #6578
    Mpzor's Avatar Member
    Reputation
    6
    Join Date
    Feb 2012
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickmydog View Post
    As far as I'm aware no. You cannot do such a thing with scatter shot+trap. Yes you can change the keybindings very easily.
    okey, I just figured as its possible to do so with the use of a /script macro and HB then it would be possible with PQR aswell.

  9. #6579
    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 popeofdope View Post
    Buba, could you explain your masterfrost rotation where you have an ability called Obliterate (1 of each).

    I've tried to understand your code and from what I can gather, it casts Obliterate if you have 1 of each rune up. However, why would you do that? If you had 1 frost, 1 unholy and 1 death rune up, why would you chose to cast obliterate instead of 2 x Hb and save the unholy rune for proccing extra frost and death runes from runic empowerment?
    Lol for one idk what a masterfrost rotation is, but I assume its a mastery based frost rotation? 90% of that code isn't even mine this was designed with dual wield back in 4.0 in mind pretty much lol
    ^0^Team Nova's PQR NCC ^0^

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

  10. #6580
    Phobix's Avatar Member
    Reputation
    1
    Join Date
    Jan 2010
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Blinded, I have some feedback on the sub rotation. The number one priority should be to get the first rupture ticking as hard as possible and then keep it going at all cost. For example, to start a fight it should be ShS> on use trinkets + a pre-pot +hope for a landslide proc or two> rupture and then keep that rolling. How serrated blades works is, it keeps the rupture at the original duration and potency, meaning that you will rarely get a chance to make it as strong as it is on the initial opener again. Many times your profile will renew recup when rupture has 5-6 seconds or less. What ends up happening is that you don't have the CP's for a 5 point eviscerate to renew the powerful rupture, netting a DPS loss. Recup is actually pretty low on the prio list, last I believe. It is more important to renew a rupture that is about to run out, and have 2-3 seconds of downtime on recup.

    This is quoted from EJ:

    "The opener sequence goes:
    1) Slice and Dice (with whatever CP's you may have before the fight starts)
    2) Prepot (note: breaks stealth, cast before entering stealth)
    3) Tricks of the Trade*
    4) Stealth (if not)
    5) Premeditation
    6) Shadowstep (the moment the fight begins)
    7) Ambush
    Rupture (make sure you have 5CP's first, though you always should)
    9) Hemorrhage
    10) Backstab until you're at 4CP
    11) Pool energy untill 5CP (so long as you don't cap)
    12) Slice and Dice (or if you got a prefight Slice and Dice and it's still up for a bit, cast Recuperate)

    *With 4p t12, saving TotT until you get a Haste proc from a trinket is a slight DPS increase so long as 4p has a 50% chance of being Haste. If you're pulling threat off the pull then continue to use TotT before the pull.

    The core of the rotation is about trying to maximize Slice and Dice, Recuperate, and Find Weakness uptime without letting Rupture drop, while trying to prevent clipping and wasted CPs as much as possible. You accomplish it by working the CD priority whenever Find Weakness is down and you're 0 CPs. Otherwise executing the CP builder priority to typically 4 combo points (pool for the 5th so long as you won't cap). Once at 5CP, you then choose from the finisher priority.

    CD priority:
    - Shadow Dance > Vanish > Preparation
    CP builder priority:
    - Ambush > Hemorrhage bleed (from glyph) > Backstab > Hemorrhage
    General finisher priority:
    - Rupture (With Master of Subtlety, must be active for 20+ seconds) > Slice and Dice > Rupture (Without Master of Subtlety, must be active for 20+ seconds) > Recuperate > Eviscerate"

  11. #6581
    [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)
    I know EJ and I know that my profile for Subtlety isn't perfect, but it's nearly perfect there are only a few things ( Energy Pooling, AI for CDs SND & Rec > 10 sec left, let Recup drop for a buffed rupture, SnD > Rupture if CD is rdy ) a have to add. I'll add these things for sure.
    Last edited by [Blinded]; 02-26-2012 at 12:22 PM.

  12. #6582
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    Lol for one idk what a masterfrost rotation is, but I assume its a mastery based frost rotation? 90% of that code isn't even mine this was designed with dual wield back in 4.0 in mind pretty much lol
    I recenly won a Souldrinker in LFR and paired it with my normal Hand of Morchok so I went and reforged into masterfrost, and they also have a masterfrost-prioritylist:

    Masterfrost Priority
    Diseases via Howling Blast and Plague Strike or Outbreak
    Obliterate if both Frost/Unholy pairs and/or both Death runes are up
    Frost Strike if RP capped
    Rime
    Obliterate if both Unholy runes are up or will be within 1 second
    Howling Blast if under 90 Runic Power
    Frost Strike if over 90 Runic Power
    Howling Blast if under 60 Runic Power
    Frost Strike
    Horn of Winter

  13. #6583
    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)
    I have been following this topic or awhile as I love this software and been trying to use it on all my characters.

    I was curious what some of the profiles creators would think about someone setting up a central location to store the profiles.

    As keeping up on the forum and going through all the pages can be rough, it would be nice to have a set site or svn to go to, to get all the most current profiles.

    I was thinking about setting up and svn or site to do this to help. But would want to talk to all the profile developers to clear posting them and work out a way to keep it updated.

    Any suggestions or thoughts would be great appreciated. I would be glad to setup something as I have been keeping up on the topic as is anyway.

  14. #6584
    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 Ninjaderp View Post
    I recenly won a Souldrinker in LFR and paired it with my normal Hand of Morchok so I went and reforged into masterfrost, and they also have a masterfrost-prioritylist:
    Simulationcraft priority list is higher dps than that one, so I use it.

  15. #6585
    wtfnix's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by [Blinded] View Post
    I know EJ and I know that my profile for Subtlety isn't perfect, but it's nearly perfect there are only a few things ( Energy Pooling, AI for CDs SND & Rec > 10 sec left, let Recup drop for a buffed rupture, SnD > Rupture if CD is rdy ) a have to add. I'll add these things for sure.
    Regardless, I have tested your profile out and I have to say hands-down for a start on Combat, could be better, but a good 30k easily holding just with a pot and food... Here's my proof your work pays off nicely, now I can go AFK on Ultraxion Thanks a for taking the time on making these profiles

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 08:48 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