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

Shout-Out

User Tag List

Page 261 of 731 FirstFirst ... 161211257258259260261262263264265311361 ... LastLast
Results 3,901 to 3,915 of 10955
  1. #3901
    Xaos's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    in catching up with forum post i saw a few request for a balance druid profile. here is one i workjed on for a friend who decided a hunter was the better way to go so it is dirty buty it does function and should produce near optimal DPS. although i run mostly resto i may take the time to improve this profile.
    Xaos Balance Druid

    [BETA] PQRotation - an automated ability priority queue.
  2. #3902
    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)
    Yeah I am talking about blood pvp tank spec, unless they getting nerfed heavily they are the best flag carriers for rbg's right now.

  3. #3903
    DSentinus's Avatar Member
    Reputation
    2
    Join Date
    Jan 2009
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone had any luck with Bubas Holy Paladin profile in LFR? i get a bunch of errors and it doesnt heal anything.

  4. #3904
    Xaos's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DSentinus View Post
    Anyone had any luck with Bubas Holy Paladin profile in LFR? i get a bunch of errors and it doesnt heal anything.
    I have been testing it in lfr no error. hps and mana managment seems poor i came across a 10man one that seems to be functiong well. I think it was done by lofty and can be found here ([BETA] PQRotation - an automated ability priority queue.)
    Last edited by Xaos; 01-09-2012 at 04:16 AM.

  5. #3905
    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)
    Wondering if someone can edit this Tricks of the Trade ability down to my /focus target instead of a tank for pvp. If you have a better idea feel free to let me know. Also, still wondering if there's a way to always target whatever /focus is set too. Maybe that would be a bad idea if that person was to target something else before that player was dead though.

    Code:
    if UnitCanAttack("player","target") and UnitIsDead("target") == nil and UnitHealth("target") > UnitHealthMax("player") and UnitName("target") ~= "Raider's Training Dummy" and UnitInRaid("player") == nil then
    
    local InParty = GetNumPartyMembers()
    if InParty > 0 then
      for i = 1, InParty, 1 do
      local member = "party"..tostring(i)
        if UnitGroupRolesAssigned(member) == "TANK" and UnitIsDead(member) == nil then
          if UnitThreatSituation(member,"target") ~= 3 and UnitInRange(member) then CastSpellByID(57934,member) end
        end
      end
    end
    
    end

  6. #3906
    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 Askali View Post
    Quick update made to my Resto Druid profile:

    - Added auto-stop casting on high HP targets (>= 98%)
    - Added auto-stop casting for Treeform, Rebirth and Tranq
    - Updated Swiftmend checks, will be used alot more often now
    - Updated MotW checks to use the raid not just player
    - Updated Wildgrowth to check group size

    Thanks for the suggestions from GRB.

    Download can be found here: RestoDruid_Ash_Profile.rar

    Thanks for your work askali
    I just tested it in dungeon, it however never use swiftmend.
    but kept using wild growth on every cd, it goes like this
    3x lifebloom, rejuv then spam nourish and wild growth even it's target below 85%
    never cast swiftmend
    Last edited by momo1029; 01-09-2012 at 07:52 AM.

  7. #3907
    cokx's Avatar Banned
    Reputation
    92
    Join Date
    Dec 2008
    Posts
    896
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Meatglue View Post
    Cokx your Holy PvP profile is really nice just had to add denounce(exo spam) to rotation for arena.
    thanks, i didnt play with denounce but the code should be there.
    i did a few minor changes that doesnt deserve an upload.
    just put crusader strike on the last slot and holy shok after the procs fore divine light and flash of light.
    this maximise your burst healing and ur target wont die if an enemy is near you.

    and i have to rewrite the code for LOS check, i've lost 1 game in arena cause of the checkdelay

  8. #3908
    tatakau's Avatar Member
    Reputation
    2
    Join Date
    Mar 2008
    Posts
    93
    Thanks G/R
    10/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wind shear can be used in the focus? I'm bad programming
    anyone can help me?
    thanks for this great program anyway

  9. #3909
    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)
    can i bother anyone for alittle help, im using this feral rotation mainly lbx3 healing touch with pred swiftness: sorry i cant like the code. buti want to heal lowest arena partnter with healing touch lbx3 with pred swiftness... i am feral.

    im using this as my healing rotation:

    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

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

    if PS ~= nil and inRange == 1 then
    return true
    else
    return false
    end
    Last edited by outoforder; 01-09-2012 at 08:43 AM.

  10. #3910
    itzaraya's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bossqwerty View Post
    Out of curiosity what was wrong? Anything I need to fix?
    lol it was my fault, when i download the profiles i rename them so they arent so long. I messed up the spelling on the abilities file

  11. #3911
    Ronster's Avatar Private
    Reputation
    1
    Join Date
    Sep 2010
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by imdasandman View Post
    check your pms
    Originally Posted by solarwake View Post
    imdasandman.. is it possible you could send me a pm with your modified version of masterfrost with the pause function and what not, also could you send me an anonymous armory so I can look at your gemming/enchanting and your gear. I'm getting blown away by a dk in my raid that is running a regular 2 hand build.

    Thanks for the help.
    Solarwake


    Is it possible that i can get the same?

    Ronster

  12. #3912
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,033
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Meatglue View Post
    Yeah I am talking about blood pvp tank spec, unless they getting nerfed heavily they are the best flag carriers for rbg's right now.
    Vengeance is no longer triggered by receiving damage from other players. - thats the change on the ptrs

  13. #3913
    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 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?
    JC and ENCH on different chars...
    Well, i tried modifiyng the code, i tried running no addons, tried having bags open, prof window open and nothign... will try when my suppliers send me ore.

    Thanks

  14. #3914
    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)
    just updated my SVN for HPally profiles to include:

    *Judgement wont spam anymore, it will only cast when buff has less than 5 seconds remaining.
    *Cleanse is now how I was planning on making it before I took my break.
    *Skeleton layout of LoD and a couple other ideas I wanna play with (mostly for the PvE aoe raiding)
    ^0^Team Nova's PQR NCC ^0^

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

  15. #3915
    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)
    Originally Posted by cokx View Post
    thanks, i didnt play with denounce but the code should be there.
    i did a few minor changes that doesnt deserve an upload.
    just put crusader strike on the last slot and holy shok after the procs fore divine light and flash of light.
    this maximise your burst healing and ur target wont die if an enemy is near you.

    and i have to rewrite the code for LOS check, i've lost 1 game in arena cause of the checkdelay
    Definately upload when you rewrite the LOS check code.

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