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

User Tag List

Page 541 of 731 FirstFirst ... 41441491537538539540541542543544545591641 ... LastLast
Results 8,101 to 8,115 of 10955
  1. #8101
    happydado's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2011
    Posts
    158
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by happydado View Post
    Hi all can someone help me to add to fire mage istant pyro code one condition?
    The line is this:
    if not UnitChannelInfo("player") then
    CastSpellByName(tostring(GetSpellInfo(92315)))
    return true
    end
    I wanna add the he cast istant pyro only if my target have freeze debuff (frost nova or cone of cold)
    Can someone pls help me?
    Anyone can help me?

    [BETA] PQRotation - an automated ability priority queue.
  2. #8102
    MastaRage's Avatar Sergeant Major
    Reputation
    56
    Join Date
    Dec 2011
    Posts
    170
    Thanks G/R
    4/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fluxflux View Post
    @ xelper some plans to write offsets for the Beta?
    I'd love to see beta. Even without pqr.

    Sent from my LG Revolution.

  3. #8103
    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)
    @fluxflux: Are you absolutely sure you upgraded to the 5.4 version? I tested it in LFR myself last night and I had absolutely no problems with either the standard or advanced rotation. Spells and abilities was executed in the order and fashion they should be under manual circumstances. Did you restart WoW/PQR/reloaded your UI before starting PQR again?

    Edit: You probably haven't re-tweaked the level offsets on some abilities. Archangel and Shadowfiend only fires on mobs 3+ levels than you, and/or bosses.
    Last edited by Kinky; 03-22-2012 at 05:32 AM.

  4. #8104
    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)
    @Xelper. It seems that the function PQR_NotBehindTarget() is not working properly.

    if PQR_NotBehindTarget() == false then
    return true
    end
    When standing and dpsing the post in orgrimmar i have this for my Shred and the last ability is mangle. I would expect that i do not mangle but rather just use Shred. But looking at my combatlog i can alot of mangles slipping through.

    In my profile i actually have to remove the check and the mangle functionality in order not to loose dps.

  5. #8105
    FrostDKsFTW's Avatar Sergeant Major
    Reputation
    20
    Join Date
    Nov 2011
    Posts
    169
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    Just wanted to let everyone know. If I am one of the lucky ones to get into any of the First couple Beta Waves when they are released, I will be updating all of my profiles and have them ready for MoP. I will also be trying to code a profile for the different classes of Monks With how much updates I expect to be coming, I might just go back some pages and take Xelper's advice on how to find the offsets yourself
    Thats awesome news! I think monk is where pqr is gona really shine. It looks like its gona be a very fast, close to button mashing class, for dps at least. Looking forward to it

  6. #8106
    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 FrostDKsFTW View Post
    Thats awesome news! I think monk is where pqr is gona really shine. It looks like its gona be a very fast, close to button mashing class, for dps at least. Looking forward to it
    ......... me personally....... unless playing a monk is boring.... I'm actually going to play it.... and if I do code something, keep it private for a while have fun with the new things people!

    Sent from my Xoom using Tapatalk
    ^0^Team Nova's PQR NCC ^0^

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

  7. #8107
    cukiemunster's Avatar Contributor
    Reputation
    132
    Join Date
    Dec 2009
    Posts
    1,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mentally View Post
    If you have the latest PQR version, simply go into Rotation Editor, select my profile and hit "Update Profile".
    It is asking for your Rotation and Ability XML Download. What goes here?

  8. #8108
    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 cukiemunster View Post
    It is asking for your Rotation and Ability XML Download. What goes here?
    U must be on 5.2 or lower, use svn then

    Sent from my Xoom using Tapatalk
    ^0^Team Nova's PQR NCC ^0^

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

  9. #8109
    cukiemunster's Avatar Contributor
    Reputation
    132
    Join Date
    Dec 2009
    Posts
    1,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    U must be on 5.2 or lower, use svn then

    Sent from my Xoom using Tapatalk
    I redid the SVN before posting, however seemed to have the wrong profile selected. My apologies lol.

  10. #8110
    Deva's Avatar Master Sergeant
    Reputation
    17
    Join Date
    Oct 2011
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gabbz View Post
    @Xelper. It seems that the function PQR_NotBehindTarget() is not working properly.



    When standing and dpsing the post in orgrimmar i have this for my Shred and the last ability is mangle. I would expect that i do not mangle but rather just use Shred. But looking at my combatlog i can alot of mangles slipping through.

    In my profile i actually have to remove the check and the mangle functionality in order not to loose dps.
    @Gabbz - Currently, aside from the Bleed debuff check, this is how I handle Mangle/Shred:

    PQR_functionAddComboDruid.lua
    Code:
    function PQR_AddCombo(unit)
    	if PQR_NotBehindTarget() then
    		--PQR_DebugP("In front, casting Mangle")
    		CastSpellByID(33876,unit)
    	end
    	--PQR_DebugP("Behind, casting Shred")
    	CastSpellByID(5221,unit)
    end
    Uncomment the Debug lines if you want to see what it's trying to do. This is honestly just Xelper's code from the first page chucked into a function, so credit to him on that function, really. I'll probably change this at some point, instead returning a DoShred or DoMangle so I can have them in their own abilities and use the SpellID properly.

    Ability - AddCombo:
    Code:
    local ShredCost = select(4,GetSpellInfo(5221))
    
    if PQR_BleedDebuff("target") and CPonTarget < 5 and Energy >= ShredCost then
    	PQR_AddCombo("target") 
    	return true
    end
    CPonTarget and Energy are globals set elsewhere, and I used Shred to calculate the energy cost, even though Mangle is slightly cheaper, this is just what I've been using. Still a LOT of work to be done, but I keep having stuff come up... hopefully I can resume work this afternoon.
    Last edited by Deva; 03-22-2012 at 09:59 AM.

  11. #8111
    happydado's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2011
    Posts
    158
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by happydado View Post
    Hi all can someone help me to add to fire mage istant pyro code one condition?
    The line is this:
    if not UnitChannelInfo("player") then
    CastSpellByName(tostring(GetSpellInfo(92315)))
    return true
    end
    I wanna add the he cast istant pyro only if my target have freeze debuff (frost nova ID 122 or cone of cold ID 120)
    Can someone pls help me?
    Pls someone help me

  12. #8112
    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)
    PQR (v2.0.7) Released
    Run PQRUpdater.exe from your current PQR directory to download. If you do not have PQRUpdater.exe download it here.

    -Added a "Skip Unknown" option for individual abilities. This value will default to true. If the spell is unknown it will be skipped. Requires a spell ID. This should allow more profiles to also be used as leveling profiles.
    -Fixed (or should have) icon transparency issue on Windows XP.
    Last edited by Xelper; 03-22-2012 at 10:30 AM.

  13. #8113
    DKVance73's Avatar Sergeant
    Reputation
    6
    Join Date
    Aug 2011
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is to Crystal, Kick and Sheron. I'm willing to donate money via PayPal to you guys to keep working on your rotations. PM me and we can work out the details. Hunter rotations of course! LOL.

  14. #8114
    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 fluxflux View Post
    @ xelper some plans to write offsets for the Beta?
    Yeah, if I can get an account to use.

  15. #8115
    Hoblerhans's Avatar Member
    Reputation
    9
    Join Date
    Dec 2010
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CharleyWex View Post
    I did a forum search for a Resto druid profile but for some reason Ash's profile from December is the most recent one I could find. I've been out of the game a while and love the way Buba's Hpally works for me. Any idea which Resto Druid profile works the best? Or who has the most success?

    Like something that works with Onya's smart targeting for chain heal and the one for holy radiance, but works with swiftmend.

    Hy there.

    I think EFF updated Ash´s tree profile...(btw. is EFF Ash?). Make a forum search for user EFF.



    FAT EDIT!: Dont search for Eff...^^ take this link^^
    http://www.ownedcore.com/forums/worl...ml#post2156781 ([BETA] PQRotation - an automated ability priority queue.)
    Last edited by Hoblerhans; 03-22-2012 at 11:28 AM.

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:43 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