[PQR] Nova Team Profiles menu

Shout-Out

User Tag List

Page 40 of 157 FirstFirst ... 36373839404142434490140 ... LastLast
Results 586 to 600 of 2342
  1. #586
    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)
    can i use this code for PoM on ToF Proc using?

    if PQR_SpellAvailable(33076) then
    if members[1].HP < 20
    and not UnitBuffID(members[1].Unit, 33076)
    and lowhpmembers >= 1 then
    PQR_CustomTarget = members[1].Unit
    return true
    end
    end


    i have the problem with mentalys new shadow priest this PoM code iss not working with many error messages

    without the PoM code works very fine

    [PQR] Nova Team Profiles
  2. #587
    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)
    Ah, it requires a bit more than that, I'm afraid.
    Create a new ability called Prayer of Mending, set the Target to Custom with the spell ID: 33076 then paste this code into the code field:
    Code:
    local PQ_SOD = PQ_SOD
    SheuronEngine(false)
    
    if PQR_SpellAvailable(33076) then
    	if members[1].HP < 70
    		and not UnitBuffID(members[1].Unit, 33076) 
    		and lowhpmembers >= 1 then
    		and UnitBuffID("player",PQ_SOD) then
    			PQR_CustomTarget = members[1].Unit
    			return true
    	end
    end

  3. #588
    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)
    27x <string>:"if PQR_Addon_Loaded == nil then...":737: attempt to call field "?" (a nil value)
    <string>:"if PQR_Addon_Loaded == nil then...":737: in function "PQR_NextAbility"
    <string>:"if PQR_Addon_Loaded == nil then...":533: in function "PQR_ExecuteRotation"
    <string>:"if PQR_Addon_Loaded == nil then...":289: in function <string>:"if PQR_Addon_Loaded == nil then...":214

    Locals:
    rotationNumber = 0
    inCombat = 1
    requireCombat = false
    i have all the time with your profile + PoM problems and error

  4. #589
    Ralphiuss's Avatar Active Member
    Reputation
    44
    Join Date
    Sep 2011
    Posts
    230
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ppppst where's bu_ba lol

  5. #590
    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 Ralphiuss View Post
    ppppst where's bu_ba lol
    Hiding in my pm box lol. I'm so busy leading my team at work and leading my raid I can't even convince myself to code my own personal profiles with my little free time I have I am working in boomkin though.

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

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

  6. #591
    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)
    @deadpanstiffy: Yeah.. I noticed. :P But the function itself is quite bugged in raids/dungeons because it doesn't update dynamically. I've had a few occasions where I've had Dark Intent on, but the function simply returning nil.

    Managed a new release before bed!
    You can download the new versions of both the Shadow Priest and Demonology Warlock through the PQR Rotation Manager!!

    For everyone else
    Mentally's [Nova] Shadow Priest v7.0.4
    Mentally's [Nova] Demonology Warlock v1.4.2

    Or you can simply checkout our SVN repository!

    My profiles will always stay free.

    As always, if you want to help me out and keep me motivated to create bigger and better profiles. make a donation or +Rep! - It will not go unnoticed.

  7. #592
    lulwut's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What's the status of the Windwalker profile for monks? Is it well optimised at all?

  8. #593
    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)
    it will get you by, i coded windwalker without having a monk to test with on my own and it was coded for a donators toon. however, its the same profile no special stuff to it. and if he sees any changes needed made i'll make them for him and release it here as well.

    Please if someone helped you donate rep to them.

  9. #594
    lulwut's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    it will get you by, i coded windwalker without having a monk to test with on my own and it was coded for a donators toon. however, its the same profile no special stuff to it. and if he sees any changes needed made i'll make them for him and release it here as well.
    Neat, thanks. The monk rotation is absurdly simple so from what I've seen by using the profile it seems to be consistent with the expected rotation.

  10. #595
    rids0wnz's Avatar Member
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey I may be being an absolute moron here but I'm having an issue getting your profiles to load. Keeps teling me that I'm missing PQR_Nova_Data.lua - but its there and in the Data file of PQR. Any ideas?

  11. #596
    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 rids0wnz View Post
    Hey I may be being an absolute moron here but I'm having an issue getting your profiles to load. Keeps teling me that I'm missing PQR_Nova_Data.lua - but its there and in the Data file of PQR. Any ideas?
    are u on the latest version?
    ^0^Team Nova's PQR NCC ^0^

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

  12. #597
    paveley's Avatar Member
    Reputation
    4
    Join Date
    May 2010
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rids0wnz View Post
    Hey I may be being an absolute moron here but I'm having an issue getting your profiles to load. Keeps teling me that I'm missing PQR_Nova_Data.lua - but its there and in the Data file of PQR. Any ideas?
    I get the same thing aswell, fresh PQR install, dl latest stuff from your svn. And yes i triple checked that the data file was in the data folder =).

  13. #598
    front243's Avatar Active Member
    Reputation
    55
    Join Date
    Aug 2007
    Posts
    87
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just a notice that I get the same error with the data file. This is with the shadow priest profile. I double checked the Data folder and its there.

  14. #599
    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 bu_ba. This is the third time that I've tried to figure this out, but at the moment your resto druid profile does not work with the incarnation talent. in debug, it spams

    <pqr debug> -- init -- (Nova[resto]) returned true. Executing ability.

    and does not cast at all. Do you not use incarnation? is there something that i'm missing? please help!

  15. #600
    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)
    Demonology v1.4.2 is amazing, thanks for all the hard work Mentally.

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