[PQR] Nova Team Profiles menu

Shout-Out

User Tag List

Page 91 of 157 FirstFirst ... 41878889909192939495141 ... LastLast
Results 1,351 to 1,365 of 2342
  1. #1351
    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 Aleksonfire View Post
    Prints 2 as expected.

    do you think calling i=1 in the function has something to do with nova_mod messing up?
    All I can think of is maybe the perfect aoe target function(Almost identical to the nova version for Swiftmend) is screwing with the nova_mod or something. Any ideas on that?
    I don't see how it is :-/ when you call a function, it goes and runs the function, then returns right back where you were ... Hmmm

    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!

    [PQR] Nova Team Profiles
  2. #1352
    Aleksonfire's Avatar Master Sergeant
    Reputation
    25
    Join Date
    Nov 2012
    Posts
    132
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    I don't see how it is :-/ when you call a function, it goes and runs the function, then returns right back where you were ... Hmmm

    Sent from my Xoom using Tapatalk 2
    OK tested this as well.

    if Nova_Mod() == Nova_AoeHeal then
    print(Nova_Mod())
    end

    And it does nothing.

    This is my table
    Nova_CooldownCheck = {
    [1] = { Mod = 1, Text = "PauseRotation", Var1 = 1 },
    [2] = { Mod = 2, Text = "AoeHeal", Var1 = 1 },
    [3] = { Mod = 4, Text = "HealingRain", Var1 = 1 },
    [4] = { Mod = 8, Text = "HealingTideTotem", Var1 = 1 },
    [5] = { Mod = 16, Text = "Ascendance", Var1 = 1 },
    }
    Resto Shammy Profile - https://goo.gl/nm5Nc

  3. #1353
    Aleksonfire's Avatar Master Sergeant
    Reputation
    25
    Join Date
    Nov 2012
    Posts
    132
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Found a workaround. Not sure what is going on with nova_mod. But I put this code in and it works just fine now,

    if ( Nova_Mod() == tonumber(GetCVar('Nova_AoeHeal'))
    and GetCVarBool('Nova_AoeHeal_Enabled') )
    then
    GetDistance()
    local PerfectAoETarget = {}
    for i=1, #members do
    table.insert(PerfectAoETarget, {NumberNearby = UnitsClose(members[i].Unit, 90), Unit = members[i].Unit} )
    end

    table.sort(PerfectAoETarget, function(x,y) return x.NumberNearby > y.NumberNearby end)

    if PerfectAoETarget[1].NumberNearby >= 3
    or AverageHealth(4) <= 80 then
    PQR_CustomTarget = PerfectAoETarget[1].Unit
    return true
    end
    end
    Resto Shammy Profile - https://goo.gl/nm5Nc

  4. #1354
    Bakami's Avatar Banned
    Reputation
    7
    Join Date
    Jan 2008
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone know the password so I can download through the SVN? It keeps asking for a user/pw

  5. #1355
    Aleksonfire's Avatar Master Sergeant
    Reputation
    25
    Join Date
    Nov 2012
    Posts
    132
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    go into rotation editor. and update to the new link for the svn.
    Resto Shammy Profile - https://goo.gl/nm5Nc

  6. #1356
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Message: [string "if not FirstRun ..."]:29: Couldn't find CVar named 'Nova_Rebirth'
    Time: 02/07/13 22:47:55
    Count: 3
    Stack: [C]: ?
    [C]: in function `SetCVar'
    [string "if not FirstRun ..."]:29: 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:
    I started using Elvui tonight and I get this lua-error now, how can I adjust it/fix it?
    Is it an issue even?
    Last edited by Ninjaderp; 02-07-2013 at 05:10 PM.

  7. #1357
    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)
    please wait for my updated code. I'm adding in nova_frame and it will allow you to switch cheetah on or off at a wim. I should have it done by friday night.

    Please if someone helped you donate rep to them.

  8. #1358
    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 Ninjaderp View Post
    I started using Elvui tonight and I get this lua-error now, how can I adjust it/fix it?
    Is it an issue even?
    Have you tried completely restarting wow?

    I used elvui when I wrote it, I just switched to a modded lui, but I haven't had that issue, looks like the cvars aren't setting up properly to you.

    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. #1359
    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 Bakami View Post
    Anyone know the password so I can download through the SVN? It keeps asking for a user/pw
    Are you using assembla? We don't have passwords on anything....

    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!

  10. #1360
    Bakami's Avatar Banned
    Reputation
    7
    Join Date
    Jan 2008
    Posts
    122
    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
    Are you using assembla? We don't have passwords on anything....

    Sent from my ADR6400L using Tapatalk 2
    Trying to extract to desktop through Tortoise SVN and it's asking for a user name and password and yes I'm using the assembla

  11. #1361
    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 Bakami View Post
    Trying to extract to desktop through Tortoise SVN and it's asking for a user name and password and yes I'm using the assembla
    Code:
    https://subversion.assembla.com/svn/nova-project/
    using this url right here.....

    you are being asked for a username and password when checking out the svn?
    ^0^Team Nova's PQR NCC ^0^

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

  12. #1362
    freaki's Avatar Member
    Reputation
    12
    Join Date
    Dec 2008
    Posts
    85
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok i figured out whats happened bakami..you are trying to export instead of importing
    trying to export will give you the username and password screen...
    Last edited by freaki; 02-08-2013 at 08:06 AM.

  13. #1363
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thats funny, because I just tried that in a new folder with tortoisesvn and didnt get asked for any login.

  14. #1364
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For the resto-profile do you think it would be able to add some kind of logic for the Tsu-Long boss-encounter in the day-phase? Or do you just turn it off and do that manually?

    Here's some theories and methods by some of the druids off MMO-C: [RESTO] How to rank on WoL at Tsulong

    Also, what talents do you recommend? I've been using Incarnation and Nature's Vigil mostly, but I've seen a lot of other druids using SotF and HotW as well.

    Cheers ^^
    Last edited by Ninjaderp; 02-08-2013 at 10:18 AM.

  15. #1365
    lucyluckman's Avatar Corporal
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Firstly, many thanks to all at Team Nova for your work and dedication to PQR

    I am having an unusual problem with the Shadow Priest Profile when attacking bosses in Dungs and Raids. I can attack trash and training dummies and regular world mobs just fine. Its just bosses it refuses to cast anything for!

    I am lvl90 and have updated via SVN (revision81).

    Any help appreciated. Ty

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 10:47 PM. 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