[BETA] PQRotation - an automated ability priority queue. menu

User Tag List

Page 312 of 731 FirstFirst ... 212262308309310311312313314315316362412 ... LastLast
Results 4,666 to 4,680 of 10955
  1. #4666
    Sheepmoon's Avatar Contributor
    Reputation
    143
    Join Date
    Oct 2011
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mentally View Post
    All dots scale with Intellect/haste (Similarily how Death Knight's dots scale with Attack Power and Haste iirc?), therefore it makes sense even for Shadow Priests to dot clip. :P The stronger intellect and/or haste procs you have, the stronger your dots will be and refreshing the dots JUST AS and before they run out similarily extends the powered-up dot for another full duration. It's a DPS gain for every single DoT caster.
    This is what I have been using I don't think its any more elegant than what you have. Probably worse but hey it works fine so I don't mind.

    Code:
    local VT, _, _, _, _, _, timer = UnitDebuffID("target", 34914, "PLAYER")
    local target = UnitExists("target")
    
    PQ_Lightweave   = 75170
    PQ_PowerTorrent   = 74241
    PQ_VolcanicPotion   = 79476
    PQ_SynapseSprings   = 96230
    
    
    
    PQ_Buffs = { 
       [PQ_Lightweave] = {check = true, hasBuff = false, endTime = nil},
       [PQ_SynapseSprings] = {check = true, hasBuff = false, endTime = nil},
       [PQ_VolcanicPotion] = {check = true, hasBuff = false, endTime = nil},
       [PQ_PowerTorrent] = {check = true, hasBuff = false, endTime = nil}
    }
    
    
    function PQ_CheckForAllBuffs()
    
    	for k, v in pairs(PQ_Buffs) do
    	
    		if PQ_Buffs[k].check == true and UnitBuffID('player', k) then
    		
    			PQ_Buffs[k].hasBuff = true
    			PQ_Buffs[k].endTime = (select(7, UnitBuffID("player", k)))
    			
    		end
    	
    	end
    
    end
    
    
    
    function PQ_GetTimeLeftBuff(buff)
    
    	return PQ_Buffs[buff].endTime - GetTime()
    
    end
    
    
    PQ_CheckForAllBuffs()
    
    if target == nil or PQR_IsMoving(1) or IsSpellInRange("Vampiric Touch", "target") ~= 1 then return false else
    
    		if PQ_Buffs[PQ_VolcanicPotion].hasBuff then
    			if PQ_GetTimeLeftBuff(PQ_VolcanicPotion) < 5 and timer - GetTime() < 10 then
    			return true
    			end
    		end
    
    		if PQ_Buffs[PQ_Lightweave].hasBuff then
    			if PQ_GetTimeLeftBuff(PQ_Lightweave) < 5 and timer - GetTime() < 10 then
    			return true
    			end
    		end
    
    		if PQ_Buffs[PQ_PowerTorrent].hasBuff then
    			if PQ_GetTimeLeftBuff(PQ_PowerTorrent) < 5 and timer - GetTime() < 10 then
    			return true
    			end
    		end
    		
    		if PQ_Buffs[PQ_SynapseSprings].hasBuff then
    			if PQ_GetTimeLeftBuff(PQ_SynapseSprings) < 5 and timer - GetTime() < 10 then
    			return true
    			end
    		end
    
    end

    Originally Posted by couky View Post
    Awesome, finally a disci pve prist profil.
    Thank you very much !
    Thats kinda frustrating to read since I have posted 2 versions of my disc pve profile now. Kinda get the feeling profiles just get lost in the mess here, probably no point uploading them if people don't see them and use them.

    [BETA] PQRotation - an automated ability priority queue.
  2. #4667
    CharleyWex's Avatar Member
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Meatglue View Post
    Yeah I'd say Bubba's Hpal profile is king for pve but Cokx has a sick PvP Hpal profile. I think Cokx said he fixed LoS delay but sometimes I tend to have to self target to heal myself better but all in all its great.
    I'm still using Lofty's 1.3 profile, its a bit more mana efficient and geared towards heroic raids.

    Buba, remember how a while back I said that sometimes your profile only heals me by spamming holy light and would switch to the tank when he was low but not heal any other players? I'd been using your newest profile and it was working great, then when I got to the deathwing fight it started doing the spam healing light thing on my toon and ignore the damage going out to other players.. It was even spamming holy light on me when both myself and the tank were at full HP. The rest of the group was not at full HP so I think the casting was working correctly just not the targeting. No idea why this happens sometimes.

    I even tried switching profiles mid fight then switching back to yours and it still continued to happen.

    This is for your latest release.

  3. #4668
    saga3180's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Sep 2011
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone post or link me to cockx profile????

  4. #4669
    daizepam's Avatar Member
    Reputation
    1
    Join Date
    Nov 2010
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mentally, do you mind uploading your spriest updated profile? Preferably a profile that takes use of spriest 4pc and Mind Spikes with Shadowfiend cd up.

  5. #4670
    Debordes's Avatar Member
    Reputation
    14
    Join Date
    Oct 2007
    Posts
    128
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone post the Cokx holy paly pvp profile? I seem to be not be able to find it

  6. #4671
    Sharge's Avatar Corporal
    Reputation
    6
    Join Date
    Oct 2011
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CharleyWex View Post
    I'm still using Lofty's 1.3 profile, its a bit more mana efficient and geared towards heroic raids.

    Buba, remember how a while back I said that sometimes your profile only heals me by spamming holy light and would switch to the tank when he was low but not heal any other players? I'd been using your newest profile and it was working great, then when I got to the deathwing fight it started doing the spam healing light thing on my toon and ignore the damage going out to other players.. It was even spamming holy light on me when both myself and the tank were at full HP. The rest of the group was not at full HP so I think the casting was working correctly just not the targeting. No idea why this happens sometimes.

    I even tried switching profiles mid fight then switching back to yours and it still continued to happen.

    This is for your latest release.

    This is also happening to me , Profile with no Light of Dawn work perfectly , But the newest release , it always cast holy light on me

    What I did to test if this was true is I invited a friend , told him to lose some hp (10%) removed Holy shock , and all it was doing is spamming Holy Light on me and not on him.


    Hope you can help bubba


    Edit : Also not working with no addons enabled.
    Last edited by Sharge; 01-25-2012 at 10:07 PM.

  7. #4672
    Sheepmoon's Avatar Contributor
    Reputation
    143
    Join Date
    Oct 2011
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by daizepam View Post
    Mentally, do you mind uploading your spriest updated profile? Preferably a profile that takes use of spriest 4pc and Mind Spikes with Shadowfiend cd up.
    Shadow PVE with 4pc rotation

    Opening rotation does mind spike + mind blast rotation if shadowfiend and archangel is out of synch later in the fight just switch to normal pve rotation. Don't wait more than 30 seconds for them to line up or it is a dps loss.

    PVE rotation mostly mentallys work, has focus target multi dotting etc. You need to edit the VT and DP buffed refresh code if you don't have tailoring and engineering.

  8. #4673
    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 CharleyWex View Post
    I'm still using Lofty's 1.3 profile, its a bit more mana efficient and geared towards heroic raids.

    Buba, remember how a while back I said that sometimes your profile only heals me by spamming holy light and would switch to the tank when he was low but not heal any other players? I'd been using your newest profile and it was working great, then when I got to the deathwing fight it started doing the spam healing light thing on my toon and ignore the damage going out to other players.. It was even spamming holy light on me when both myself and the tank were at full HP. The rest of the group was not at full HP so I think the casting was working correctly just not the targeting. No idea why this happens sometimes.

    I even tried switching profiles mid fight then switching back to yours and it still continued to happen.

    This is for your latest release.
    If only I could have this happen when I'm playing I could debug this easier!

    And to all the people disappointed in pvp whats wrong with mine? I dislike incomplete projects
    ^0^Team Nova's PQR NCC ^0^

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

  9. #4674
    CharleyWex's Avatar Member
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    57
    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
    If only I could have this happen when I'm playing I could debug this easier!

    And to all the people disappointed in pvp whats wrong with mine? I dislike incomplete projects
    Not sure, I like your standard pvp set up. Is there a way that I can help debug it for you when it happens to me? It doesn't cause any .lua errors.

  10. #4675
    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 CharleyWex View Post
    Not sure, I like your standard pvp set up. Is there a way that I can help debug it for you when it happens to me? It doesn't cause any .lua errors.
    yea whenever it starts happening, go to the PQR window and click settings, then debug mode and just watch what it's trying to do.... if all it's trying to do is cast Holy Light on you then there does seem to be an error with what PQR_CustomTarget is seeing.... like it's getting stuck at us setting ourselves as the default target
    ^0^Team Nova's PQR NCC ^0^

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

  11. #4676
    Starphall's Avatar Corporal
    Reputation
    1
    Join Date
    Feb 2011
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello...anybody might help me ?..i was using a enhancement shaman profile ...a month ago...but now im looking for a profile...i found 2 coming from the pqr wiki link....none are working...when i at X it said enabled...but nothing working..i watched the folder...one of the 2 i tried is kinda small...the abillity.xml is only 5kb...if anybody can send me a link to download a working one...thx !!

  12. #4677
    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..... alright i'm going to be uploading my test Holy Radiance code to SVN..... please note i was having a little bit of fun with it and added some unneeded code just to make it seem much more impressive than it actually is

    i would recommend keeping a backup of the old profile just in case this blows up in your face and you don't know how to swap abilities out of the rotation..... and quick hysterically i have the names backwards from what you think they would be

    The ability that is known to work and not break roations: Holy Radiance Test
    The ability that I just rewrote and is potentially unstable: Holy Radiance

    don't you guys just love my naming systems sometimes?

    *edit*

    just did another quick update, wont be able to test this one though

    also on a side note, i finally saw first hand the HL glitch where it only casts on yourself... and it is indeed just getting stuck during the autotargeting and casts player only..... it should only ever cast player if we aren't in a group, otherwise is should cast raid(their number here) (ie raid 21 or raid17) going to be going through the targeting again tomorrow maybe i have some bad values in there for when people are low on health, but not low enough for a divine light etc
    Last edited by bu_ba_911; 01-26-2012 at 03:22 AM.
    ^0^Team Nova's PQR NCC ^0^

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

  13. #4678
    onya's Avatar Member
    Reputation
    67
    Join Date
    May 2008
    Posts
    152
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    bubba holy with onya hr.zip

    completely untested version of bubba holy pve profile using my chain heal code for holy radiance

  14. #4679
    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 onya View Post
    bubba holy with onya hr.zip

    completely untested version of bubba holy pve profile using my chain heal code for holy radiance
    lol i personally was trying to avoid that code until i could config it to how i wanted

    with HR having a radius as opposed to jumps i wanted to focus on hotspots of where people should be (ie healer/tank) and make it a smart cast depending on how many people are in group/raid.... if this works better than what i currently have ill just incorporate it but then i would feel ashamed of myself haha XD
    ^0^Team Nova's PQR NCC ^0^

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

  15. #4680
    onya's Avatar Member
    Reputation
    67
    Join Date
    May 2008
    Posts
    152
    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
    lol i personally was trying to avoid that code until i could config it to how i wanted

    with HR having a radius as opposed to jumps i wanted to focus on hotspots of where people should be (ie healer/tank) and make it a smart cast depending on how many people are in group/raid.... if this works better than what i currently have ill just incorporate it but then i would feel ashamed of myself haha XD
    this works on a radius around the target not jumps like chain heal, it's much simpler than chain heal was :P

    you can configure the hp thresholds for the target and the secondary targets, as well as well as the radius distance and the number of secondary targets that need to be in range via variables at the top of the library code.

    i based my reasoning on the druid spell without actually reading how hr works (d'oh!) the druid spell has a direct heal component so you'd want to cast it on the person with the lowest hp who has enough people in range. i guess for hr you'd want to save the number of people in range for every possible target and then cast it on the person with the highest number of secondaries. anyway hope it gave you something to start with

Similar Threads

  1. [Buying] Planetside 2 Priority Beta Key
    By isit123 in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 07-21-2012, 06:34 AM
  2. [Selling] PLANETSIDE 2 Priority/Early Access Beta Account
    By Kabraxiss in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 07-18-2012, 10:20 AM
  3. [Selling] Planetside 2 Priority/Early access Beta Keys
    By mrsluf in forum General MMO Buy Sell Trade
    Replies: 3
    Last Post: 07-17-2012, 04:45 AM
  4. [Selling] Planetside 2 Priority Access beta key codes
    By fatalefout in forum General MMO Buy Sell Trade
    Replies: 1
    Last Post: 06-26-2012, 04:08 PM
  5. [Bot] Automated dungeon queue / Justice Point leecher(Auto-it source)
    By s_e_a_n_66 in forum World of Warcraft Bots and Programs
    Replies: 36
    Last Post: 01-17-2011, 11:50 AM
All times are GMT -5. The time now is 12:21 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