[PQR] Nova Team Profiles menu

User Tag List

Page 154 of 157 FirstFirst ... 54104150151152153154155156157 LastLast
Results 2,296 to 2,310 of 2342
  1. #2296
    embee's Avatar Sergeant
    Reputation
    9
    Join Date
    Sep 2012
    Posts
    45
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, you update the profiles ???

    [PQR] Nova Team Profiles
  2. #2297
    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)
    Lol if I knew removing that would be this bad, I would have left it haha

    Sent from my SCH-I535 using Tapatalk
    ^0^Team Nova's PQR NCC ^0^

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

  3. #2298
    Redwit's Avatar Banned
    Reputation
    1
    Join Date
    Dec 2013
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    sigh, that damn error again

    bubba removed that function from the data file just add this to get it back.

    Code:
    -- Universal Modifier Checker
    Nova_Pause = nil
    function Nova_Pause(num)
        local num = num or 0
        if num == 1
            and IsLeftShiftKeyDown()
            and not GetCurrentKeyBoardFocus() then
                return true
        elseif num == 2
            and IsLeftControlKeyDown()
            and not GetCurrentKeyBoardFocus() then
                return true
        elseif num == 3
            and IsLeftAltKeyDown()
            and not GetCurrentKeyBoardFocus() then
                return true
        elseif num == 4
            and IsRightShiftKeyDown()
            and not GetCurrentKeyBoardFocus() then
                return true
        elseif num == 5
            and IsRightControlKeyDown()
            and not GetCurrentKeyBoardFocus() then
                return true
        elseif num == 6
            and IsRightAltKeyDown()
            and not GetCurrentKeyBoardFocus() then
                return true
        end
        return false
    end
    Thanx dear Sir, now everything works!

  4. #2299
    Hunter4vr's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When loading Resto Druid Profile i get this.
    Message: [string "if PQR_Addon_Loaded == nil then..."]:742: attempt to call field '?' (a nil value)
    Time: 12/20/13 13:49:37
    Count: 111
    Stack: [string "if PQR_Addon_Loaded == nil then..."]:742: in function `PQR_NextAbility'
    [string "if PQR_Addon_Loaded == nil then..."]:534: in function `PQR_ExecuteRotation'
    [string "if PQR_Addon_Loaded == nil then..."]:287: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>

    Locals: rotationNumber = 0
    nextAbility = -1
    playerChanneling = false
    (for index) = 27
    (for limit) = 1023
    (for step) = 1
    i = 27
    spellID = 5185
    skipUnknown = true
    isSpellKnown = true
    (*temporary) = nil
    (*temporary) = "attempt to call field '?' (a nil value)"

  5. #2300
    wobbrocker's Avatar Private
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I added that into the data file and now when I start the profile i am getting "You are missing PQR_Nova_Data.lua. Rotation has been stopped".
    Originally Posted by crystal_tech View Post
    sigh, that damn error again

    bubba removed that function from the data file just add this to get it back.

    Code:
    -- Universal Modifier Checker
    Nova_Pause = nil
    function Nova_Pause(num)
        local num = num or 0
        if num == 1
            and IsLeftShiftKeyDown()
            and not GetCurrentKeyBoardFocus() then
                return true
        elseif num == 2
            and IsLeftControlKeyDown()
            and not GetCurrentKeyBoardFocus() then
                return true
        elseif num == 3
            and IsLeftAltKeyDown()
            and not GetCurrentKeyBoardFocus() then
                return true
        elseif num == 4
            and IsRightShiftKeyDown()
            and not GetCurrentKeyBoardFocus() then
                return true
        elseif num == 5
            and IsRightControlKeyDown()
            and not GetCurrentKeyBoardFocus() then
                return true
        elseif num == 6
            and IsRightAltKeyDown()
            and not GetCurrentKeyBoardFocus() then
                return true
        end
        return false
    end

  6. #2301
    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 wobbrocker View Post
    I added that into the data file and now when I start the profile i am getting "You are missing PQR_Nova_Data.lua. Rotation has been stopped".
    odd did you copy everything even last end?

    Please if someone helped you donate rep to them.

  7. #2302
    JohnnyPunani's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    Mar 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you add Racial/Profession spells to the custom spell queue? I'm trying to add Berserking and LifeBlood to be auto cast in the Resto Druid rotation but I keep getting an error "There wasn't a Spell to go along with what your input." I am inputting the correct spell ids. If you can auto cast these spells what I'm I doing wrong?

  8. #2303
    Cahonez's Avatar Sergeant
    Reputation
    4
    Join Date
    Dec 2011
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Trying to load the Master Resto Profile

    given error message : You are missing PQR_Nova_Data.lua. Rotation has been stopped.

    Copied all files from SVN into the appropriate folders.

    Did I miss something?

  9. #2304
    cukiemunster's Avatar Contributor
    Reputation
    130
    Join Date
    Dec 2009
    Posts
    1,128
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cahonez View Post
    Trying to load the Master Resto Profile

    given error message : You are missing PQR_Nova_Data.lua. Rotation has been stopped.

    Copied all files from SVN into the appropriate folders.

    Did I miss something?
    Yup, PQR_Nova_Data.lua

    Sent from my Galaxy S4 using Tapatalk 2

  10. #2305
    Cahonez's Avatar Sergeant
    Reputation
    4
    Join Date
    Dec 2011
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I see what you did there.

    Hilarious as it is, hasn't helped me.

  11. #2306
    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)
    Originally Posted by Cahonez View Post
    I see what you did there.

    Hilarious as it is, hasn't helped me.
    Well the only way you could have missed something is by not putting all files into the right folders. So delete all files/ make a new hb and reinstall

  12. #2307
    Babii's Avatar Corporal
    Reputation
    1
    Join Date
    Dec 2013
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Am i the only one who have problems with the resto profile here? u_u But it's not only this, it's other resto profiles too. That it only tries to spam wild mushroom and wild growth, nothing else :/ Even if all settings are as supposed, it just ignored everything else u_u

  13. #2308
    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 Babii View Post
    Am i the only one who have problems with the resto profile here? u_u But it's not only this, it's other resto profiles too. That it only tries to spam wild mushroom and wild growth, nothing else :/ Even if all settings are as supposed, it just ignored everything else u_u
    sorry about not getting a response, holidays are kicking my butt. Bubba seems to have gone back to lurking and I haven't even raided on any of my toons for the past 2 weeks.

    I will say this, I'm reworking Nova Command a bit to make it better and other dev friendly, also I have been 'testing' the PE waters when i get the chance too.

    as for Nova_data.lua not found errors it means the file you have is corrupt or you've edited it and it broke something (or I/bubba did and we broke something), I'll take a look and get back with you if thats the case.

    Please if someone helped you donate rep to them.

  14. #2309
    Babii's Avatar Corporal
    Reputation
    1
    Join Date
    Dec 2013
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    sorry about not getting a response, holidays are kicking my butt. Bubba seems to have gone back to lurking and I haven't even raided on any of my toons for the past 2 weeks.

    I will say this, I'm reworking Nova Command a bit to make it better and other dev friendly, also I have been 'testing' the PE waters when i get the chance too.

    as for Nova_data.lua not found errors it means the file you have is corrupt or you've edited it and it broke something (or I/bubba did and we broke something), I'll take a look and get back with you if thats the case.
    Thanks for replying ^^ It seems i only got the problem in raids though, with all the profiles. In normal dungeons for example, it's almost fine. Still a bit slow on reaction though, but in raids all profiles just wanna spam wild mushroom and wild growth only .-. Dps profiles works perfectly for me though no matter where c:

  15. #2310
    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)
    bubba was working on wild mushroom and didn't quite get it to 100%. and my druid has been stuck at lvl 80 (it still shows me as a tank in icc 25) so yea, i can look at it but i don't know if i can improve apon it.

    Please if someone helped you donate rep to them.

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:53 AM. 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