[PQR] Nova Team Profiles menu

User Tag List

Page 87 of 157 FirstFirst ... 37838485868788899091137 ... LastLast
Results 1,291 to 1,305 of 2342
  1. #1291
    Apocalypse59's Avatar Knight
    Reputation
    17
    Join Date
    Apr 2012
    Posts
    221
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Edit - Seems to be working now. Restarted WoW and the Nova Frame reset.

    Incarnation is still hanging the profile though. I'll have to do some more testing.
    Last edited by Apocalypse59; 02-01-2013 at 05:13 PM.

    [PQR] Nova Team Profiles
  2. #1292
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do you have the Glyph of the Treant? I have it and I got no problem with Incarnation-treeform.

  3. #1293
    Apocalypse59's Avatar Knight
    Reputation
    17
    Join Date
    Apr 2012
    Posts
    221
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ninjaderp View Post
    Do you have the Glyph of the Treant? I have it and I got no problem with Incarnation-treeform.
    Yes I do have it.

  4. #1294
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Then its super strange, since we both have it and it works for me. What happens when you use Incarnation? Are you using the latest svn'ed version with up-to-date datafiles etc?

  5. #1295
    fish221171's Avatar Member
    Reputation
    9
    Join Date
    Mar 2010
    Posts
    76
    Thanks G/R
    1/5
    Trade Feedback
    4 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    TeamNova,

    Resto druid profile working great so far. +rep guys.

  6. #1296
    freaki's Avatar Member
    Reputation
    12
    Join Date
    Dec 2008
    Posts
    85
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any time frame for the shadow priest pvp profile mentally?

  7. #1297
    ace99ro's Avatar Sergeant Major
    Reputation
    9
    Join Date
    Dec 2011
    Posts
    173
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    did you change anything about the holy pala , 1st time i used it in hof - ambershaper it worked flawless did not touch the constructed players or with parasitic growth . i did yday and when the constructed tanks got low it went berserk spamming him till i was oom

  8. #1298
    Apsalaar's Avatar Member
    Reputation
    6
    Join Date
    Mar 2009
    Posts
    72
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In the Nova Options, what excactly is HealingTouchCC and RegrowthCC?

  9. #1299
    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 Apsalaar View Post
    In the Nova Options, what excactly is HealingTouchCC and RegrowthCC?
    ClearCasting

    so at what value should those case under the ClearCasting buff
    ^0^Team Nova's PQR NCC ^0^

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

  10. #1300
    kaiovisk's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any chances you guys could help me in adding use blood fear as interrupt if spell lock is in cd and blood fear is not?

  11. #1301
    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 kaiovisk View Post
    any chances you guys could help me in adding use blood fear as interrupt if spell lock is in cd and blood fear is not?
    the thing about the default interrupt profile is it runs once to get the information like class and which spell it should use, that it isn't very dynamic at all

    you'd need to heavily modify it to be dynamically deciding which interrupt to yse
    ^0^Team Nova's PQR NCC ^0^

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

  12. #1302
    kaiovisk's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ye i noticed that but by looking at this part of the code:

    local interruptSpell = PQR_InterruptSpell()
    if interruptSpell ~= 0 then

    local interruptName = GetSpellInfo(interruptSpell)
    if not PQR_SpellAvailable(interruptSpell) or not IsSpellInRange(interruptName, customTarget) then set interruptSpell = bloodfear ID, do the check again then continue
    return false
    end
    else
    return false
    end

    --Finally, make sure the spell they are casting is on the interrupt list or interrupt all is checked
    if PQR_IsOnInterruptList(castName) or PQR_IsInterruptAll() then
    PQR_Debug("Casting interrupt on "..customTarget)
    CastSpellByID([InterruptSpell, customTarget)
    return true
    end

    if i did what says in that red part, wouldnt it work? I just have no idea on how to write that hehehhe

  13. #1303
    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, that general way of thinking would then break all other classes XD

    it is possible to do, but as i said, it is pretty far indepth, you can easily just make an ability in the rotation that is like such

    if not PQR_SpellAvailable(NormalInterrupt) then
    if PQR_SpellAvailable(BloodFear) then
    if UnitCastingInfo('target') then
    CastSpellByName(GetSpellInfo(BloodFear), 'target')
    end
    end
    end

    something like that would work, obviously theres a lot more than would go into it, but instead of modding the interrupt profiles, just adding one ability into the rotation should be a lot easier
    ^0^Team Nova's PQR NCC ^0^

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

  14. #1304
    kaiovisk's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ah i just wanted something that worked for me not the whole thing to be updated. ill try that thing u did out but i think it wont check the spell list right?

    anyways i changed the old script to this, can you see if its correctly written? thank you

    local interruptName = GetSpellInfo(interruptSpell)
    if not PQR_SpellAvailable(interruptSpell) or not IsSpellInRange(interruptName, customTarget) then
    interruptSpell = 111397 (i think thats blood fear id haha)
    interruptName = GetSpellInfo(interruptSpell)
    end
    if not PQR_SpellAvailable(interruptSpell) or not IsSpellInRange(interruptName, customTarget) then
    return false

  15. #1305
    freaki's Avatar Member
    Reputation
    12
    Join Date
    Dec 2008
    Posts
    85
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    mentally
    any news on the shadow priest pve and pvp profiles?
    or are they being delayed to 5.2?
    thx

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:44 PM. 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