[PQR] Nova Team Profiles menu

User Tag List

Page 56 of 157 FirstFirst ... 6525354555657585960106156 ... LastLast
Results 826 to 840 of 2342
  1. #826
    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 madturk View Post
    Rogue rotation needs some love
    yep it does, this time of year things get really busy for peps and due to being busy many of us are still leveling alts or trying to tweak other classes.

    Please if someone helped you donate rep to them.

    [PQR] Nova Team Profiles
  2. #827
    blacknightlll's Avatar Member
    Reputation
    4
    Join Date
    Mar 2009
    Posts
    154
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yea it's that time of year. Ppl busy with work, school, family, and travel. Sure they'll get to it after the new year just like their *cough* hpally

  3. #828
    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)
    I need some help from you guys, again.

    Trying to fix this but i could not.

    SPELL2 is Earth Shield shaman, 974.
    PHP Code:
    for i=1#members do
        
    if UnitGroupRolesAssigned(member[i].Unit) == "TANK"
        
    and not UnitBuffID(members[i].UnitSPELL2)  then
            PQR_CustomTarget 
    members[i].Unit
            CastSpellByName
    (GetSpellInfo(SPELL2),PQR_CustomTarget)
            return 
    true
        end
    end 
    Getting a lua error and dont know why.

    I was doing this but i trough was unnecessary, since your data files handles the party members and sort it.

    PHP Code:
    for i=1membersdo
        
    local member group..tostring(i)
        if 
    not PQR_IsOutOfSight(member)
         and ( 
    UnitGroupRolesAssigned(member) == "TANK"
        
    UnitBuffID(memberSPELL2)  then
            PQR_CustomTarget 
    member
            CastSpellByName
    (GetSpellInfo(SPELL2),PQR_CustomTarget)
            return 
    true
        end
        
    end 
    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

  4. #829
    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)
    @Rubim what's the lua error message?


    I'm also seeing a lot of swaps of member and members.

    If this is your exact code, that could be the issue

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

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

  5. #830
    Ralphiuss's Avatar Active Member
    Reputation
    44
    Join Date
    Sep 2011
    Posts
    230
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Team Nova lets do challenge modes!

  6. #831
    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
    @Rubim what's the lua error message?


    I'm also seeing a lot of swaps of member and members.

    If this is your exact code, that could be the issue

    Sent from my Xoom using Tapatalk 2
    member is nil.

    Forget the second code, that one work but i want to use the tables that you guys use o Nova_Data.

    PHP Code:
    for i=1#members do 
        
    if UnitGroupRolesAssigned(member[i].Unit) == "TANK" 
        
    and not UnitBuffID(members[i].UnitSPELL2)  then 
            PQR_CustomTarget 
    members[i].Unit 
            CastSpellByName
    (GetSpellInfo(SPELL2),PQR_CustomTarget
            return 
    true 
        end 
    end 
    Do you guys have a way to check if a member is a tank?
    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

  7. #832
    fluxflux's Avatar Knight
    Reputation
    5
    Join Date
    Jan 2012
    Posts
    185
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mentally View Post
    Rolling out a quick update to Shadow Priest shortly to better accomodate Shadow Word: Insanity, I've gotten a few reports that it doesn't work well or as intended sometimes depending on situations.
    iss this now live or coming soon?

  8. #833
    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
    member is nil.

    Forget the second code, that one work but i want to use the tables that you guys use o Nova_Data.

    PHP Code:
    for i=1#members do 
        
    if UnitGroupRolesAssigned(member[i].Unit) == "TANK" 
        
    and not UnitBuffID(members[i].UnitSPELL2)  then 
            PQR_CustomTarget 
    members[i].Unit 
            CastSpellByName
    (GetSpellInfo(SPELL2),PQR_CustomTarget
            return 
    true 
        end 
    end 
    Do you guys have a way to check if a member is a tank?
    I'm telling you.
    Replace member with members
    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!

  9. #834
    vorn10's Avatar Active Member
    Reputation
    75
    Join Date
    Nov 2010
    Posts
    303
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Restoration Druid.
    When i pop up Incarnation, rotation stops.

  10. #835
    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 vorn10 View Post
    @Restoration Druid.
    When i pop up Incarnation, rotation stops.
    i have never had this happen to me yet, so i can't debug it :-/


    On a side note... I need some people to help me test my Boomkin profile.... (lvl 90's only plz)
    ^0^Team Nova's PQR NCC ^0^

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

  11. #836
    fluxflux's Avatar Knight
    Reputation
    5
    Join Date
    Jan 2012
    Posts
    185
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi

    i can test your Boomkin Profile i have a 486 item lvl Boomkin

  12. #837
    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 vorn10 View Post
    @Restoration Druid.
    When i pop up Incarnation, rotation stops.
    Hmm, that's an odd one.

    Bu_ba, I'd gladly test your boomkin profile, currently have a boomkin with 482 ilevel.

  13. #838
    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
    Hmm, that's an odd one.

    Bu_ba, I'd gladly test your boomkin profile, currently have a boomkin with 482 ilevel.
    tweaking some last minute changes, then i'll send u a pm
    ^0^Team Nova's PQR NCC ^0^

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

  14. #839
    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
    tweaking some last minute changes, then i'll send u a pm
    Gotta love my stupidity.

    UnitGroupRolesAssigned(member[i].Unit)

    member = nil.

    Why so retarded Rubim?
    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

  15. #840
    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)
    I decided to just post the Boomkin profile on SVN, try it out please XD

    /nova mouseover
    or
    /nm

    enables and disables Mouseover DoTing
    ^0^Team Nova's PQR NCC ^0^

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

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 03:43 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search