[PQR] Nova Team Profiles menu

User Tag List

Page 114 of 157 FirstFirst ... 1464110111112113114115116117118 ... LastLast
Results 1,696 to 1,710 of 2342
  1. #1696
    TreeEskimo's Avatar Member
    Reputation
    5
    Join Date
    Mar 2013
    Posts
    111
    Thanks G/R
    1/2
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    you have to hold the AoE key to keep aoe going I removed the switch, next version will have a user choice to use the switch or to hold the key in the frame menu.

    just got home from an emergency trip, so bear with me.
    Hi crystal, for the love of god, holding a key for the AOE feels so much smoother and feels less "botty" ... I'd like to keep it the way it is but ofcourse no worries if you're gonna add user choice to it.

    I have two suggestions or bugfixes w/e for the SV profile:
    Sometimes, even at 70% focus or 5% focus, it will just stand still autoshooting on a target for 4-7 seconds without even using cobra shot. No abilities will be used in those 4-7 seconds. I see it happen very often and when it does it is usually when ES/BA is down and at low focus (can happen with high focus too, though). Is this a bug or intentional? Like if you have added not to use cobra shot if a special ability is very soon off cooldown to maximize DPS?

    Also, I'd like that when holding in the AOE key it would also check if barrage is up or not, and if it is, then go ahead and use it. It never uses it when AOE key is held down, only on single target DPS.
    I can workaround this by just using single target rotation on AOE packs for 7-10 seconds until it uses it or manually press the key, but it still would be better if it was added into the rotation.

    Other than that I love the profile.

    [PQR] Nova Team Profiles
  2. #1697
    tyg3rman's Avatar Private
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have a problem with the profiles....not even 1 wants to load ....said that loa file is missing....i got the latest files and still doesnt want to load any profile. I updated all files and nothing...

  3. #1698
    Tare69's Avatar Corporal
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any good Moonkin or druid healer pvp rotations? I did edit SM moonkin so it don't do starfall on rotation so I can handle it manually. But it and healing rotation don't be very good in pvp...
    Last edited by Tare69; 04-13-2013 at 10:34 AM.

  4. #1699
    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 TreeEskimo View Post
    Hi crystal, for the love of god, holding a key for the AOE feels so much smoother and feels less "botty" ... I'd like to keep it the way it is but ofcourse no worries if you're gonna add user choice to it.

    I have two suggestions or bugfixes w/e for the SV profile:
    Sometimes, even at 70% focus or 5% focus, it will just stand still autoshooting on a target for 4-7 seconds without even using cobra shot. No abilities will be used in those 4-7 seconds. I see it happen very often and when it does it is usually when ES/BA is down and at low focus (can happen with high focus too, though). Is this a bug or intentional? Like if you have added not to use cobra shot if a special ability is very soon off cooldown to maximize DPS?

    Also, I'd like that when holding in the AOE key it would also check if barrage is up or not, and if it is, then go ahead and use it. It never uses it when AOE key is held down, only on single target DPS.
    I can workaround this by just using single target rotation on AOE packs for 7-10 seconds until it uses it or manually press the key, but it still would be better if it was added into the rotation.

    Other than that I love the profile.
    odd shouldn't just 'hang' as for barrage i'll look into it and see where its breaking,

    @tyg3ram
    if its saying that the data file is missing you prob need to redownload the lua file and restart the pc (fixes 95% of problems)

    Please if someone helped you donate rep to them.

  5. #1700
    tyg3rman's Avatar Private
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    odd shouldn't just 'hang' as for barrage i'll look into it and see where its breaking,

    @tyg3rman
    if its saying that the data file is missing you prob need to redownload the lua file and restart the pc (fixes 95% of problems)
    I get an error that the ability and rotation xml isnt well formed. I got the new lua files and it says that.....xml not well formed.....

  6. #1701
    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)
    seems that error is poping up a lot for people. are you using a svn client or copy pasting from the link?

    Please if someone helped you donate rep to them.

  7. #1702
    Enragerx's Avatar Master Sergeant
    Reputation
    52
    Join Date
    Nov 2012
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Team Nova,

    I have been writing a modified version of your PQ_AuraInfo function (texture removed) to check Buffs and also DeBuffs, if you have time can you please check the attached data file for any obvious errors, any help would be appreciated

    I'm trying to use the modified function to check multiple tables at once aswell

    Code:
    if UnitCheck(1,3,4,"target")
    do I need to add more info checks to the function?

    Code:
    function unitCheck(i,unit)
    and also my concern is the way UnitDebuff is coded in the function, I feel I'm missing something

    Attachment 13584
    Last edited by Enragerx; 04-16-2013 at 10:02 AM.

  8. #1703
    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 Enragerx View Post
    Hi Team Nova,

    I have been writing a modified version of your PQ_AuraInfo function (texture removed) to check Buffs and also DeBuffs, if you have time can you please check the attached data file for any obvious errors, any help would be appreciated

    I'm trying to use the modified function to check multiple tables at once aswell

    Code:
    if UnitCheck(1,3,4,"target")
    do I need to add more info checks to the function?

    Code:
    function unitCheck(i,unit)
    and also my concern is the way UnitDebuff is coded in the function, I feel I'm missing something

    Attachment 13584
    might want to pm ment on that shes the one to code it.

    Please if someone helped you donate rep to them.

  9. #1704
    sodomizer's Avatar Private
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello guys , first off i want to thank Nova for keeping old profiles so us on the privates can benefit as well
    Secondly i want to apologize for my retard Q and i know its bound to be in the thread somewhere but i literally dont have the time to look through it all cuz i am at work all ****ing day for 15-16 hours.
    My Q is how can i use the old profiles for 4.3 ( i play molten) and if any1 still remembers which warrior profile is best for PvE dps will be great.
    I tried importing them from the URL but it said it was invalid (i have the CORRECT version of PQR for 4.3.4) or maybe i am just too stupid to see it , do i have to copy paste the whole text wall some where ?
    all help appreciated and all the best

  10. #1705
    Starkey2009's Avatar Member
    Reputation
    9
    Join Date
    Jun 2009
    Posts
    217
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cannot download the monk profile from the svn is it because its https if i do http: the server comes back saying this Failed to save profile download. XML may not be well formed. The remote server returned an error 500 internal server error

  11. #1706
    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)
    https://www.assembla.com/code/nova-p...odes/116/trunk

    go here and download what you need directly for now, I'm not understanding why people are having problems with svn.

    Please if someone helped you donate rep to them.

  12. #1707
    Starkey2009's Avatar Member
    Reputation
    9
    Join Date
    Jun 2009
    Posts
    217
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    https://www.assembla.com/code/nova-p...odes/116/trunk

    go here and download what you need directly for now, I'm not understanding why people are having problems with svn.
    Sorry totally my own fault i was trying to use the link to download the xml instead of just saving it directly, but anyway the monk profile still wont work it just has unable to load rotation/ability list. The XML is not well formed
    Last edited by Starkey2009; 04-18-2013 at 04:25 PM.

  13. #1708
    Nytr0g3n's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Mar 2011
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just today heard about PQR and was wondering how I would go about using these profiles for the first time via the PQR program (already have it installed).

    Thank you!

  14. #1709
    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)
    heads up for a big update from me. stay tuned!

    Please if someone helped you donate rep to them.

  15. #1710
    megabbyte's Avatar Member CoreCoins Purchaser
    Reputation
    4
    Join Date
    Mar 2008
    Posts
    154
    Thanks G/R
    0/2
    Trade Feedback
    10 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    bu_bua.. PQR hunter CC.. just have Alt X to start rotation, and how we control Coldowns, AOE abilites? Multi-shot and traps? :|

Similar Threads

  1. [PQR] Gabbz Mage Profiles
    By Gabbz in forum WoW Bot Maps And Profiles
    Replies: 207
    Last Post: 07-18-2016, 08:00 PM
  2. Replies: 11
    Last Post: 01-13-2013, 10:56 PM
  3. {PQR} Windwalker Raid Profile - Wanted
    By fish221171 in forum WoW Bot Maps And Profiles
    Replies: 3
    Last Post: 10-18-2012, 02:01 AM
  4. PQR - DK Blood profiles - none of them work :(
    By zambeaux in forum WoW Bot Maps And Profiles
    Replies: 4
    Last Post: 10-09-2012, 07:44 AM
  5. PQR PVP Hunter profile?
    By aLorzy91 in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 07-29-2012, 02:32 AM
All times are GMT -5. The time now is 04:37 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