[PQR] Nova Team Profiles menu

Shout-Out

User Tag List

Page 88 of 157 FirstFirst ... 38848586878889909192138 ... LastLast
Results 1,306 to 1,320 of 2342
  1. #1306
    fish221171's Avatar Member
    Reputation
    9
    Join Date
    Mar 2010
    Posts
    76
    Thanks G/R
    1/5
    Trade Feedback
    4 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    bubba911,

    Will you be adding the NOVA frame to the Mistweaver profile so we can edit the settings with ease?

    Thanks

    [PQR] Nova Team Profiles
  2. #1307
    OutBit's Avatar Member
    Reputation
    1
    Join Date
    May 2010
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Seems to get stuck on casting Incinerate when using your Destro single target Rotation + It's not using any curses.

  3. #1308
    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)
    Originally Posted by OutBit View Post
    Seems to get stuck on casting Incinerate when using your Destro single target Rotation + It's not using any curses.
    I think it has something to do with the new Nova Data, the frost mage profile also locks up


    does anyone know a fix to stop Mentallys frost mage from locking up on Icy Veins?
    Last edited by Enragerx; 02-05-2013 at 01:43 PM.

  4. #1309
    Jettand's Avatar Corporal
    Reputation
    6
    Join Date
    Sep 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    PvP Arms not working.

    Message: [string "local hCD = select(2, GetSpellCooldown(1715..."]:19: attempt to get length of global 'PQ_Immunity' (a nil value)
    Time: 02/05/13 14:47:33
    Count: 159
    Stack: [string "local hCD = select(2, GetSpellCooldown(1715..."]:19: in function `?'
    [string "if PQR_Addon_Loaded == nil then..."]:737: 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: hCD = 0
    sCD = 0
    canHamstring = false
    bHoF = false
    (*temporary) = 1
    (*temporary) = nil
    (*temporary) = 3
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = false
    (*temporary) = <table> {
    }
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = "Ice Tomb"
    (*temporary) = "Interface\Icons\Spell_Frost_ChainsOfIce"
    (*temporary) = 0
    (*temporary) = false
    (*temporary) = "attempt to get length of global 'PQ_Immunity' (a nil value)"



    This is from the PvP Arms Spec, I disabled all addons and I'm still getting the same thing.
    This was on a Training Dummie but I get the same thing on any target. Any help?

  5. #1310
    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 Jettand View Post
    Message: [string "local hCD = select(2, GetSpellCooldown(1715..."]:19: attempt to get length of global 'PQ_Immunity' (a nil value)
    Time: 02/05/13 14:47:33
    Count: 159
    Stack: [string "local hCD = select(2, GetSpellCooldown(1715..."]:19: in function `?'
    [string "if PQR_Addon_Loaded == nil then..."]:737: 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: hCD = 0
    sCD = 0
    canHamstring = false
    bHoF = false
    (*temporary) = 1
    (*temporary) = nil
    (*temporary) = 3
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = false
    (*temporary) = <table> {
    }
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = "Ice Tomb"
    (*temporary) = "Interface\Icons\Spell_Frost_ChainsOfIce"
    (*temporary) = 0
    (*temporary) = false
    (*temporary) = "attempt to get length of global 'PQ_Immunity' (a nil value)"



    This is from the PvP Arms Spec, I disabled all addons and I'm still getting the same thing.
    This was on a Training Dummie but I get the same thing on any target. Any help?
    Do you have. Most up to date data file?

    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!

  6. #1311
    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)
    Hey! I'm having a few problems with my shammy profile and chain heal using the nova_mod and nova_frame. Seems that everytime it is loaded in (Chain heal on left ctrl) when you open up the nova frame - cooldowns it has all the buttons clicked and even if you change wont cast the chainheal as intended. Here is my chain Heal code
    if Nova_Mod() == Nova_ChainHeal and
    Nova_ChainHealCheck
    then
    GetDistance()
    local PerfectAoETarget = {}
    local members = members
    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
    CastSpellByName(GetSpellInfo(1064), PerfectAoETarget[1].Unit)
    return true
    end
    end
    Resto Shammy Profile - https://goo.gl/nm5Nc

  7. #1312
    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)
    asking me for a user name a password anyone know why

  8. #1313
    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
    asking me for a user name a password anyone know why
    are u using the google code svn? that one was shut down for whatever reason, so we moved to assembla
    ^0^Team Nova's PQR NCC ^0^

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

  9. #1314
    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 fish221171 View Post
    bubba911,

    Will you be adding the NOVA frame to the Mistweaver profile so we can edit the settings with ease?

    Thanks
    yes, i have been working on it now and then, working on cleaning up the healing

    first
    ^0^Team Nova's PQR NCC ^0^

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

  10. #1315
    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)
    bu-ba any idea if mentally is going to finish release her new shadow pve and pvp profiles?
    as she hasnt been around for over a week and nobody seems to know whats happening. cheers

  11. #1316
    evlow's Avatar Contributor
    Reputation
    171
    Join Date
    Sep 2007
    Posts
    233
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @freaki the shadow pve profile is working fine and is mostly finished, I know that mentally was coming back to the states from being overseas so she may be a bit occupied. it'll get done when its done.

  12. #1317
    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)
    Restoration
    Naturalist: This new passive learned at level 10 by Restoration Druids increases all healing done by the Druid by 10%.
    Wild Mushrooms will now gain 75% of the overhealing performed by the Druid’s Rejuvenation effects, up to a maximum of 100% of the Druid’s health in bonus healing, and growing larger as they do so. When Wild Mushroom: Bloom is cast, this bonus healing will be divided evenly amongst targets in the area of effect.
    With the change to Wild Mushroom in 5.2 and PQR 3.0 supporting "cast on player location with spells you mark the ground with" will you include shroom-usage in the restoprofile? ^^

  13. #1318
    Mavmins's Avatar Contributor
    Reputation
    165
    Join Date
    Oct 2012
    Posts
    606
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When i open rotation editor and stick in the url of the txt files to dl the nova profiles it says its an invalid url

  14. #1319
    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 Mavmins View Post
    When i open rotation editor and stick in the url of the txt files to dl the nova profiles it says its an invalid url
    Make sure it's http not https

    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!

  15. #1320
    Mavmins's Avatar Contributor
    Reputation
    165
    Join Date
    Oct 2012
    Posts
    606
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    Make sure it's http not https
    thats done it, sorry for the noob question !

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