[PQR] Nova Team Profiles menu

User Tag List

Page 6 of 157 FirstFirst ... 234567891056106 ... LastLast
Results 76 to 90 of 2342
  1. #76
    yourson's Avatar Member
    Reputation
    4
    Join Date
    Feb 2012
    Posts
    149
    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
    My bad, but in my defense is believe bosses warrior profile to be near enough perfect where I won't play with it

    If boss doesn't come back, that's when I said I would take over arms warrior again lol. My arms profile I still make occasionally is pvp arms

    I haven't gotten around to looking at spriest yet. Barely have time to log on really lol. I'll try and get around to it soon!

    Sent from my phone using Tapatalk
    Sadly boss aint comming back for MoP, so all our hope goes your way

    [PQR] Nova Team Profiles
  2. #77
    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 am proud to be announce that Crystal_Tech has decided to help Team Nova with his own expertise and experience

    He will slowly assimilate in as he gets accustomed to our projects

    if u Donate to Nova and its for his Profiles, the Donation still goes to him, just let me know !!!!!

    This addition does excite me Hope to see your support with this addition as well....
    ^0^Team Nova's PQR NCC ^0^

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

  3. #78
    Pumpurum's Avatar Private
    Reputation
    1
    Join Date
    Sep 2011
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gabbz View Post
    Bubba/Mentally

    this is AA code under advanced
    Code:
    local PQ_AA = PQ_AA
    local PQ_DA = PQ_DA
    local PQ_SF = PQ_SF
    local PQ_Immune = PQ_Immune
    local PQ_Spells = PQ_PriestSpells
    local _,_,_,DA = UnitBuffID("player",PQ_DA)
    local SFCD = (select(1,GetSpellCooldown(PQ_SF)) + select(2,GetSpellCooldown(PQ_SF)) - GetTime())
    
    if PQ_Spells[PQ_AA].known
    	and not PQ_Immune
    	and UnitExists("target")
    	and PQR_SpellAvailable(PQ_AA)
    	and not UnitIsDeadOrGhost("target")
    	and not PQR_IsOutOfSight("target", 1)
    	and ((DA and DA >= 5) and (SFCD >= 16 or UnitExists("pet")))
    then
    	if IsInInstance() then
    		local PQ_UsableUnits = PQ_UsableUnits
    		
    		for i=1,#PQ_UsableUnits do
    			if ((UnitAffectingCombat("player") and UnitExists("boss1")) or UnitAffectingCombat("player"))
    				and (UnitLevel("target") == -1 or UnitName("target") == PQ_UsableUnits[i])
    			then return true end
    		end
    	else return true end
    end
    I dont understand why you use
    Code:
    UnitName("target") == PQ_UsableUnits[i])
    cause i cant see you defining that anywhere ? Is there a table with usableunits somewhere i missed ?
    Nova shadow pve 5.9
    [MS/MB] Archangel:
    Code:
    local PQ_Spells = PQ_PriestSpells
    local PQ_AA = PQ_AA
    local PQ_DA = PQ_DA
    local PQ_SF = PQ_SF
    local PQ_Immune = PQ_Immune
    local _,_,_,DA = UnitBuffID("player",PQ_DA)
    local SFCD = (select(1,GetSpellCooldown(PQ_SF)) + select(2,GetSpellCooldown(PQ_SF)) - GetTime())
    
    if PQ_Spells[PQ_AA].known
    	and UnitExists("target")
    	and PQR_SpellAvailable(PQ_AA)
    	and not UnitIsDeadOrGhost("target")
    	and not PQR_IsOutOfSight("target", 1)
    	and ((DA and DA >= 5) and (SFCD >= 16 or UnitExists("pet")))
    	and not PQ_Immune
    then
    	if IsInInstance() then
    		if ((UnitAffectingCombat("player") and UnitExists("boss1")) or UnitAffectingCombat("player"))
    			and (UnitLevel("target") == -1 or UnitName("target") == "Burning tendons")
    		then return true end
    	else return true end
    end
    The latest version is used instead of PQ_UsableUnits once the target name (for example burning tendons). But all the same advanced profile often produces errors or cast DoTs and straight mind spike

  4. #79
    magenpriest's Avatar Banned
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Temp fixing for Advanced SP profile. In data file (PQR_Nova_Data.lua) just add new line below
    Code:
    PQ_UsableUnits = {Burning Tendons, Mutated Corruption}
    like this
    Code:
    -------------------------------------------------------------------------------
    -- Target & Environmental Globals and Tables
    -------------------------------------------------------------------------------
    PQ_Immunity = {
    	642,45438,31224,23920,33786,19263,97417,97977,105256,105409,
    	105465,108568,109552,109553,109554,109560,109561,109562,110892,110893
    }
    PQ_FL = {110070, 105925, 109075, 110079, 110069, 110070, 110080, 110068, 110078}
    PQ_SN = {110139,110140,110141,106791,109599,106794,109597,109598}
    PQ_HOT = {109417,109416,109415,106371}
    PQ_SP = {105479, 109364, 109362}
    PQ_UsableUnits = {Burning Tendons, Mutated Corruption}
    Last edited by magenpriest; 05-03-2012 at 03:14 PM.

  5. #80
    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'll add in the temp fix for now.... i'm still dissecting everything she was doing and trying to find the best way to do it if her way wasn't
    ^0^Team Nova's PQR NCC ^0^

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

  6. #81
    domestecus's Avatar Member
    Reputation
    2
    Join Date
    Mar 2007
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wondering about something on the warrior, I edited the lines with the weapons and shield etc. But I never saw it equip them. I saw that in your 2hand weapon it has:

    RunMacroText("/equip Ruthless Gladiator's Bonegrinder&quot

    Do you have to add ' when there is a 's to make it work or do you just put Gladiator's instead?

    Thank you for the clarification on this.

  7. #82
    expunge's Avatar Knight-Lieutenant
    Reputation
    17
    Join Date
    Nov 2011
    Posts
    226
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I noticed in [MS/MB] Mindspike at the top:

    Code:
    local PQ_MS = PQ_MS
    local PQ_MB = PQ_MB
    local PQ_Immune = PQ_Immune
    local PQ_Spells = PQ_PriestSpells
    local Heroism = PQ_HasHero
    Wouldn't the PQ_HasHero function start casting dots? I thought it was defined before somewhere as starting to run dots on the target.

    **edit**

    Wait, maybe I'm wrong. The variable is defined in random spells, should it be in all of them listed in the advanced rotation?

  8. #83
    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 domestecus View Post
    Wondering about something on the warrior, I edited the lines with the weapons and shield etc. But I never saw it equip them. I saw that in your 2hand weapon it has:

    RunMacroText("/equip Ruthless Gladiator's Bonegrinder&quot

    Do you have to add ' when there is a 's to make it work or do you just put Gladiator's instead?

    Thank you for the clarification on this.
    i think making the change INSIDE PQR is a lot simpler and easier to understand and that way is the way i support lol

    i think that if you do it in PQR it will look proper

    @expunge
    i think Mentally wanted to use the DoT rotation during Heroism.... Though I can't remember correctly.
    ^0^Team Nova's PQR NCC ^0^

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

  9. #84
    yourson's Avatar Member
    Reputation
    4
    Join Date
    Feb 2012
    Posts
    149
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ola guys .

    Played a bit beta with your warriors profile and it works ok. Can you just please add check that if there is priest in group that it cast Battle Shout insted of Commanding? Boss has some kind of checks like that, that you can probably use. Also usage of [Berserker Rage] would be nice to see and some on mouse over heroic leap. (dunno if pre-mop code is any valid?).

    edit: noticed that it casts Battle Shout out of combat which should be used only in combat (gives 20 rage)... it even cast it when maunted.
    Last edited by yourson; 05-04-2012 at 03:58 AM.

  10. #85
    domestecus's Avatar Member
    Reputation
    2
    Join Date
    Mar 2007
    Posts
    43
    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
    i think making the change INSIDE PQR is a lot simpler and easier to understand and that way is the way i support lol

    i think that if you do it in PQR it will look proper

    @expunge
    i think Mentally wanted to use the DoT rotation during Heroism.... Though I can't remember correctly.

    Good idea , sigh

    Thank you !

  11. #86
    xLegendx's Avatar Member
    Reputation
    14
    Join Date
    Sep 2011
    Posts
    827
    Thanks G/R
    3/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Bu_ba!

    I've been using the unholy profile for DK's and its wonderful
    however, Is there a way to add an AoE option for it? Or is it suppose to be done manually?

    Thanks

  12. #87
    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 xLegendx View Post
    Hey Bu_ba!

    I've been using the unholy profile for DK's and its wonderful
    however, Is there a way to add an AoE option for it? Or is it suppose to be done manually?

    Thanks
    i would do it similarly to how Blood handles AoE..... just need to get some free time to code it in.... I've had about.... 30 minutes to really do stuff today, and it was all spent getting ready for my raid tonight haha

    and next week is worse than this week. please dont expect any ground-shattering changes from this corner of team nova to happen till at least 2 weeks from now! TY ^_^
    ^0^Team Nova's PQR NCC ^0^

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

  13. #88
    xLegendx's Avatar Member
    Reputation
    14
    Join Date
    Sep 2011
    Posts
    827
    Thanks G/R
    3/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    i would do it similarly to how Blood handles AoE..... just need to get some free time to code it in.... I've had about.... 30 minutes to really do stuff today, and it was all spent getting ready for my raid tonight haha

    and next week is worse than this week. please dont expect any ground-shattering changes from this corner of team nova to happen till at least 2 weeks from now! TY ^_^
    Haha, alright! I appreciate your work as it is a long with the other Nova team members.

    Thanks again bu_ba (:

  14. #89
    maleth's Avatar Banned
    Reputation
    8
    Join Date
    Feb 2012
    Posts
    131
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Bu_ba - its for sure that Bossqwerty isn't coming back for MOP now, he is selling his account.

    I really hope we see a kick ass Arms PVE profile from you - this would make me the happiest dude on the planet.

  15. #90
    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)
    hey

    any news for Monky maniac profil?^^

Page 6 of 157 FirstFirst ... 234567891056106 ... 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 10:02 PM. 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