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

Shout-Out

User Tag List

Page 268 of 731 FirstFirst ... 168218264265266267268269270271272318368 ... LastLast
Results 4,006 to 4,020 of 10955
  1. #4006
    iliekcoffee's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    has anyone updated their unholy dk rotations lately?
    I'm pretty sure that unholy == frost but with the frost rotation vs the unholy rotation I have it seems that frost is putting out 5k or so more dps. just wondering thanks!

    [BETA] PQRotation - an automated ability priority queue.
  2. #4007
    Meatglue's Avatar Active Member
    Reputation
    16
    Join Date
    Aug 2011
    Posts
    248
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bubba, your hpally profile works fine for me. I just want an update to arms pvp profile haha. After using the stance dance pve one I wish I had same dps for pvp.

    I think Bossqwerty edited yours for that but maybe one of you can perfect the pvp profile. I am still using it just noticing my dps isn't where I think it could be.

  3. #4008
    leetspeaker's Avatar Member
    Reputation
    3
    Join Date
    Feb 2009
    Posts
    70
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mitchell1122 View Post
    I'm working on a elemental shaman rotation, but I'm kind of stuck at trying to make Earth Shock work. It's supposed to be cast only when Lightning Shield has 7 or more stacks, but I have no idea how to make it cast when a buff reaches a certain number of stacks. I don't really have any LUA coding experience, so any help will be appreciated.

    local _,_,_,EShc = UnitBuffID("player", 324)
    local _,EShcCD = GetSpellCooldown(8042)
    if EShc>= 8 and EShcCD == 0 then
    return true
    end

  4. #4009
    onion88's Avatar Member
    Reputation
    2
    Join Date
    Sep 2008
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So i'ved searched quite a while for a mac version for this. I'm guessing there isn't one?

  5. #4010
    ishtro's Avatar Master Sergeant
    Reputation
    36
    Join Date
    Jul 2010
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by leetspeaker View Post
    local _,_,_,EShc = UnitBuffID("player", 324)
    local _,EShcCD = GetSpellCooldown(8042)
    if EShc>= 8 and EShcCD == 0 then
    return true
    end
    they this

    Spell Name: Earth Shock
    Spell ID: 8042
    Delay: 0
    Code:
    local _,_,_,LScount = UnitBuffID("player", 324)
    
    if LScount ~= nil then
        if LScount >= 7 then
            return true
        end
    end

  6. #4011
    outoforder's Avatar Sergeant
    Reputation
    1
    Join Date
    Feb 2011
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Meatglue View Post
    Apparently you're popular your inbox is full, please just upload your updated profile. Would prefer to wait for the pred swiftness proc though.
    yeah with pred swift procs i lbx3 then instacast healing touch... i just can only get it to work on me.... not my lowest arena partner
    i would like it do do this for my arena partners.
    im using these abilities:

    healing touch with predswiftness, after lbx3:
    local _, _, _, PS = UnitBuffID("player", 69369)
    local inRange = IsSpellInRange("Healing Touch", "player")

    if PS ~= nil and inRange == 1 then
    return true
    else
    return false
    end

    lb1:
    local _, _, _, PS = UnitBuffID("player", 69369)
    local inRange = IsSpellInRange("Lifebloom", "player")
    local _,_,_,LB = UnitBuffID("player", 33763)
    if PS ~= nil and inRange == 1 and LB == nil then
    return true
    else
    return false
    end

    lb2:
    local _, _, _, PS = UnitBuffID("player", 69369)
    local inRange = IsSpellInRange("Lifebloom", "player")
    local _,_,_,LB = UnitBuffID("player", 33763)
    if PS ~= nil and inRange == 1 and LB < 3 then
    return true
    end
    Last edited by outoforder; 01-12-2012 at 12:23 AM.

  7. #4012
    Bossqwerty's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    693
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    New version of my stance dance arms warrior profile. No big changes, just a few bug fixes. I made slam lower priority than heroic strike again and it's definitely the right thing to do with 2pc t13. Look at the top 10 arms warriors for every DS fight and heroic strike is almost always #2 in their total % dmg done. If you don't have 2 piece just change all the rage values for heroic strike / slam in the ability editor if you want it to use slam more, I wouldn't recommend it though. It seems best the way I have it set up.

    BossSD5.3.rar

  8. #4013
    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)
    Originally Posted by Bossqwerty View Post
    New version of my stance dance arms warrior profile. No big changes, just a few bug fixes. I made slam lower priority than heroic strike again and it's definitely the right thing to do with 2pc t13. Look at the top 10 arms warriors for every DS fight and heroic strike is almost always #2 in their total % dmg done. If you don't have 2 piece just change all the rage values for heroic strike / slam in the ability editor if you want it to use slam more, I wouldn't recommend it though. It seems best the way I have it set up.

    BossSD5.3.rar
    Legend! Been waiting for this update, thanks Boss.

    Did you try implement the 4pc t13 bonus? so you get even more HStrikes out of it instead of it constantly reapplying CS effect even when it's proc'd by MS?

    +1

  9. #4014
    xLegendx's Avatar Member
    Reputation
    14
    Join Date
    Sep 2011
    Posts
    827
    Thanks G/R
    3/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah! Thanks Boss, I always anticipate your arms warrior updates.

  10. #4015
    Bossqwerty's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    693
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by LtButterman View Post
    Legend! Been waiting for this update, thanks Boss.

    Did you try implement the 4pc t13 bonus? so you get even more HStrikes out of it instead of it constantly reapplying CS effect even when it's proc'd by MS?

    +1
    4pc should be working, I can't test it myself though so someone let me know.

  11. #4016
    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)
    Originally Posted by Bossqwerty View Post
    4pc should be working, I can't test it myself though so someone let me know.
    Ill go to the dummies now and let you know.

    [EDIT]

    Just smashed out 5 tests 10mil on each attempt.. I can confirm a DPS increase of 1k from your earlier 5.2 version sitting on 27k-28k after 10 mil on 4/5 tests and the 4pc bonus works flawlessly, too.

    oops make that a 1.5k increase
    Last edited by LtButterman; 01-12-2012 at 12:56 AM.

  12. #4017
    merrikh's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Dec 2011
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey Lofty i keep getting this error any idea how to fix?

    Message: [string " function pqrFunc0() -- Avoid sudden death ..."]:58: attempt to call global 'DangerousMagic' (a nil value)
    Time: 01/11/12 22:09:07
    Count: 1698
    Stack: [string " function pqrFunc0() -- Avoid sudden death ..."]:58: in function `?'
    [string "..."]:267: in function `PQR_NextAbility'
    [string "..."]:161: in function `PQR_CastNext'
    [string "..."]:150: in function `PQR_ExecuteBot'
    [string "..."]:40: in function <[string "..."]:23>

    Locals: group = "raid"
    members = 25
    (for index) = 1
    (for limit) = 25
    (for step) = 1
    i = 1
    member = "raid1"
    memberhp = 100
    (*temporary) = nil
    (*temporary) = "raid1"
    (*temporary) = "attempt to call global 'DangerousMagic' (a nil value)"

    it also does a party instead of raid as well
    Last edited by merrikh; 01-12-2012 at 01:17 AM.

  13. #4018
    Meatglue's Avatar Active Member
    Reputation
    16
    Join Date
    Aug 2011
    Posts
    248
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome again Boss, now we need someone to add pvp functions to it. ;p

    Well I have been messing with it myself and I think I might have found why your profile did not jive with Bubba's. I simply checked in combat and rotation works even with change to ds for spell check/reflect. Still need to be pvp tested which is what I intend to do now but all is good on test dummy. Dps will now be beast in arena/bg.
    Last edited by Meatglue; 01-12-2012 at 06:03 AM.

  14. #4019
    Discipline's Avatar Contributor ALADEEN MOTHERFUCKER! CoreCoins Purchaser
    Reputation
    128
    Join Date
    Dec 2007
    Posts
    253
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by iliekcoffee View Post
    has anyone updated their unholy dk rotations lately?
    I'm pretty sure that unholy == frost but with the frost rotation vs the unholy rotation I have it seems that frost is putting out 5k or so more dps. just wondering thanks!
    Actually, Unholy > Frost on single target fights.
    I didn't see an updated rotation anywhere though. But nothing major changed, so the old ones should work just fine.

    I have a question. I know it is possible to make an ability that will be cast when SHIFT, ALT, or CTRL is pressed. Is it also possible to do that for for example, SHIFT+4? I have a problem with strangulate in arena, the rotation make it impossible for me to cast and the default right alt to trigger it is too inconvenient for me.

  15. #4020
    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)
    Originally Posted by onya View Post
    onya tradeskills 09012012.zip

    added checks for the de and prospect parts to make sure you have the spell. you need to have the jc tradeskill window open for crafting to work. why do you want them split?
    do you have to disable all addons to use it ?
    it won't run with any addons enabled

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 07:11 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