[PQR] Nova Team Profiles menu

User Tag List

Page 55 of 157 FirstFirst ... 5515253545556575859105155 ... LastLast
Results 811 to 825 of 2342
  1. #811
    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 must say.... it makes me smile seeing other people in LFR using my profile

    how i know???

    virtually identical healing meters
    ^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. #812
    g1teglover's Avatar Site Donator
    Reputation
    14
    Join Date
    Oct 2008
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vorn10 View Post
    U didnt defined "Mana".
    And why u not using orginal Buba's code?
    This is for regrowth only when clearcasting proced.
    Code:
    if PQR_SpellAvailable(8936) and ( not Nova_Moving or UnitBuffID("player", 117679) ) then
    	if not UnitBuffID(members[1].Unit, 8936) and members[1].HP < Nova_Regrowth and ( UnitBuffID("player", 16870) or UnitBuffID("player", 132158) ) then
    	 	PQR_CustomTarget = members[1].Unit
    	 	return true
    	end
    end
    Or same as above + regrowth under 30% of hp.
    Code:
    if PQR_SpellAvailable(8936) and ( not Nova_Moving or UnitBuffID("player", 117679) ) then
    	if not UnitBuffID(members[1].Unit, 8936) and ((members[1].HP < Nova_Regrowth and ( UnitBuffID("player", 16870) or UnitBuffID("player", 132158))) or members[1].HP < 30) then
    	 	PQR_CustomTarget = members[1].Unit
    	 	return true
    	end
    end
    I noticed that I forgot to define Mana...OOPS

    Main reason for not using the original code is that it uses the clearcasting procs maybe 15% of the time (when the proc lines up exactly with a cast). Past couple weeks on farm content, that i've run PQR, i've watched it waste several procs (especially in Incarnation: ToL) by letting them expire. There's gotta be a better way to get the clearcasting compensated for, especially when there were a few profiles during Cataclysm that seemed to handle the clearcasting procs with no issues.

  3. #813
    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 g1teglover View Post
    I noticed that I forgot to define Mana...OOPS

    Main reason for not using the original code is that it uses the clearcasting procs maybe 15% of the time (when the proc lines up exactly with a cast). Past couple weeks on farm content, that i've run PQR, i've watched it waste several procs (especially in Incarnation: ToL) by letting them expire. There's gotta be a better way to get the clearcasting compensated for, especially when there were a few profiles during Cataclysm that seemed to handle the clearcasting procs with no issues.
    its not an issue of clearcasting isn't being registered...... it's more of an issue of..... i never coded them in ^_^
    ^0^Team Nova's PQR NCC ^0^

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

  4. #814
    g1teglover's Avatar Site Donator
    Reputation
    14
    Join Date
    Oct 2008
    Posts
    91
    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
    its not an issue of clearcasting isn't being registered...... it's more of an issue of..... i never coded them in ^_^
    Lol....
    Besides it's more of a test of how much about LUA programming I remember at this point

  5. #815
    Tagrun's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First time PQR user. I am a Arms Warrior and Hunter. Both PVP but dabble in PvE can't wait to test these profiles out at school tomorrow. Will let you know the results! Thanks!

  6. #816
    vorn10's Avatar Active Member
    Reputation
    75
    Join Date
    Nov 2010
    Posts
    303
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm maybe i didnt notice but iam sure clearcasting is used every time for me. Change in orginal code "Nova_regrowth" to lets say 95%. Will test original regrowth with eye on that.

  7. #817
    frII's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    86
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dear bu_ba!
    Any plans on updateing Warrior arms PvP profile?

  8. #818
    lantus's Avatar Active Member
    Reputation
    46
    Join Date
    Feb 2012
    Posts
    161
    Thanks G/R
    0/0
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    im working on a smart Uplift and Thunder Focus Tea..... I'll probably leave Revival on a Button Down modifier....

    Life Cocoon will work similarly to LoH on my Pally
    Awesome! Thanks for keeping us updated! Always appreciate your work

  9. #819
    phoenix1403's Avatar Private
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    2
    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
    im working on a smart Uplift and Thunder Focus Tea..... I'll probably leave Revival on a Button Down modifier....

    Life Cocoon will work similarly to LoH on my Pally
    awesome any idea how long it will take until release?

  10. #820
    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)
    Rolling out a quick update to Shadow Priest shortly to better accomodate Shadow Word: Insanity, I've gotten a few reports that it doesn't work well or as intended sometimes depending on situations.

  11. #821
    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)
    Originally Posted by mentally View Post
    Rolling out a quick update to Shadow Priest shortly to better accomodate Shadow Word: Insanity, I've gotten a few reports that it doesn't work well or as intended sometimes depending on situations.
    Does it by chance work on focus targets or mouse over? I haven't looked at the code yet.

  12. #822
    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)
    @expunge: Of course it does!

  13. #823
    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 phoenix1403 View Post
    awesome any idea how long it will take until release?
    A little while, my work schedule is always tight in 4th quarter

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

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

  14. #824
    boxo's Avatar Member
    Reputation
    2
    Join Date
    Jan 2012
    Posts
    92
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, i just did a clean install of pqr and only nova profiles, and the profile still casts nothing in incarnation. could someone maybe link me a wowhead of their build? maybe it's a glyph or other talent issue? thanks a lot

  15. #825
    madturk's Avatar Sergeant
    Reputation
    17
    Join Date
    Feb 2011
    Posts
    55
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Rogue rotation needs some love

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