[PQR] Nova Team Profiles menu

Shout-Out

User Tag List

Page 58 of 157 FirstFirst ... 8545556575859606162108 ... LastLast
Results 856 to 870 of 2342
  1. #856
    lostwalker's Avatar Member
    Reputation
    2
    Join Date
    Sep 2008
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Guys,

    Quick question for you, I noticed today that the Fire mage profile won't AoE when I hold down the left cntr key. Also it seems that when I heal using the disc profile sometime it will just stop healing, even if I'm targeting the tank. Also is there any plan for a focus ability for disc? like maybe focus tank for shields or something?

    Thanks Again

    [PQR] Nova Team Profiles
  2. #857
    svs's Avatar Active Member
    Reputation
    15
    Join Date
    Feb 2012
    Posts
    89
    Thanks G/R
    9/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    On a side note... I need some people to help me test my Boomkin profile.... (lvl 90's only plz)
    I'm a huge fan of ur profiles, would love to test Boomkin one!

  3. #858
    g1teglover's Avatar Site Donator
    Reputation
    14
    Join Date
    Oct 2008
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    going to run tests with this configuration and see if thats the issue....

    and what are you glyphs to maybe?

    *edit*
    it ran perfectly fine

    did you update my Data File?
    I got it working...

    I had a herp moment, and didn't update the data file, then once i updated it, forgot to /reloadui... Doesn't work on target dummies, gonna do more testing later tomorrow.

  4. #859
    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)
    @Bubba
    Im trying out the resto druid somwhat.
    Wondering if there is a quick guide what it does. For example with mouseover and what toggle keys there is.
    It works nice in LFR but it burns mana rather quickly. I guess the custom table is ment for us to assign people to heal ?
    I can just go over dissect the code and try it out but if you have any kind of guide or file that explain how the profile works that would be great.
    Looking for exploiters and botters to Elder Scrolls Online.

  5. #860
    Rezlol's Avatar Member
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey bubba, I got all your new profiles and I was trying to use Shadow Priest, I enabled it but it was just standing there doing nothing. I did try a different profile and that did work.

    If this info is useful to you, I was in my Tiller's Farm planting my crops and needed to kill the birds/virmen.

    Edit:

    Similar thing happening with Fire Mage, it just did my buffs, made my mana gem but it didn't go through with the rotation. Gonna restart WoW and PQR and see what happens.

    Edit 2:

    Restarted wow, got on to mage and rotation was working.
    Restarted wow, got on to priest and rotation wasn't working.
    Last edited by Rezlol; 12-09-2012 at 03:51 PM.

  6. #861
    g1teglover's Avatar Site Donator
    Reputation
    14
    Join Date
    Oct 2008
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gabbz View Post
    @Bubba
    Im trying out the resto druid somwhat.
    Wondering if there is a quick guide what it does. For example with mouseover and what toggle keys there is.
    It works nice in LFR but it burns mana rather quickly. I guess the custom table is ment for us to assign people to heal ?
    I can just go over dissect the code and try it out but if you have any kind of guide or file that explain how the profile works that would be great.
    If you're looking to adjust the mana usage, the settings under the --Raid Settings-- (same can be done with Party, Arena, BG) ability would end up being the best place to change them. All of the CVars that are used in the healing profile are listed as well as the values of the player's health that the profile looks for. Also, you will have to change the Wild Growth ability as well as Rejuvenation to use the variables (trust me, made changing them on the fly a cakewalk). I've posted the changed abilities to allow for the variables to be changed on the fly

    Find the line in the Rejuv ability:
    Code:
    and members[i].HP < 82
    And change it to the following:
    Code:
    and members[i].HP < Nova_Rejuvenation then
    Same thing is needed for the Wild Growth ability. Find the line:
    Code:
    or AverageHealth(3) <= 88 then
    and change it to the following:
    Code:
    or AverageHealth(3) <= Nova_WildGrowth then
    Those two changes will make the profile fully run off of the settings that are defined by the variables (and able to be changed in game using a macro).

  7. #862
    Hordeglider's Avatar Active Member
    Reputation
    27
    Join Date
    Feb 2007
    Posts
    136
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Hordeglider View Post
    First of all, really enjoy the Shadow Priest profile and it's just awesome. However, I'm getting below lua errors using the Shadow Priest profile today and it doesn't run at all. Any idea? Thanks.

    Message: [string "local PQ_SWP = PQ_SWP ..."]:15: attempt to index field '?' (a nil value)
    Time: 12/08/12 11:13:55
    Count: 602
    Stack: [string "local PQ_SWP = PQ_SWP ..."]:15: in function `?'
    [string "if PQR_Addon_Loaded == nil then..."]:760: in function `PQR_NextAbility'
    [string "if PQR_Addon_Loaded == nil then..."]:533: in function `PQR_ExecuteRotation'
    [string "if PQR_Addon_Loaded == nil then..."]:289: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>

    Locals: PQ_SWP = 589
    PQ_Solace = nil
    Nova_Spell = <table> {
    47585 = <table> {
    }
    34861 = <table> {
    }
    21562 = <table> {
    }
    10060 = <table> {
    }
    73510 = <table> {
    }
    588 = <table> {
    }
    527 = <table> {
    }
    123040 = <table> {
    }
    14914 = <table> {
    }
    596 = <table> {
    }
    724 = <table> {
    }
    89485 = <table> {
    }
    129250 = <table> {
    }
    47540 = <table> {
    }
    8122 = <table> {
    }
    121135 = <table> {
    }
    73325 = <table> {
    }
    33206 = <table> {
    }
    120517 = <table> {
    }
    139 = <table> {
    }
    2944 = <table> {
    }
    528 = <table> {
    }
    17 = <table> {
    }
    73413 = <table> {
    }
    87151 = <table> {
    }
    1706 = <table> {
    }
    14751 = <table> {
    }
    32546 = <table> {
    }
    33076 = <table> {
    }
    6346 = <table> {
    }
    453 = <table> {
    }
    585 = <table> {
    }
    34433 = <table> {
    }
    589 = <table> {
    }
    48045 = <table> {
    }
    15237 = <table> {
    }
    109186 = <table> {
    }
    2060 = <table> {
    }
    2061 = <table> {
    }
    32379 = <table> {
    }
    2096 = <table> {
    }
    605 = <table> {
    }
    8129 = <table> {
    }
    9484 = <table> {
    }
    62618 = <table> {
    }
    15407 = <table> {
    }
    88625 = <table> {
    }
    47788 = <table> {
    }
    586 = <table> {
    }
    19236 = <table> {
    }
    2050 = <table> {
    }
    15473 = <table> {
    }
    34914 = <table> {
    }
    64901 = <table> {
    }
    64843 = <table> {
    }
    2006 = <table> {
    }
    8092 = <table> {
    }
    }
    PQ_Insanity = nil
    SWP = nil
    _ = nil
    _ = nil
    _ = nil
    _ = nil
    _ = nil
    SWPtimer = nil
    (*temporary) = nil
    (*temporary) = "target"
    (*temporary) = "Shadow Word: Pain"
    (*temporary) = "attempt to index field '?' (a nil value)"
    Hi Guys,
    Any fix on the Shadow Priest soon? Meanwhile, I've reverted back to revision 27 and it's working so something must of gone wrong after. Thanks.
    Q: When do hunters get to tame druids?
    A: Right after druids get a hunter form.

  8. #863
    g1teglover's Avatar Site Donator
    Reputation
    14
    Join Date
    Oct 2008
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Hordeglider View Post
    Hi Guys,
    Any fix on the Shadow Priest soon? Meanwhile, I've reverted back to revision 27 and it's working so something must of gone wrong after. Thanks.
    Looks like a change in the PQR_Nova_Data.lua file might be causing it. Have you tried updating the data file to the newest one?

  9. #864
    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 g1teglover View Post
    Looks like a change in the PQR_Nova_Data.lua file might be causing it. Have you tried updating the data file to the newest one?
    im im thinking i may have broken it by changing target validation, but i couldn't find any instance where what i changed would break it, been waiting to get a hold of mentally to see exactly how she was using it in SPriest
    ^0^Team Nova's PQR NCC ^0^

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

  10. #865
    Hordeglider's Avatar Active Member
    Reputation
    27
    Join Date
    Feb 2007
    Posts
    136
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by g1teglover View Post
    Looks like a change in the PQR_Nova_Data.lua file might be causing it. Have you tried updating the data file to the newest one?
    Tried updating the data file to the latest one but still have same problem. Going back to rev 27 until there's a fix. Thx.

    Sent from my Galaxy Nexus using Tapatalk 2
    Q: When do hunters get to tame druids?
    A: Right after druids get a hunter form.

  11. #866
    Rubim's Avatar Contributor
    Reputation
    247
    Join Date
    Mar 2010
    Posts
    267
    Thanks G/R
    4/7
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Once again i need some help.

    UnitsClose(members[1], 90)

    He checks the distance between members[1] and another target with hp below 90.

    What distance is that? 11.11?

    /dump UnitsClose is always returning 0, even with HP check at 101.
    Last edited by Rubim; 12-10-2012 at 03:56 PM.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/385569-pqr-death-knight-monk-tank-dps-profiles.html#post2582063

  12. #867
    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 Rubim View Post
    Once again i need some help.

    UnitsClose(members[1], 90)

    He checks the distance between members[1] and another target with hp below 90.

    What distance is that? 11.11?

    /dump UnitsClose is always returning 0, even with HP check at 101.
    UnitsClose isn't a wow API function, its a Sheuron Function. You can find it in the data file. It just looks for whoever has the most nearby players at 90% or lower.

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

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

  13. #868
    Rubim's Avatar Contributor
    Reputation
    247
    Join Date
    Mar 2010
    Posts
    267
    Thanks G/R
    4/7
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    UnitsClose isn't a wow API function, its a Sheuron Function. You can find it in the data file. It just looks for whoever has the most nearby players at 90% or lower.

    Sent from my ADR6400L using Tapatalk 2
    Yeah since im using your data file, but i solved my problem with something similar.

    AverageHealth from your Mistweaver with a PQR_UnitDistance check =)
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/385569-pqr-death-knight-monk-tank-dps-profiles.html#post2582063

  14. #869
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,036
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Released a rewrite to my SV hunter and put it up on the SVN, Got a working BM as well that has been rewritten just testing it out now. next up is MM or rogue

    Please if someone helped you donate rep to them.

  15. #870
    lostwalker's Avatar Member
    Reputation
    2
    Join Date
    Sep 2008
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Hordeglider View Post
    Hi Guys,
    Any fix on the Shadow Priest soon? Meanwhile, I've reverted back to revision 27 and it's working so something must of gone wrong after. Thanks.
    Is there a way to revert back to 27, if I only update using the SVN link, or am I out of luck?

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