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

User Tag List

Page 345 of 731 FirstFirst ... 245295341342343344345346347348349395445 ... LastLast
Results 5,161 to 5,175 of 10955
  1. #5161
    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
    @Boss, how's the SMF profile doing? :3
    Haven't gotten to start it yet, been pretty busy trying to optimize my SD profile. Hopefully I'll get it done soon, though I can't guarantee it'll be anywhere near the quality of my SD profile.

    [BETA] PQRotation - an automated ability priority queue.
  2. #5162
    [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)
    Does some one know if it possible to get an array of all possible Units in range?

    Originally Posted by sheuron View Post
    Totem management need more testing, meanwhile remove call totems ability from rotation list.
    You can look in my profile and how i handled it
    Last edited by [Blinded]; 02-01-2012 at 04:01 PM.

  3. #5163
    [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)
    Sry for double post

  4. #5164
    domestecus's Avatar Member
    Reputation
    2
    Join Date
    Mar 2007
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    For the people who were wanting a upgraded Feral Cat DPS profile, here is my updated version of FireKitteh's Feral Rotation. Most credit goes to him for creating it, I just added in support for 2P and 4P T13. It does not waste any Ravage! procs as well as tries to pull as much DPS out of Berserk and Tigers Fury. As for Combo Points, when it senses that Rip is at 40% duration left, it will not waste combo points on Ferocious Bite or Savage Roar because it will most likely not have enough time to get 5 Combo Points to re-apply Rip before it falls off. Which, if Rip falls off, that is a 100% DPS loss as its one of your top 3 damaging attacks.

    Link:

    FireKitteh_CatDPS_Tier_Upgraded.rar

    If you have any suggestions on upgrades to this shoot it my way.

    P.S. I only take credit for the tier upgrades and Berserk/Tigers Fury changes. Everything else goes to the creater of the FireKitteh profile. Before you shoot rep anywhere, consider sending it to the creater of the profile first. Only then, will I gladly accept rep for the changes

    Thank you I will test this tonight.

  5. #5165
    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
    Haven't gotten to start it yet, been pretty busy trying to optimize my SD profile. Hopefully I'll get it done soon, though I can't guarantee it'll be anywhere near the quality of my SD profile.
    No worries, it's too simple of a rotation to bother putting effort in, anyways haha.

  6. #5166
    averykey's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2011
    Posts
    448
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would this work?

    local Inq, _, _, _, _, _, time = UnitBuffID("player", 84963)

    if Inq ~= nil then
    if ( DP ~= nil or HolyPower == 3 ) and time - GetTime() <= 5 then
    return true
    end
    end

    Also trying to change templar to see if crusader or judge is up at 2hp with a dp proc

    Current templar

    if Rck == 1 then
    if DP ~= nil or HolyPower == 3 then return true end
    end


    Would something like this work? Checks if i have dp proc and if i do check if 2hp, if 2hp judge/crusader then 2 templars, assuming its at the top of the rotation.

    if HolyPower == 3 then return true end
    if DP ~= nil and HolyPower == 2 and CScd ~= 0 or Jcd ~= 0 then return true end
    end

    I know something is wrong with the divine purpose, i don't think it would cast in the above code if the hp2 = cscd = jcd code condition is met, and i probably did something wrong on top of that, i have no knowledge of any lua just looking at other code and trying to piece something together.

    Anyone?

  7. #5167
    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)
    While using Google Analytics on my site I've realized that I have a much more diverse crowd of people using my profiles than I originally thought.... I will spend today and tomorrow making sure that ALL my profiles are region-free and will work on any Language of wow
    ^0^Team Nova's PQR NCC ^0^

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

  8. #5168
    Durf's Avatar Private
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    For the people who were wanting a upgraded Feral Cat DPS profile, here is my updated version of FireKitteh's Feral Rotation. Most credit goes to him for creating it, I just added in support for 2P and 4P T13. It does not waste any Ravage! procs as well as tries to pull as much DPS out of Berserk and Tigers Fury. As for Combo Points, when it senses that Rip is at 40% duration left, it will not waste combo points on Ferocious Bite or Savage Roar because it will most likely not have enough time to get 5 Combo Points to re-apply Rip before it falls off. Which, if Rip falls off, that is a 100% DPS loss as its one of your top 3 damaging attacks.

    Link:

    FireKitteh_CatDPS_Tier_Upgraded.rar

    If you have any suggestions on upgrades to this shoot it my way.

    P.S. I only take credit for the tier upgrades and Berserk/Tigers Fury changes. Everything else goes to the creater of the FireKitteh profile. Before you shoot rep anywhere, consider sending it to the creater of the profile first. Only then, will I gladly accept rep for the changes

    Thanks so much for this!

    I was wondering if there were any profiles with the ability to use while leveling for any class. Can it tell if you have certain spells or something?

  9. #5169
    [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'm sure the update for my enhancement profil will be finished tomorrow. It will include a rotation tweaked for our T13-4P and one for those player ( like me ) who havent this bonus. Maybe if i have enough time, i can upload a "beta"-AoE rotation.

    Gesendet von meinem GT-I9001 mit Tapatalk

  10. #5170
    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)
    Just finished the SMF profile, it uses the simcraft rotation and everything should be all set. I couldn't really extensively test it since I'm using a level 70 weapon in my offhand. Left shift for aoe toggle, left ctrl for heroic leap, and left alt for recklessness + deathwish. Let me know how it is, it may still need a lot of work.

    BossSMF1.0.rar

  11. #5171
    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 MastaRage View Post
    <<New user, but heard PQR was faster than HB's lazyraider so giving it a try.

    It is much better than the default one inside the zip folder, since that one didn't appear to use Arcane Shot at all. I'm averaging 23k, with 392 4set gear, on a raid dummy.

    My suggestions since 4.3.2's buff to Black Arrow, is it possible to make sure this is applied more. Also, I don't know if it is possible but can it switch aspects to fox when i move and then switch back to hawk when im still? Lastly, are you thinking about a AOE rotation?

    Thanks so much kickmydog for this awesome profile, it is my first awesome PQR I've used! I'm still learning the code behind the profiles so I'll try to help the best I can.

    -Masta
    If that is the latest profile, it will use Black Arrow pretty much when it is off cooldown, It will only switch to fox when you are going to do a cobra shot/steady shot while moving. Switching back when you are not using those shots even while moving. There is an AOE rotation in there.

    I'm still working on it though, I do not like the up time with serpent sting, and I may change it's priority or code to fix this issue which has been reported to me. I am at the moment trying however to put the AOE and single target profiles all into just one profile and using LEFT SHIFT to switch to AOE from single target. I am however having some issues with this. May take me a while to fix this because I do not like how it is currently implemented with some other writer's profiles so I cannot do what I normally do which is steal some of their code and change it to suit myself. I may end up having to do a complete rewrite of the profile which I am loath to do.
    Last edited by kickmydog; 02-01-2012 at 06:46 PM.

  12. #5172
    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
    Just finished the SMF profile, it uses the simcraft rotation and everything should be all set. I couldn't really extensively test it since I'm using a level 70 weapon in my offhand. Left shift for aoe toggle, left ctrl for heroic leap, and left alt for recklessness + deathwish. Let me know how it is, it may still need a lot of work.

    BossSMF1.0.rar
    disregard all that, it's working perfectly must of just been me :l

    Great job, yet again Boss.
    Last edited by LtButterman; 02-01-2012 at 07:46 PM.

  13. #5173
    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)
    Not working for the 64 bit client
    If you find someone's post helpful make sure you +rep them!
    The Wiki: https://pqrotation.wikia.com/wiki/PQRotation_Wiki

  14. #5174
    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)
    Originally Posted by Gorthok View Post
    Not working for the 64 bit client
    been numerous posts about this already hes not going to update it to work on a 64 bit anytime in the near future go back few pages its all there

  15. #5175
    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)
    Originally Posted by Bossqwerty View Post
    Just finished the SMF profile, it uses the simcraft rotation and everything should be all set. I couldn't really extensively test it since I'm using a level 70 weapon in my offhand. Left shift for aoe toggle, left ctrl for heroic leap, and left alt for recklessness + deathwish. Let me know how it is, it may still need a lot of work.

    BossSMF1.0.rar
    hey boss how is this comparing to your arms profile dps wise. and is smf or tg better iny our opinion?

    edit: nvm read few posts up. be testing tonight and compare to arms.
    Last edited by merrikh; 02-01-2012 at 07:56 PM.

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