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

Shout-Out

User Tag List

Page 584 of 731 FirstFirst ... 84484534580581582583584585586587588634684 ... LastLast
Results 8,746 to 8,760 of 10955
  1. #8746
    Budoy's Avatar Sergeant
    Reputation
    13
    Join Date
    Dec 2011
    Posts
    67
    Thanks G/R
    0/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    still looking for /follow and /assist that can be put on top of ur rotation please please

    [BETA] PQRotation - an automated ability priority queue.
  2. #8747
    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)
    I updated PQR 2.1 with the monk GCD spell and put up the MOP beta offsets on the updater.

    Run PQRUpdater.exe to get them.

    I also have a basic monk leveling rotation available here... it should be good until like level 20+ when you get new spells:
    http://dl.dropbox.com/u/39925787/PQR_Profiles/xelpermonk.txt

    Paste that URL into Rotation Editor -> Download Profile from URL

  3. #8748
    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 Untouchablekill View Post
    Is there a mage rotation that includes mana shield?
    I like using PQR_IsMoving and check if health is below 100% to use abilities like this, Power Word: Shield and Nether Ward specifically.

  4. #8749
    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 Budoy View Post
    still looking for /follow and /assist that can be put on top of ur rotation please please

    Code:
    if UnitExists("party1") and UnitExists("party1target") then
    	if UnitCanAttack("player", "party1target") and not UnitIsDeadOrGhost("party1target") then
    		if IsSpellInRange(tostring(GetSpellInfo(403)), "party1target") == 1 then
    			PQR_CustomTarget = "party1target"
    			return false
    		end
    	end
    end
    Code:
    if UnitExists("party1") and not UnitIsDeadOrGhost("party1") then
    	FollowUnit("party1")
    	return true
    end
    i use this on my shaman, just change the range check ability to something your class uses
    ^0^Team Nova's PQR NCC ^0^

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

  5. #8750
    Budoy's Avatar Sergeant
    Reputation
    13
    Join Date
    Dec 2011
    Posts
    67
    Thanks G/R
    0/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks Buba

  6. #8751
    Gorthok's Avatar Active Member
    Reputation
    18
    Join Date
    Aug 2011
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have updated my Frost Profile, added Unholy skills but have not made a profile with them. I also made a Masterfrost Profile but it is a bit buggy with the new PQR so I am working on it. The Frost profile is Original to me I've been told its the origination of Frost profiles, have fun -.-


    Dropbox
    http://dl.dropbox.com/u/70159323/Gorthok%20Profiles.zip



    EDIT: its for Deathknights because I forgot to say that!
    If you find someone's post helpful make sure you +rep them!
    The Wiki: https://pqrotation.wikia.com/wiki/PQRotation_Wiki

  7. #8752
    daveyboyuk's Avatar Active Member
    Reputation
    31
    Join Date
    May 2009
    Posts
    201
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so im a bit thick when it comes to codes editing etc , i got 2.1 and i just dont understand how,where to put the code . i made a new ability and called it Initialize pasted the code saved it then went to rotations and put the new ability at the top , is this correct or am i just plain thick and messed it up xD cos it doesnt work for me


    Edit:- think i got it fixed i did svn checkout update and put the data file named nova into data folder now all is good (mentally Priest Bubba DK i was trying to get to work btw)
    Last edited by daveyboyuk; 03-30-2012 at 08:27 PM.

  8. #8753
    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 daveyboyuk View Post
    so im a bit thick when it comes to codes editing etc , i got 2.1 and i just dont understand how,where to put the code . i made a new ability and called it Initialize pasted the code saved it then went to rotations and put the new ability at the top , is this correct or am i just plain thick and messed it up xD cos it doesnt work for me


    Edit:- think i got it fixed i did svn checkout update and put the data file named nova into data folder now all is good (mentally Priest Bubba DK i was trying to get to work btw)
    lol sorry, i added the text file you should use to update all our files in my sig

    you would just go to rotation, Download Profile from URL.., and copy paste that link with the .txt ending into it and it would handle everything for you XD

    *edit*
    for anyone who DOESN'T know how to use the Download Profile from URL feature, here's just a complete zip of all our changed names and Profiles off our SVN (if you don't use the SVN )

    All our main profiles already have the Update Profile links and everything in them so it should be easy to update that way

    Complete Snapshot of SVN - 3-30-2012
    Last edited by bu_ba_911; 03-30-2012 at 08:50 PM.
    ^0^Team Nova's PQR NCC ^0^

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

  9. #8754
    Zemnexx's Avatar Active Member CoreCoins Purchaser
    Reputation
    31
    Join Date
    Aug 2011
    Posts
    141
    Thanks G/R
    1/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kaolla View Post
    Kaolla's Unholy DK - PvP
    http://kaolla-pqr-profiles.googlecod...%20-%202.1.rar
    (once downloaded, you can update this profile from within PQR)

    This is my second attempt at a comprehensive Unholy DK rotation suitable for Arena/BG play. The major difference is that this rotation, unlike the first one, actually works

    There are essentially two specs (with minor variations) for Unholy, both of which are covered in this profile. Both are viable at all levels of play. The sole difference is whether you use your Unholy and Death Runes for Necrotic Strike (absorbs heals) or Scourge Strike (straight damage). This will depend entirely on your comp and personal preference.

    Necrotic Strike - (3/7/31)
    Talent Calculator - World of Warcraft

    If you arena with a comp such as PHD, with a partner that can unload significant burst damage (such as a Hunter), you may find that the sheer pressure of Necrotic Strike is more important than the extra damage from Scourge Strike. Your ability to kill in duels and BGs, however, is lessened.

    Scourge Strike - (0/7/34)
    Talent Calculator - World of Warcraft

    If you do 3's with a Warlock (as I do), or a similar DoT class, you may find this Scourge Strike build to be more useful. In 2's and BGs, this is likely the stronger build, as it delivers significantly more actual damage to the target, while still proccing the area control of Desecration. Still, your mileage may vary.

    Even with this build, I often use Necrotic Strike against certain healers, especially Discipline Priests and Restoration Druids. It will also attempt to apply the debuff if your health falls below a certain percentage versus a caster, as a defensive ability. If you don't like this behavior, simply remove Necrotic Strike from the Current Ability list.


    This profile will eventually send certain notification events to Diesall's PQInterface addon. It's an exceptional addon, and it looks great. Get it!

    I advise setting your pet to Defensive, and to practice using your Ghoul! This profile includes comprehensive Pet Handling functions; it will always maintain enough energy to Gnaw/Monstrous Blow as long as that spell is off-cooldown, and otherwise handle the use of Claw perfectly.

    As a result, you'll be able to stun your target on a moment's notice. Pet Healing, as well as fast Shadow Infusions, are also handled by this rotation.

    Note that, unlike in my previous profile, your Ghoul will stick to its target like glue. It will sit on whatever you tell it to attack, so take advantage of this and be mindful of what it's doing.

    There is a Return Flag function that will automatically click dropped flags in Warsong Gulch, Twin Peaks and Eye of the Storm. Be careful not to wander too close to the enemy's flag room, or you may become an accidental flag carrier

    This profile uses the following modifier keys:

    Left Shift - Pause
    Left Alt -
    Death Grip
    Left Control -
    Strangulate (Target)
    Right Control -
    Chains of Ice (Mouseover)

    I also use the following keybinds:

    Shift+Mouse Wheel Up - Pet Attack Mouseover Macro
    Shift+Mouse Wheel Down -
    Pet Follow
    Shift+Mouse Wheel Click -
    Pet Move To
    E -
    Lichborne
    Shift+E -
    Unholy Frenzy
    R -
    Gnaw Mouseover Macro (pet)
    Shift+R -
    Strangulate Focus Macro
    C -
    Icebound Fortitude
    Shift+C -
    Anti-Magic Zone
    F -
    PvP Trinket/Every Man for Himself
    Shift+F -
    Death and Decay
    Q -
    Leap/Shambling Rush Macro (pet)
    1 -
    Focus (Mouseover) Macro
    2 -
    Dark Simulacrum
    3 -
    Empower Rune Weapon
    4 -
    Anti-Magic Shell


    I recommend binding the macros included at the end of this post, as well.


    While PQR will summon your Gargoyle automatically, it will not use Unholy Frenzy. I made this decision because Unholy Frenzy can be used to break CCs on yourself or friendly players, or even cast on your Ghoul, and therefore it's up to you to make the right decision.

    While Lichborne is activated, PQR will actively attempt to heal you if your health is below 60%. It will also automatically sacrifice your Ghoul and Death Strike if your health falls below 35%.

    Above all else, practice! Unholy is a difficult playstyle, even with PQR doing 90% of the work. Just be thankful that this program saves you from learning (or finding room for) another 50 keybinds.

    A big thanks goes to Mentally, Bu_ba_911, Sheuron and Imdasandman for their ideas and for the hours I spent looking through their brilliant rotations. And of course Xelper, for PQR. Rep them!

    Please report any bugs or suggestions to me, via PM or in this thread.


    Happy Unholying!

    Suggested Macros:
    Pet Attack (Mouseover) Macro - Will attack mouseover if one exists, otherwise will attack current target
    Code:
    /petattack [@mouseover,harm][]

    Gnaw Mouseover Macro - Will Gnaw/Monstrous Blow current mouseover target
    Code:
    #showtooltip Gnaw
    /cast [@mouseover,harm] Gnaw
    Leap Mouseover Macro - Will Leap/Shambling Rush current mouseover target - You don't necessarily need this one; if you don't plan to use Shambling Rush as an interrupt, just leave it on autocast
    Code:
    #showtooltip Leap
    /cast [@mouseover,harm] Leap
    Strangulate Focus Macro - Will Strangulate your Focus Target if one exists
    Code:
    #showtooltip strangulate
    /cast [@focus,harm] Strangulate
    /cast Blood Tap

    Focus Mouseover Macro - Will Focus your current mouseover, or clear focus if no mouseover exists
    Code:
    /focus [target=mouseover]


    Known Issues
    Code:
    v2.1 - Released (3/30/2012)
    - None known (yet)
    
    v2.0 - Released (3/29/2012)
    - My immunity check function doesn't appear to be working, which means that resources are being wasted on immune targets. I'll code up new checks soon.
    - Summon Gargoyle returns true while out-of-combat.
    - Pet Abilities attempt to cast while the player is out-of-combat and not riding a mount. Annoying clicking sound is annoying.
    

    Changelog
    Code:
    v2.1 - Released (3/30/2012)
    - Added IsUnitAffectingCombat checks to several abilities, including Summon Gargoyle.
    - Changed Immunity checks for PQ_ValidUnit
    - Corrected Pet Ability spam.
    - Added automatic PetAttack("mouseover") for important PvP totems - if you happen to mouseover a totem, your Ghoul will happily turn it to splinters
    - Added "Horde Flag" to the Return Flag function, for all you mean, mean Hordies.
    - Tweaked Disease management for Frost Fever to conserve Outbreak.
    - Added multiple checks for Roots, Deterrence and Spell Reflect on Death Grip, so you (probably) won't waste it on something not covered by Glyph of Resilient Grip.
    
    v2.0 - Released (3/29/2012)
    Very Awesome! Leaps and bounds better than the crap I put out, lol. Thanks a lot and I'll give all the feedback I can while using this.

  10. #8755
    daveyboyuk's Avatar Active Member
    Reputation
    31
    Join Date
    May 2009
    Posts
    201
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @ kaolla any chance of a pve version of youre new uh profile

  11. #8756
    Kaolla's Avatar Contributor
    Authenticator enabled
    Reputation
    126
    Join Date
    Apr 2007
    Posts
    341
    Thanks G/R
    2/2
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by daveyboyuk View Post
    @ kaolla any chance of a pve version of youre new uh profile
    Absolutely, if the demand is there. I feel like there are several great writers working on Unholy DK profiles already, but if people like my implementation of Unholy PvP, I'll work on a PvE profile next.

    Thanks for the question

    And Zemnexx, your profile got me interested in writing for PQR. It's still excellent!

    Sent from my Galaxy Nexus using Tapatalk

  12. #8757
    Gabbz's Avatar Contributor
    Reputation
    184
    Join Date
    Dec 2011
    Posts
    451
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by shuklu View Post
    I've tried it. It's ALMOST awesome, but; when hot streak procs it won't cast pyroblast! sometimes, well often really. That's a huge dps loss :P
    It does cast Pyroblast but it waits for a fireball crit first. Cause you will get more rolling ignites that way.


    If Ignite ticks AFTER the crit and BEFORE the application of an Ignite refresh, you get a "rolled" Ignite. This is because the new Ignite pool damage is calculated before it is drained by the next tick.
    taken from 4.3.3 Fire Mage Compendium - Elitist Jerks

    The script is based on a HC DS geared mage in raids.

    If you want to change that you need to remove the bolded text

    Code:
    local start, duration, enabled = GetSpellCooldown(11129);
    
    if not UnitChannelInfo("player") and FireballCrit == 1 then
    	if 	duration > 8 
    		or duration < 1 then
      			CastSpellByName(tostring(GetSpellInfo(92315)))
     			 --print("Mage Functions FireBall CRITTED. " ..Fireballdamage)
     			 return true
     	 end
     end
     
     --Duration =  if combustion is 8 secs to off CD i hold pyroblast so i can cast it to help big ignite
     -- Im also waiting for a crit on Fireball to get more chances to get rolling ignite and big ignite
    Last edited by Gabbz; 03-31-2012 at 02:11 AM. Reason: Spelling

  13. #8758
    momo1029's Avatar Sergeant
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    69
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nvm, Fixed
    Last edited by momo1029; 03-31-2012 at 03:12 AM.

  14. #8759
    maleth's Avatar Banned
    Reputation
    8
    Join Date
    Feb 2012
    Posts
    131
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Bossqwerty - Please tell me the rumour's i've been hearing aren't true. Have you stopped playing WoW, hence making the best Warrior profiles around by a mile?

    They are amazing, nothing i have used comes even close to your BossSD7.3 profile. It is incredible.

  15. #8760
    maleth's Avatar Banned
    Reputation
    8
    Join Date
    Feb 2012
    Posts
    131
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bossqwerty View Post
    I think someone else had a similar issue, I'll look into it and see if I can figure out what's going on.
    @Bossqwerty - Please tell me the rumour's i've been hearing aren't true. Have you stopped playing WoW, hence making the best Warrior profiles around by a mile?

    They are amazing, nothing i have used comes even close to your BossSD7.3 profile. It is incredible.

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 03:17 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