[PQR] Nova Team Profiles menu

User Tag List

Page 1 of 157 1234551101 ... LastLast
Results 1 to 15 of 2342
  1. #1
    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)

    [PQR] Nova Team Profiles


    SVN: https://subversion.assembla.com/svn/nova-project/

    There are two GIT branches to choose from, WIP (buggy beta and testing stuff) and master (same as our SVN)
    Here is the link you will use to clone our git repo Right-Click and Copy Link Location
    Please Download all profiles through our SVN, GIT OR our program we developed Nova Command Center (NCC)


    Supported PQR Profiles
    On this page, you'll get an overview over the PQR profiles we currently support!

    Death Knight
    Blood [5.4 working, not updated]
    Unholy [5.4][WIP - Functional]

    Druid
    Restoration [5.4 ready][Requires PQI]

    Hunter
    Beast Master
    Survival
    MM

    Monk
    Mistweaver [5.4 Update in the works]
    Windwalker

    Paladin
    Holy [Dropped for Now]

    Priest
    Shadow [TBA if Dropped]

    Warrior
    Arms
    Fury
    Protection [5.4 Ready]


    Originally Posted by crystal_tech View Post
    Introducing: Nova Command Center!

    Link: http://dl.dropbox.com/u/23527046/Nova_Command.exe
    VirusTotal: ncc.exe
    MD5: 93B9DCFCA414712948D32D29F92AC97B
    SHA- 1: 3333D712620C93FD1474F0F10370D54F46334898

    What it is:

    Nova Command Center (aka ncc) is a custom program that allows pqr users to get the teams updates faster and easier. However we expand on that idea to allow it to be a launcher for pqr, wow, dev tools, ownedcore threads, and we've added in our very own feedback system.

    Why Use It:

    With this program you can get profile updates and view changelogs in one place. If you don't want to hunt down different shortcuts to launch different programs located in different folders with this you set your folder paths and use the menu bar to open the programs from one space.

    Other Features:

    Some have noticed that Team Nova's profiles are somewhat encrypted, how would you like the power to do this for your own profiles? Using this program you can crypt your own profiles using the same cryptor we have begun using!

    Feedback has been a problem for us so we've created our feedback system to help us help you, if its a bug or you want to drop us a line please do!, include your owncore name in the message and if we can we'll give some rep here on ownedcore!

    Play on an older build of wow? can't find the offset? We've added in a build search and if the build is found NCC will download that offset to your current PQR folder!

    Notes:

    as this is the first release there may be things i've might of overlooked, if so please use the feedback!

    the installer bundles (PQR, PQRUPDATER, PQR DEBUG, ZEROBRANE STUDIO) to make it easier to get going.

    in Nova Profiles you may notice default changelogs on the class tabs, this is due to Us starting out and this will change as time goes on. Its not Broken!


    Thank You, for helping Us Grow and Using Our Profiles!
    Last edited by bu_ba_911; 10-09-2013 at 07:23 PM.
    ^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. Thanks Maccer, ninjamm (2 members gave Thanks to bu_ba_911 for this useful post)
  3. #2
    Spykehollow's Avatar Private
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi! I got a retri paladin profile very cool, that on ultraxion press the realm button, on the spine autotarget the bubble thing when the armor is gone, and i was thinking if there is another profile like that but for frost dk, fire mage, demonology lock, arms/fury warrior, i know its alot of request but that profile its awesome! :P

  4. #3
    Xelper's Avatar ★ Elder ★
    Reputation
    1024
    Join Date
    Mar 2007
    Posts
    860
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Spykehollow View Post
    Hi! I got a retri paladin profile very cool, that on ultraxion press the realm button, on the spine autotarget the bubble thing when the armor is gone, and i was thinking if there is another profile like that but for frost dk, fire mage, demonology lock, arms/fury warrior, i know its alot of request but that profile its awesome! :P
    That is really easy to do. You saw that in my profile for heroic spine :P

    You can probably optimize the code a little bit, and I think the first UnitExists check might be unnecessary... but I was kind of in a rush doing heroic spine progression when I was writing it Its probably best to add a check for the parachute cancel to make sure you are on deathwing. (UnitName("boss1") == "Deathwing")

    Just put this in any rotation at the top.

    Ability Name: Burning Tendons
    Spell ID: 0
    Code:
    Code:
    RunMacroText("/cancelaura Parachute")
    
    
    if UnitExists("boss2") and UnitName("boss2") == "Burning Tendons" then
        if UnitName("target") ~= "Burning Tendons" then
            RunMacroText("/cast Avenging Wrath")
            RunMacroText("/cast Zealotry")
            RunMacroText("/use 14")
        end
        TargetUnit("boss2")
    end
    if UnitExists("boss3") and UnitName("boss3") == "Burning Tendons" then
        if UnitName("target") ~= "Burning Tendons" then
            RunMacroText("/cast Avenging Wrath")
            RunMacroText("/cast Zealotry")
            RunMacroText("/use 14")
        end
        TargetUnit("boss3")
    end
    Last edited by Xelper; 04-14-2012 at 12:16 PM.

  5. #4
    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 Spykehollow View Post
    Hi! I got a retri paladin profile very cool, that on ultraxion press the realm button, on the spine autotarget the bubble thing when the armor is gone, and i was thinking if there is another profile like that but for frost dk, fire mage, demonology lock, arms/fury warrior, i know its alot of request but that profile its awesome! :P
    Lol Retribution Profile is not mine ^^ Was probably Xelpers haha
    ^0^Team Nova's PQR NCC ^0^

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

  6. #5
    Discipline's Avatar Contributor ALADEEN MOTHERFUCKER! CoreCoins Purchaser
    Reputation
    128
    Join Date
    Dec 2007
    Posts
    253
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi. So far, I like your Unholy Rotations, but i want to ask for 2 things -

    1. Smart cooldown usage - what are the condiions for PQR to use the CDs?

    2. Would you be able to write an ability ty pop frenzy/garg on a keypress? (burst control) or will just any ability that i use like that work if i replace the SpellID? It should, right?

  7. #6
    solarwake's Avatar Master Sergeant
    Reputation
    6
    Join Date
    May 2010
    Posts
    97
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Team Nova,

    I'm super excited to see you guys made a separate thread to keep everything you guys contribute separate from the mess also know as the PQR thread. I would like to ask if the blood dk has been updated? I am asking because I never saw an official re-release of it on the pqr thread. Thanks for y'alls time and hard work.
    +rep

    Solarwake

  8. #7
    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 D1sc1pl1n3 View Post
    Hi. So far, I like your Unholy Rotations, but i want to ask for 2 things -

    1. Smart cooldown usage - what are the condiions for PQR to use the CDs?

    2. Would you be able to write an ability ty pop frenzy/garg on a keypress? (burst control) or will just any ability that i use like that work if i replace the SpellID? It should, right?

    The manual rotation was made for people who want to manually control their cooldowns. Just click and hold the ability you want to cast with your mouse mid rotation. Should work :-)
    Originally Posted by solarwake View Post
    Team Nova,

    I'm super excited to see you guys made a separate thread to keep everything you guys contribute separate from the mess also know as the PQR thread. I would like to ask if the blood dk has been updated? I am asking because I never saw an official re-release of it on the pqr thread. Thanks for y'alls time and hard work.
    +rep

    Solarwake
    It's definitely almost ready I've gotten mixed reports some say they are walking monsters with the new one, others say they've become mortal men down from gods compared to the old one try it out and let me know :-D

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

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

  9. #8
    Discipline's Avatar Contributor ALADEEN MOTHERFUCKER! CoreCoins Purchaser
    Reputation
    128
    Join Date
    Dec 2007
    Posts
    253
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks - i was wondering what the use mouseover skill was for!!
    (you should mention it somewhere! )
    Last edited by Discipline; 04-16-2012 at 04:54 AM. Reason: grammar failure

  10. #9
    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 D1sc1pl1n3 View Post
    Thanks - i was wandering what the use mouseover skill was for!!
    (you should mention it somewhere! )
    NEVER! Yea next set of notes will have it lol

    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!

  11. #10
    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 was testing our Windwalker Profil and i say its Very Good

    but i have a question how i can use to change aoe singletarget with macro? or i must change profile? i found this in the code GetCVar("WindAoE") and this iss for me a detail i can change with macro

    other idea how i can write a code to autotarget the nearest enemy?

    like:

    #showtooltip spell
    /cleartarget
    /targetenemy
    /cast [harm, nodead] spellname

  12. #11
    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 fluxflux View Post
    hi

    i was testing our Windwalker Profil and i say its Very Good

    but i have a question how i can use to change aoe singletarget with macro? or i must change profile? i found this in the code GetCVar("WindAoE") and this iss for me a detail i can change with macro

    other idea how i can write a code to autotarget the nearest enemy?

    like:

    #showtooltip spell
    /cleartarget
    /targetenemy
    /cast [harm, nodead] spellname
    When I get back home I'll do a quick snippet for you.

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

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

  13. #12
    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)
    -- Register CVar's
    ----------------------------------
    if GetCVar("WindAoE") == nil then RegisterCVar("WindAoE", 0) end
    if GetCVar("PlaceHolder2") == nil then RegisterCVar("PlaceHolder2", 1) end
    if GetCVar("PlaceHolder3") == nil then RegisterCVar("PlaceHolder3", 1) end
    if GetCVar("PlaceHolder4") == nil then RegisterCVar("PlaceHolder4", 1) end

    if not GetCVar("LoadRotation") then RegisterCVar("LoadRotation", 0) end

    if GetMacroInfo("AoE_Swapper") ~= "AoE_Swapper" then CreateMacro("AoE_Swapper", 1, "/script if GetCVarBool(WindAoE) == true then SetCVar(WindAoE, 0) else SetCVar(WindAoE, 1) end", 1, nil) end
    if GetMacroInfo("Load2") ~= "Load2" then CreateMacro("Load2", 1, "/script if GetCVar(LoadRotation) then SetCVar(LoadRotation, 2) end", 1, nil) end
    if GetMacroInfo("Load3") ~= "Load3" then CreateMacro("Load3", 1, "/script if GetCVar(LoadRotation) then SetCVar(LoadRotation, 3) end", 1, nil) end
    if GetMacroInfo("Load4") ~= "Load4" then CreateMacro("Load4", 1, "/script if GetCVar(LoadRotation) then SetCVar(LoadRotation, 4) end", 1, nil) end

    if not KeyBindMacro then KeyBindMacro = "SHIFT-P" end
    if SetBinding(KeyBindMacro, "MACRO AoE_Swapper") then
    PQR_WriteToChat("Macro AoE_Swapper was just set to "..KeyBindMacro.." keybind!")
    else
    PQR_WriteToChat("Macro AoE_Swapper was not set to a keybind")
    end
    if tonumber(GetCVar("LoadRotation")) ~= 0 then
    local RotationNumber = tonumber(GetCVar("LoadRotation"))
    SetCVar("LoadRotation", 0)
    PQR_SwapRotation(RotationNumber)
    end

    this found but i want keybind @ 2 normal rotation and 3 for aoe

  14. #13
    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)
    no what you would do is this..........

    i figured it out finally how to make the rotations work by default

    if GetMacroInfo("AoE_Swapper") ~= "AoE_Swapper" then CreateMacro("AoE_Swapper", 1, "/script if GetCVarBool('WindAoE') == true then SetCVar('WindAoE', 0) else SetCVar('WindAoE', 1) end", 1, nil) end

    what this macro will do is SWITCH between the two
    ^0^Team Nova's PQR NCC ^0^

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

  15. #14
    Gabbz's Avatar Contributor
    Reputation
    184
    Join Date
    Dec 2011
    Posts
    451
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The Shadow script works great sofar i could see exept when it comes to AoE.
    I tried to hold the key down and it starts with doing mind sear but still cast dots and MB on cd.

    IF you have a fix let me know or else ill try to fix it myself tonight
    Looking for exploiters and botters to Elder Scrolls Online.

  16. #15
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have a fix for it already, I'm doing a few more tests a bit later, but as it looks right now, I've finally managed to sort out the MBs rotation as well, with an exception;
    Because of the way I'm currently handling the process of the rotation, when you start the rotation itself, preferably, you should have a mob inside the Acceptable Mobs table or otherwise target a boss to get it going. (I am trying to work around this at the moment!) so on fights like Warmaster Blackhorn, you're better off using the standard multi-dotting rotation, then switch to the Advanced rotation as soon as Blackhorn and Goriona enters the fight.

Page 1 of 157 1234551101 ... LastLast

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 04:42 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