[PQR] Nova Team Profiles menu

User Tag List

Page 21 of 157 FirstFirst ... 17181920212223242571121 ... LastLast
Results 301 to 315 of 2342
  1. #301
    Decaed's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Excellent Blood DK profile. + rep, keep up the great work!

    [PQR] Nova Team Profiles
  2. #302
    heosphoros's Avatar Corporal
    Reputation
    8
    Join Date
    Sep 2007
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    FIXED : I HAD TO Run it as Administrator




    i updated PQR ... updated profiles from http://bubba-pqr-profiles.googlecode.com/svn/trunk/5.0.4%20Patch/Data/Nova_Profiles.txt

    for BLOOD DK
    and i get this lua error nonstop

    Message: [string "if PQR_RotationStarted then ..."]:231: attempt to call global 'Nova_Pause' (a nil value)
    Time: 09/21/12 15:35:34
    Count: 2232
    Stack: [string "if PQR_RotationStarted then ..."]:231: 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: (*temporary) = nil
    (*temporary) = 5
    (*temporary) = "attempt to call global 'Nova_Pause' (a nil value)"
    Last edited by heosphoros; 09-21-2012 at 07:58 AM.

  3. #303
    Kaolla's Avatar Contributor
    Authenticator enabled
    Reputation
    126
    Join Date
    Apr 2007
    Posts
    341
    Thanks G/R
    2/2
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good to see you still rolling out the hotness

  4. #304
    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)
    Hows it going Kaolla?
    ^0^Team Nova's PQR NCC ^0^

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

  5. #305
    Shamrockstar's Avatar Member
    Reputation
    51
    Join Date
    May 2007
    Posts
    108
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kaolla View Post
    Good to see you still rolling out the hotness
    Agreed, and WB Kaolla, missing those UH scripts

  6. #306
    Kaolla's Avatar Contributor
    Authenticator enabled
    Reputation
    126
    Join Date
    Apr 2007
    Posts
    341
    Thanks G/R
    2/2
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I apologize; I haven't seen my desktop in months and I've been buried under IT certifications. The scripts will be useless by the time I can retrieve them, but I'm still hoping to grab my computer in the next couple weeks and see what I can do. If I come back to WoW for MoP, it would solely be for playing around with PQR. I need to see if my hours settle down first.

    Also <3

  7. #307
    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 have updated my SVN to include the Holy Paladin Test that I have let a select number of users try out

    I have heard many good reports about mana issues being better with this as well

    It is currently in my SVN's WIP folder, so grab the Data File and the profiles from there if you want to try it out

    Please report back to me if you are more mana efficient, and if you are a better healer with it

    Summary of what i've done -

    Made all my Healing Spells Smarter.
    Healing Based off Healing Amount not % (Level 85 only and No Mouseover Only[For Testing Purposes])
    WoG is now a smart lil mofo with how it uses it's Holy Power if you have Divine Purpose (more Divine Purpose procs now)
    Rewrote the Stop Casting ability.... (Still testing this one.... may need to improve it some more)
    AND completely butchered Sheuron's Tabled healing even more XD
    ^0^Team Nova's PQR NCC ^0^

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

  8. #308
    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)
    Apparently most people don't know about the Slash Commands inside of my HPaladin Profile....

    So here there all are, code and all

    PHP Code:
    --------------------
    -- 
    Slash Commands
    --------------------
    SLASH_WIPETABLE1 "/wipetable"
    SLASH_WIPETABLE2 "/wipecustomtable"
    SLASH_WIPETABLE3 "/wt"
    function SlashCmdList.WIPETABLE(msgeditbox)
        
    Nova_CustomT = { }
        if 
    GetCVarBool("PQ_UseCustomT"then 
            SetCVar
    ("PQ_UseCustomT"0)
            if 
    not GetCVarBool("Nova_Recording"then
                PQR_WriteToChat
    ("Wiped Custom Table clean, and reverting to Normal Table.")
            
    end
        
    else
            if 
    not GetCVarBool("Nova_Recording"then
                PQR_WriteToChat
    ("Wiped Custom Table clean.")
            
    end
        end
    end

    SLASH_USECUSTOMT1 
    "/usecustomt"
    SLASH_USECUSTOMT2 "/uct"
    SLASH_USECUSTOMT3 "/usecustomtable"
    function SlashCmdList.USECUSTOMT(msgeditbox)
        if 
    not GetCVarBool("PQ_UseCustomT") and #Nova_CustomT > 0 then
            
    if not GetCVarBool("Nova_Recording"then
                PQR_WriteToChat
    ("Enabling Custom Table")
            
    end
            SetCVar
    ("PQ_UseCustomT"1)
        else
            if 
    not GetCVarBool("Nova_Recording"then
                PQR_WriteToChat
    ("Enabling Normal Table")
            
    end
            SetCVar
    ("PQ_UseCustomT"0)
        
    end
    end

    SLASH_RECORDING1 
    "/recording"
    SLASH_RECORDING2 "/recraid"
    SLASH_RECORDING3 "/recordingraid"
    function SlashCmdList.RECORDING(msgeditbox)
        if 
    not GetCVarBool("Nova_Recording"then
            SetCVar
    ("Nova_Recording"1)
            for 
    i=120 do ChatFrame1:AddMessage(" "end
        
    else
            
    PQR_WriteToChat("Silent Mode Disabled")
            
    SetCVar("Nova_Recording"0)
        
    end
    end

    SLASH_DISABLECD1 
    "/disablecd"
    function SlashCmdList.DISABLECD(msgeditbox)
        if 
    not GetCVarBool("Nova_DisableCD"then
            
    if not GetCVarBool("Nova_Recording"then
                PQR_WriteToChat
    ("Disabling your Automatic Cooldown Usage")
            
    end
            SetCVar
    ("Nova_DisableCD"1)
        else
            if 
    not GetCVarBool("Nova_Recording"then
                PQR_WriteToChat
    ("Enabling your Automatic Cooldown Usage")
            
    end
            SetCVar
    ("Nova_DisableCD"0)
        
    end
    end

    SLASH_CLEARCHAT1 
    "/clearchat"
    function SlashCmdList.CLEARCHAT(msgeditbox)
        for 
    i=120 do
            
    ChatFrame1:AddMessage(" ")
        
    end
    end


    SLASH_DISABLECLEANSE1 
    "/disablecleanse"
    function SlashCmdList.DISABLECLEANSE(msgeditbox)
        if 
    not GetCVarBool("Nova_DisableCleanse"then
            
    if not GetCVarBool("Nova_Recording"then
                PQR_WriteToChat
    ("Disabled Cleanse.")
            
    end
            SetCVar
    ("Nova_DisableCleanse"1)
        else
            if 
    not GetCVarBool("Nova_Recording"then
                PQR_WriteToChat
    ("Enabled Cleanse.")
            
    end
            SetCVar
    ("Nova_DisableCleanse"0)
        
    end        
    end 

    How you add people to the custom table.....

    Hover over someone in your party, currently in range (this is to assist with the checks that they are a valid heal target) and then Press Right Control to add them...

    After you have some people in your custom table, all you need to do it type /UseCustomTable or /uct or ever /usecustomt and it will switch from the default healing table, to the custom table

    I will probably add more functionality to the Custom Table if people start using it more
    ^0^Team Nova's PQR NCC ^0^

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

  9. #309
    Zyraxian's Avatar Sergeant
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    49
    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
    all you need to do it type /UseCustomTable or /uct or ever /usecustomt and it will switch from the default healing table, to the custom table
    Could you explain what this actually does for us novices? I think you mean it adds characters to the pool of targets your heal profile will attempt to keep healed?

    So, you'd use this to heal people outside of your party/raid?
    Last edited by Zyraxian; 09-23-2012 at 02:17 PM.

  10. #310
    Kinkeh's Avatar Established Member
    Reputation
    243
    Join Date
    Jan 2012
    Posts
    450
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zyraxian View Post
    Could you explain what this actually does for us novices?
    You can direct heal certain people(and turn it off by going to the default healing table), by the use of commands through a function he added to his profile. The custom table is basically a temporary list that you can add people to if you're assigned to directly heal say the tank and melee DPS only. You add them by right controlling on them, then type or use a macro "/uct" to enable the custom table, and "/wt" to go back to the default table.
    Last edited by Kinkeh; 09-23-2012 at 02:19 PM.

  11. #311
    Zyraxian's Avatar Sergeant
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kinkeh View Post
    You can direct heal certain people(and turn it off by going to the default healing table), by the use of commands through a function he added to his profile. The custom table is basically a temporary list that you can add people to if you're assigned to directly heal say the tank and melee DPS only.
    Ah, I re-read what you said. Makes sense now. Nice function!

    Also (random question) is there a particular healer that works better using PQR than others?
    Last edited by Zyraxian; 09-23-2012 at 02:24 PM.

  12. #312
    Kinkeh's Avatar Established Member
    Reputation
    243
    Join Date
    Jan 2012
    Posts
    450
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zyraxian View Post
    Ah, I re-read what you said. Makes sense now. Nice function!

    Also (random question) is there a particular healer that works better using PQR than others?
    As of right now, I don't think there is a "perfect" healing rotation for PQR, just because things are so fresh in terms of healing and making healing rotations has to be one of the hardest and most time consuming profiles to make for PQR, so it's going to take time before everything is worked out and steady like with how long 4.3 was out, most profiles were preforming at their best to match the content.

  13. #313
    Zyraxian's Avatar Sergeant
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ya, I just thought some healers mechanics might lend themselves to easier automation than others.

  14. #314
    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 Zyraxian View Post
    Ya, I just thought some healers mechanics might lend themselves to easier automation than others.
    Each has their own hurdle.... The biggest one for HPally is Mana Conservation...

    Shamans have their Lightning Bolt Spam inbetween Casts + Mana Tide

    Paladins have to stay in melee range just to get Seal of Insight procs to keep up our mana as much as we can... They nerfed the Divine Plea glyph and gave us limited mana to work with (I was an Int stacked over Spirit, so i got raped in the butt)

    In terms of easiest.... Either shaman or druid imho
    ^0^Team Nova's PQR NCC ^0^

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

  15. #315
    MACH9 WoW Services's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    219
    Thanks G/R
    1/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Amazing, thanks mate.. this is what I've been looking for in raids (Tank healer mainly)

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