[PQR] Nova Team Profiles menu

User Tag List

Page 109 of 157 FirstFirst ... 959105106107108109110111112113 ... LastLast
Results 1,621 to 1,635 of 2342
  1. #1621
    Chinaboy's Avatar Active Member
    Reputation
    75
    Join Date
    Jun 2012
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What are they keybindings for destro profile? Searched the forum but couldn't find anything and what talent is it using because mid way the profile just keep spamming incinerate.
    Last edited by Chinaboy; 03-14-2013 at 02:00 PM.
    They see me farming, they hating.

    [PQR] Nova Team Profiles
  2. #1622
    Drinksbeer's Avatar Knight-Lieutenant
    Reputation
    33
    Join Date
    Jan 2013
    Posts
    252
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Love these profile!!

    Has anyone been able to update, or change, the S-Priest PVE profile to reflect the recent change to DP and MF with the new insanity mechanic?

  3. #1623
    blazinsheath's Avatar Member
    Reputation
    3
    Join Date
    Oct 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Drinksbeer View Post
    Love these profile!!

    Has anyone been able to update, or change, the S-Priest PVE profile to reflect the recent change to DP and MF with the new insanity mechanic?
    Same question this would be awesome

  4. #1624
    kabman's Avatar Master Sergeant
    Reputation
    33
    Join Date
    Mar 2011
    Posts
    104
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    frost profile is broken ;/ lua errors. sooo many lua errors.
    My Website for anyone that wants to get in touch https://easiergaming.wordpress.com/

  5. #1625
    kabman's Avatar Master Sergeant
    Reputation
    33
    Join Date
    Mar 2011
    Posts
    104
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I lied its PQI that is broken ;/
    My Website for anyone that wants to get in touch https://easiergaming.wordpress.com/

  6. #1626
    highend01's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi,

    I'm trying to use the Destruction Warlock Profile with the "Dest Single Target" rotation.

    Sometimes it get's through the rotation without hanging (single mob fights) but in most cases, it starts normally and then it wants to cast incinerate but it's getting some kind of "stuck" while trying to do so. It seems it's interrupting itself from casting that spell. No movement involved.

    I have the latest:
    PQR_Nova_Data.lua
    PQR_Nova_Frame.lua
    PQR_PQI.lua

    in the Data folder and the newest Offsets_16709.xml file for the current offsets.

    I'm new to PQR and I currently don't know how to debug this problem.
    The debug level logs just spam my wow chat window, it's hard to analyze anything from there.

    Am I missing something obvious?

  7. #1627
    megabbyte's Avatar Member CoreCoins Purchaser
    Reputation
    4
    Join Date
    Mar 2008
    Posts
    152
    Thanks G/R
    0/2
    Trade Feedback
    10 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    bu_ba_911 you will update retri profiles? got a lot lua errror too.. :|

  8. #1628
    hbkx1's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    Dec 2008
    Posts
    131
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone know how to fix this it wont use racials hoping nova team is still working haven't seen any posts recently


    local PQ_MI = PQ_MI
    local PQ_HasHero = PQ_HasHero
    local Nova_UnitInfo = Nova_UnitInfo

    -- Troll: Berserking
    if IsPlayerSpell(26297) then
    if not PQ_HasHero and PQR_SpellAvailable(PQ_MI) and PQR_SpellAvailable(26297) then
    SpellCancelQueuedSpell()
    CastSpellByName(GetSpellInfo(26297),"player")
    return true
    end
    end

    -- Blood Elf: Arcane Torrent
    if IsPlayerSpell(28730) then
    if PQR_SpellAvailable(28730) and select(3,Nova_UnitInfo("player")) < 95 then
    SpellCancelQueuedSpell()
    CastSpellByName(GetSpellInfo(28730),"player")
    return true
    end
    end

    -- Orc: Blood Fury
    if IsPlayerSpell(33702) then
    if PQR_SpellAvailable(33702) and (PQR_SpellAvailable(PQ_MI) or PQ_HasHero()) then
    SpellCancelQueuedSpell()
    CastSpellByName(GetSpellInfo(33702),"player")
    return true
    end
    end

  9. #1629
    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 hbkx1 View Post
    Anyone know how to fix this it wont use racials hoping nova team is still working haven't seen any posts recently


    local PQ_MI = PQ_MI
    local PQ_HasHero = PQ_HasHero
    local Nova_UnitInfo = Nova_UnitInfo

    -- Troll: Berserking
    if IsPlayerSpell(26297) then
    if not PQ_HasHero and PQR_SpellAvailable(PQ_MI) and PQR_SpellAvailable(26297) then
    SpellCancelQueuedSpell()
    CastSpellByName(GetSpellInfo(26297),"player")
    return true
    end
    end

    -- Blood Elf: Arcane Torrent
    if IsPlayerSpell(28730) then
    if PQR_SpellAvailable(28730) and select(3,Nova_UnitInfo("player")) < 95 then
    SpellCancelQueuedSpell()
    CastSpellByName(GetSpellInfo(28730),"player")
    return true
    end
    end

    -- Orc: Blood Fury
    if IsPlayerSpell(33702) then
    if PQR_SpellAvailable(33702) and (PQR_SpellAvailable(PQ_MI) or PQ_HasHero()) then
    SpellCancelQueuedSpell()
    CastSpellByName(GetSpellInfo(33702),"player")
    return true
    end
    end
    what profile?

    Please if someone helped you donate rep to them.

  10. #1630
    hbkx1's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    Dec 2008
    Posts
    131
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry it's the mage profile

  11. #1631
    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)
    What is the Warlock Destro one like for 5.2? apparently Destro is top spec right now

  12. #1632
    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 rev3x View Post
    What is the Warlock Destro one like for 5.2? apparently Destro is top spec right now
    I don't believe the destruction profile is optimized at all for current raiding.

  13. #1633
    azergod's Avatar Corporal
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is the shadow priest 5.2?

  14. #1634
    Naptownz's Avatar Member
    Reputation
    2
    Join Date
    Dec 2012
    Posts
    21
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just would like to say I ranked in the top 100 on megarra with your Survival Profile! any way you might be making a Elemental Profile?

  15. #1635
    azergod's Avatar Corporal
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    just wondering i have a level 80 priest, and the shadow profile just wont work for me, is it broken or is it because im level 80? is there a fix i can do, like clearing some stuff from the profile or something?

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 05:01 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