[PQR] Nova Team Profiles menu

Shout-Out

User Tag List

Page 119 of 157 FirstFirst ... 1969115116117118119120121122123 ... LastLast
Results 1,771 to 1,785 of 2342
  1. #1771
    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)
    Hmmm decided i'd check up on this a lil bit... seems like CT is working like a boss as always

    im happy to help with lil snippets of code, but im not planning on paying monthly for wow..... maybe ever again.... still debating with myself

    but in terms of editing an existing code or something... im sure thats within my power
    ^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. #1772
    floppydrive's Avatar Member
    Reputation
    2
    Join Date
    May 2013
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How is the blood spec rotation? I need one badly and HB makes me lag like a tard.

  3. #1773
    bubblensqueak's Avatar Corporal
    Reputation
    5
    Join Date
    May 2012
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by highend01 View Post
    I tried to use the restoration (druid) profile but it won't do anything at all.

    When I activate it, it will constantly produce lua errors:
    I am using the profile just fine, made a few tweaks over the past 3 months but iirc they were just ability handling code like adding in new stop heal on certain auras/buffs and the like. I haven't updated from svn since Jan thou so maybe something new in the data file conflicts, so maybe try and grab an older version?

  4. #1774
    bubblensqueak's Avatar Corporal
    Reputation
    5
    Join Date
    May 2012
    Posts
    15
    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
    Hmmm decided i'd check up on this a lil bit... seems like CT is working like a boss as always

    im happy to help with lil snippets of code, but im not planning on paying monthly for wow..... maybe ever again.... still debating with myself

    but in terms of editing an existing code or something... im sure thats within my power
    Been a long time fan of you resto druid profile, makes trying to raid lead and heal a tonne easier when i can just turn on PQR and watch for derps for a bit instead of watching health bars yoyo If you need any testing done happy to help, wish I was a better coder so I could volunteer to help on that front but all I've managed to figure out is where to add new debuff IDs and the like to help keep your profile kicking along lol

  5. #1775
    Tamrael's Avatar Member
    Reputation
    4
    Join Date
    Jun 2008
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    Just a heads up, If you wish you can modify the code and re-release it under your name. All we ask is if you 'fork' it or copy it and share it give some credit where its due.

    if you wish to help me with updates to older profiles pm me with fixes and such and i'll apply them to the svn.
    Since you stated this and did not reply to my pm a few weeks ago i just wanted to release my bm version of the nove hunter profile to the community. It can be found here

    @crystal_tech: if you care to add it to the nova repo just do it since it's almost all nova-code anyway.just copy, rename and release no credits needed cause i did almost nothing.

    @all: if you like it and want to +rep, please +rep the people from Team Nova, specialy crystal_tech, cause it is mostly his code anyway
    Last edited by Tamrael; 06-17-2013 at 08:49 PM.

  6. #1776
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,036
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tamrael View Post
    Since you stated this and did not reply to my pm a few weeks ago i just wanted to release my bm version of the nove hunter profile to the community. It can be found here

    @crystal_tech: if you care to add it to the nova repo just do it since it's almost all nova-code anyway.just copy, rename and release no credits needed cause i did almost nothing.

    @all: if you like it and want to +rep, please +rep the people from Team Nova, specialy crystal_tech, cause it is mostly his code anyway
    yea, i got the pm just so busy that i haven't ran through the code yet, and once i get my delay timers working properly in my new code i'll be releasing 3~4 profiles for you guys to play around with.

    Please if someone helped you donate rep to them.

  7. #1777
    Tamrael's Avatar Member
    Reputation
    4
    Join Date
    Jun 2008
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    yea, i got the pm just so busy that i haven't ran through the code yet, and once i get my delay timers working properly in my new code i'll be releasing 3~4 profiles for you guys to play around with.
    the code in the pm wasn't even nearly good.profile on svn just got reworked and uses simcraft priority and stats.
    delay timers sound promissing, can't wait to get a glimpse at your new profile

  8. #1778
    wowd00d's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do I go about adding the engineering trinket to the survival hunter rotation? I cant see the option. thanks

  9. #1779
    Tamrael's Avatar Member
    Reputation
    4
    Join Date
    Jun 2008
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wowd00d View Post
    how do I go about adding the engineering trinket to the survival hunter rotation? I cant see the option. thanks
    just edit the ability you want and add
    Code:
    		if GetInventoryItemCooldown("player", 10) == 0 then
    			UseInventoryItem(10)
    		end
    directly above the casted spell off the ability

    for example explosive shot would look like this:
    Code:
    local PlayerCombat = UnitAffectingCombat("player")
    local TargetValidation = TargetValidation
    local PQ_Expl = PQ_Expl
    
    if TargetValidation("target", PQ_Expl)
    	and PlayerCombat
    then
    	if GetInventoryItemCooldown("player", 10) == 0 then
    		UseInventoryItem(10)
    	end
    	CastSpellByName(GetSpellInfo(PQ_Expl),"target")
    	return true
    end

  10. #1780
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,036
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    just as tamrael said or you can just create an ability with it and add it to the rotation

    Please if someone helped you donate rep to them.

  11. #1781
    Dotdk's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Have somone problems with the warlock profile? i tryed the use the keybindings..
    Keybindings:
    - Left Alt: Doomguard
    - Left Shift: Dark Soul Knowledge
    - Left Control + Left Alt: Level 30 Talent of choice

    - Right Alt: Pause Rotation
    - Right Shift: Level 45 Talent of choice
    - Right Control: Level 90 Talent of choice
    - Right Alt + Right Shift: Toggle Cooldown Mode

    Nothing happens when i hold the keys down or just use the keys.. and the PQInterface is the right one i have downloaded this and the profile from the svn..

  12. #1782
    MyNewName's Avatar Banned I Suck At This CoreCoins Purchaser
    Reputation
    280
    Join Date
    Jan 2012
    Posts
    334
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wanted to ask about an old profile of yours. I have not updated it in a LONG time. Nova Blood Tanking. It worked all the way until 5.3 17055. Now it will like pre-buff and what have you. But will execute no actual attacks. Anyway I can get this up and going again with a simple fix. I like it more than the new tanking profiles out. I really don't care for any of them, the best I have found is Rubins, and thats mediocre of best.

  13. #1783
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,036
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TwistedSelf View Post
    Wanted to ask about an old profile of yours. I have not updated it in a LONG time. Nova Blood Tanking. It worked all the way until 5.3 17055. Now it will like pre-buff and what have you. But will execute no actual attacks. Anyway I can get this up and going again with a simple fix. I like it more than the new tanking profiles out. I really don't care for any of them, the best I have found is Rubins, and thats mediocre of best.
    i don't have a DK but i'll look into it

    Please if someone helped you donate rep to them.

  14. #1784
    Akrolodoxis's Avatar Active Member CoreCoins Purchaser
    Reputation
    22
    Join Date
    Jan 2009
    Posts
    93
    Thanks G/R
    2/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Warlock Demonology
    how can i add Doom refreshing (2 times for longer duration) to highest priority in rotation when the trinket "unnering service of lei shen" procs?

  15. #1785
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,036
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Rushgarroth View Post
    Warlock Demonology
    how can i add Doom refreshing (2 times for longer duration) to highest priority in rotation when the trinket "unnering service of lei shen" procs?
    i'd grab Mentally's Hysteria profile for demo as shes really taken the old profile here and up'd the game of it as it were.

    Please if someone helped you donate rep to them.

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 03:21 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