[PQR]PVE Disc Priest with Nova framework menu

User Tag List

Page 11 of 15 FirstFirst ... 789101112131415 LastLast
Results 151 to 165 of 220
  1. #151
    Guinness's Avatar Member
    Reputation
    5
    Join Date
    Apr 2012
    Posts
    75
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Vachiusa I noticed that for what ever reason using Right Alt key to cast Healing Rain was working in MGV both tiers, but was not working in Heart of Fear. Haven't tried Terrace yet as Resto. Will do that when servers come back up.

    [PQR]PVE Disc Priest with Nova framework
  2. #152
    Dimonoff's Avatar Master Sergeant
    Reputation
    12
    Join Date
    May 2012
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In ChiBurst code any chance modify this:

    PHP Code:
    if UnitGroupRolesAssigned(members[i].Unit) ~= "NONE" then --avoid pet/npc 
                        table
    .insert(PerfectAoETarget, {NumberNearby UnitsClose(members[i].Unit90), Unit members[i].Unit} )
                    
    end 
    in LFR this works fine, in normal does not want.

  3. #153
    Kaylo's Avatar Active Member
    Reputation
    20
    Join Date
    Jun 2012
    Posts
    68
    Thanks G/R
    11/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Guinness View Post
    Vachiusa I noticed that for what ever reason using Right Alt key to cast Healing Rain was working in MGV both tiers, but was not working in Heart of Fear. Haven't tried Terrace yet as Resto. Will do that when servers come back up.
    That's interesting. I have only tried healing rain in toes lfr and it doesnt work there. Went back today to toes lfr on alt resto shaman. I'm checking debug when holding down right alt for over 20 seconds. Nothing shows up in the log. Tried holding it down for over 20 secs several times and nothing in debug chat, although the rotation works and shows up like normal about what it does. Also i'm getting huge fps lag every so often during protectors. So much that screen seems to freeze. No fps lag on tsulong. Healing rain doesnt work in that fight either. Tried healing rain in random hc but it doesnt work there either. Cant say anything about msv or hof. Everytime i tried healing rain again I had a mob targetted infront of me. It never casts UE. Nothing in log when doing random hc either. Linking 2 pics from lfr protectors and tsulong running 1.6.1.

    Protectors
    http://postimage.org/image/9lvysfc0b/

    Tsulong
    http://postimage.org/image/s1l13kfij/
    Last edited by Kaylo; 02-05-2013 at 02:50 PM.

  4. #154
    Dimonoff's Avatar Master Sergeant
    Reputation
    12
    Join Date
    May 2012
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    a couple of changes MW Monk
    bug fixes and own additions:

    Code:
     --BlackoutKick
    if Nova_DPSCheck then
    if UnitAffectingCombat("player")
    and members[1].HP > Nova_DPS
    --and lowhpmembers < 3
    --and PQR_UnitFacing("player", "target") --Elegon not work
    and not UnitBuffID("player",101546) --Spinning Crane Kick
    and not (UnitChannelInfo("player") == GetSpellInfo(131523)) --Zen Meditation
    and not (UnitChannelInfo("player") == GetSpellInfo(117952)) --Crackling Jade Lightning
    and UnitExists("target")
    and PQR_SpellAvailable(100784)
    and IsUsableSpell(100784)
    and not PQR_IsOutOfSight("target")
    and not UnitIsDeadOrGhost("target")
    and IsSpellInRange(GetSpellInfo(100784),"target") == 1
    --and select(3, Nova_UnitInfo("player")) >= 50 --Mana
    and UnitCanAttack("player", "target") then
    --and UnitBuffID("player", 115867) then --Mana Tea
    	--if select(4, UnitBuffID("player", 115867)) >= 2 --Mana Tea
    	if select(5, Nova_UnitInfo("player")) >= 2 then --Chi
    		if not UnitBuffID("player",127722) then --Serpent's Zeal
    			CastSpellByName(tostring(GetSpellInfo(100784)),"target")
    			return true
    		else
    			if select(4, UnitBuffID("player",127722)) < 2 --Serpent's Zeal
    			or (select(7, UnitBuffID("player", 127722)) - GetTime()) <= 5 then --Serpent's Zeal Timer
    			--or UnitBuffID("player",120273)) --Tiger Strikes
    			
    				CastSpellByName(tostring(GetSpellInfo(100784)),"target")
    				--PQR_WriteToChat("\124cFFFF55FF BlackoutKick")
    				return true
    			end
    		end
    	end		
    end
    end

    Code:
    --TigerPalm
    if Nova_DPSCheck then 
    if UnitAffectingCombat("player")
    and members[1].HP > Nova_DPS --Nova_DPS
    --and lowhpmembers < 3
    and select(5, Nova_UnitInfo("player")) >= 1
    and not UnitBuffID("player",101546) --Spinning Crane Kick
    and not (UnitChannelInfo("player") == GetSpellInfo(131523)) --Zen Meditation
    and not (UnitChannelInfo("player") == GetSpellInfo(117952)) --Crackling Jade Lightning
    and UnitExists("target") 
    and PQR_SpellAvailable(100787) 
    and IsUsableSpell(100787)
    and not PQR_IsOutOfSight("target")
    and not UnitIsDeadOrGhost("target")
    --and PQR_UnitFacing("player", "target") --Elegon not work
    --and not Nova_Moving
    --and select(3, Nova_UnitInfo("player")) >= 50 --Mana
    and IsSpellInRange(GetSpellInfo(100787),"target") == 1
    and UnitCanAttack("player", "target") then
    	if not UnitBuffID("player",125359) then --Tiger Power
    		--CastSpellByName(tostring(GetSpellInfo(100787)),"target")
    		--PQR_WriteToChat("\124cFFFF55FF TigerPalm")	
    		CastSpellByName(tostring(GetSpellInfo(100787)),"target")
    		return true 
    	end
    	if not UnitBuffID("player",118674) then --Vital Mists buff Blackout Kick/Surging Mist/Spinning Crane Kick
    		CastSpellByName(tostring(GetSpellInfo(100787)),"target")
    		return true
    	else
    		if select(4, UnitBuffID("player",118674)) < 5 --Vital Mists 
    		or (select(7, UnitBuffID("player", 125359)) - GetTime()) <= 5 then  --Tiger Power Timer
    			CastSpellByName(tostring(GetSpellInfo(100787)),"target")
    			return true
    		end
    	end	
    end
    end
    Code:
    --EnvelopingMist
    if Nova_EnvelopingMistCheck then
    	if members[1].HP < Nova_EnvelopingMist and select(3, Nova_UnitInfo("player")) > (Nova_LowMana-5) then --Nova_EnvelopingMist + me
    		if PQR_SpellAvailable(124682) 
    		 and UnitAffectingCombat("player")
    		 and not UnitBuffID("player",101546) --Spinning Crane Kick
    		 and not (UnitChannelInfo("player") == GetSpellInfo(131523)) --Zen Meditation
    		 and not (UnitChannelInfo("player") == GetSpellInfo(117952)) --Crackling Jade Lightning
    		 and IsSpellInRange(GetSpellInfo(124682),members[1].Unit) == 1
    		 and CanHeal2(members[1].Unit)
    		 and (UnitChannelInfo("player") == GetSpellInfo(115175)) --Soothing Mist
    		 and IsUsableSpell(124682) then 	
    			if UnitBuffID(members[1].Unit,115175,"player") --Soothing Mist
    			and not UnitBuffID(members[1].Unit,124682,"player") --Enveloping Mist
    			then					
    				if select(5, Nova_UnitInfo("player")) >= 3 then
    			 		PQR_CustomTarget = members[1].Unit
    			 		--PQR_WriteToChat("\124cFFFF55FFCast EM - HP: " ..members[1].HP)
    			 		CastSpellByName(tostring(GetSpellInfo(124682)),members[1].Unit)
    			 		return true
    			 	elseif select(5, Nova_UnitInfo("player")) == 0 
    			 	and select(2,GetTalentRowSelectionInfo(3)) == 9 then		 		
    			 		CastSpellByName(tostring(GetSpellInfo(115399)))	 
    					--PQR_WriteToChat("\124cFFFF55FFCast Chi Brew then EM - HP: " ..members[1].HP)
    					PQR_CustomTarget = members[1].Unit
    					CastSpellByName(tostring(GetSpellInfo(124682)),members[1].Unit)
    			 		return true	
    				end		 			 		
    			end
    		end
    	end
    end
    Code:
    if Nova_UpliftCheck then
    	if PQR_SpellAvailable(115151) 
    	and PQR_SpellAvailable(116670) 
    	and IsUsableSpell(116670) 
    	and not UnitBuffID("player",101546) --Spinning Crane Kick
    	and not (UnitChannelInfo("player") == GetSpellInfo(131523)) --Zen Meditation
    	and not (UnitChannelInfo("player") == GetSpellInfo(117952)) --Crackling Jade Lightning
    	and UnitAffectingCombat("player") then
    		
    		local upliftcount=0
    		for i=1, #members do
    			if UnitBuffID(members[i].Unit,115151,"player")				
    			then 				
    				upliftcount = upliftcount + 1
    			end
    		end
    		
    		if (upliftcount >= Nova_UpliftCount --Nova_UpliftCount
    		and select(5, Nova_UnitInfo("player")) >= 2)
    		or (select(5, Nova_UnitInfo("player")) >= 4
    		and upliftcount >= (Nova_UpliftCount-1)) --Nova_UpliftCount-1
    		and AverageHealth(4) < Nova_Uplift
    		and select(2, AverageHealth(4)) >= Nova_UpliftLimit then --Nova_UpliftLimit 
    			if PQR_SpellAvailable(116680) --Thunder Focus Tea
    			and not UnitBuffID("player",116680) then
    				if select(2,GetSpellCooldown(116680)) < 2 
    				and select(5, Nova_UnitInfo("player")) >= 3 then
    					CastSpellByName(tostring(GetSpellInfo(116680)))	 
    					--PQR_WriteToChat("\124cFFFF55FFCast Thunder Focus Tea then Uplift - UpliftCount: " ..upliftcount) 
    				end			
    				--PQR_WriteToChat("\124cFFFF55FFCast Uplift - UpliftCount: " ..upliftcount) 
    				CastSpellByName(tostring(GetSpellInfo(116670)))	 
    				return true
    			elseif select(5, Nova_UnitInfo("player")) >= 2 then
    				CastSpellByName(tostring(GetSpellInfo(116670)))	 
    				--PQR_WriteToChat("\124cFFFF55FFCast Uplift - UpliftCount: " ..upliftcount) 
    				return true
    			end
    		end		
    	end
    end
    Last edited by Dimonoff; 02-05-2013 at 05:20 PM.

  5. #155
    Vachiusa's Avatar Contributor
    Reputation
    256
    Join Date
    Jan 2013
    Posts
    227
    Thanks G/R
    22/4
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dimonoff View Post
    In ChiBurst code any chance modify this:

    PHP Code:
    if UnitGroupRolesAssigned(members[i].Unit) ~= "NONE" then --avoid pet/npc 
                        table
    .insert(PerfectAoETarget, {NumberNearby UnitsClose(members[i].Unit90), Unit members[i].Unit} )
                    
    end 
    in LFR this works fine, in normal does not want.
    Update new code from SVN then type /nova and check ChiBurstPetNPC if you wanna heal them. Thanks for your helpful feedback!
    Originally Posted by Kaylo View Post
    That's interesting. I have only tried healing rain in toes lfr and it doesnt work there. Went back today to toes lfr on alt resto shaman. I'm checking debug when holding down right alt for over 20 seconds. Nothing shows up in the log. Tried holding it down for over 20 secs several times and nothing in debug chat, although the rotation works and shows up like normal about what it does. Also i'm getting huge fps lag every so often during protectors. So much that screen seems to freeze. No fps lag on tsulong. Healing rain doesnt work in that fight either. Tried healing rain in random hc but it doesnt work there either. Cant say anything about msv or hof. Everytime i tried healing rain again I had a mob targetted infront of me. It never casts UE. Nothing in log when doing random hc either. Linking 2 pics from lfr protectors and tsulong running 1.6.1.

    Protectors
    View image: protectors

    Tsulong
    View image: tsulong
    Update new code from SVN then re-test again, if it sill wont work then type /nova and uncheck UnleashElements then re-test. And let me know!
    Status: Inactive. Don't PM me, pls drop a msg to vachiusa (at) mientrung <dot> com

  6. #156
    saintsrlfc's Avatar Member
    Reputation
    1
    Join Date
    Jan 2011
    Posts
    59
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vachiusa View Post
    If you still have lag issue with newest version, just remove "-- Events" out of rotation and give it a try.
    Working perfectly now. Topping the healing meters in every raid, amazing profile keep up the great work

  7. #157
    Vachiusa's Avatar Contributor
    Reputation
    256
    Join Date
    Jan 2013
    Posts
    227
    Thanks G/R
    22/4
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by saintsrlfc View Post
    Working perfectly now. Topping the healing meters in every raid, amazing profile keep up the great work
    What version did u use? from SVN or Disc 1.2 or just remove "-- Events" ? i need to know for recheck!
    Status: Inactive. Don't PM me, pls drop a msg to vachiusa (at) mientrung <dot> com

  8. #158
    hbkx1's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    Dec 2008
    Posts
    131
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ----- if it sill wont work then type /nova and uncheck UnleashElements then re-test. And let me know![----

    This fixed my healing rain issue THX!!!!

  9. #159
    Dimonoff's Avatar Master Sergeant
    Reputation
    12
    Join Date
    May 2012
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Add to TsulongHeal --LifeCocoon part this code

    Code:
    		 and not UnitBuffID("boss1",116849,"player")
    		 and not UnitBuffID("boss1",47788,"player")	--Checking if no buff LifeCocoon or Guardian Spirit
    Last edited by Dimonoff; 02-06-2013 at 10:21 AM.

  10. #160
    Vachiusa's Avatar Contributor
    Reputation
    256
    Join Date
    Jan 2013
    Posts
    227
    Thanks G/R
    22/4
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dimonoff View Post
    Add to TsulongHeal --LifeCocoon part this code

    Code:
    		 and not UnitBuffID("boss1",116849,"player")
    		 and not UnitBuffID("boss1",47788,"player")	--Checking if no buff LifeCocoon or Guardian Spirit
    Thanks for your suggest!
    Status: Inactive. Don't PM me, pls drop a msg to vachiusa (at) mientrung <dot> com

  11. #161
    Dimonoff's Avatar Master Sergeant
    Reputation
    12
    Join Date
    May 2012
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Uplift heal is very bad coded it has 75% overheal becouse AverageHealth (4) does not include a Renewing Mist buff check on a damaged targets.

    Here's the deadpanstiffy code works perfectly :
    PHP Code:
    if not UpliftHeal then
        
    function UpliftHeal()
            
    local uplift 0
            
    for 1#roster do
                
    if roster[i].hp <= UPLIFT
                        
    and UnitBuff(roster[i].unitconvert(115151), nil"PLAYER"then
                    uplift 
    uplift 1
                end
            end
            
    return uplift
        end
    else
        if 
    GetSpellCooldown(convert(115151)) ~= 0 then
            
    if UpliftHeal() >= 3
                    
    or UpliftHeal() >= 2
                    
    and UnitPower("player"12) == 5
                    
    or UnitBuff("player"convert(116680)) then
                CastHeal
    (116670)
            
    end
        end
    end 

  12. #162
    Vachiusa's Avatar Contributor
    Reputation
    256
    Join Date
    Jan 2013
    Posts
    227
    Thanks G/R
    22/4
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dimonoff View Post
    Uplift heal is very bad coded it has 75% overheal becouse AverageHealth (4) does not include a Renewing Mist buff check on a damaged targets.

    Here's the deadpanstiffy code works perfectly :
    PHP Code:
    if not UpliftHeal then
        
    function UpliftHeal()
            
    local uplift 0
            
    for 1#roster do
                
    if roster[i].hp <= UPLIFT
                        
    and UnitBuff(roster[i].unitconvert(115151), nil"PLAYER"then
                    uplift 
    uplift 1
                end
            end
            
    return uplift
        end
    else
        if 
    GetSpellCooldown(convert(115151)) ~= 0 then
            
    if UpliftHeal() >= 3
                    
    or UpliftHeal() >= 2
                    
    and UnitPower("player"12) == 5
                    
    or UnitBuff("player"convert(116680)) then
                CastHeal
    (116670)
            
    end
        end
    end 
    Will release new version with new logic of Uplift and Chi Burst soon.
    Status: Inactive. Don't PM me, pls drop a msg to vachiusa (at) mientrung <dot> com

  13. #163
    wwndrk's Avatar Private
    Reputation
    6
    Join Date
    Oct 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i downloaded the disc priest profile a couple days ago and was surprised how well it was working. however when firing it up in lfr today my fps basically dropped to 0 in a few seconds. i tried rebooting, reloading the profile and setting higher process priorities for wwo and pqr. is there a fix for this problem?

    thanks a lot


    edit: nvm, fixed by removing --events from rotation
    Last edited by wwndrk; 02-06-2013 at 06:51 PM.

  14. #164
    saintsrlfc's Avatar Member
    Reputation
    1
    Join Date
    Jan 2011
    Posts
    59
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vachiusa View Post
    What version did u use? from SVN or Disc 1.2 or just remove "-- Events" ? i need to know for recheck!
    To get it to stop crashing the client i deleted all the other priest profiles i had in the folder and used the latest version...and if by magic its working

  15. #165
    Vachiusa's Avatar Contributor
    Reputation
    256
    Join Date
    Jan 2013
    Posts
    227
    Thanks G/R
    22/4
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by saintsrlfc View Post
    To get it to stop crashing the client i deleted all the other priest profiles i had in the folder and used the latest version...and if by magic its working
    Originally Posted by wwndrk View Post
    i downloaded the disc priest profile a couple days ago and was surprised how well it was working. however when firing it up in lfr today my fps basically dropped to 0 in a few seconds. i tried rebooting, reloading the profile and setting higher process priorities for wwo and pqr. is there a fix for this problem?

    thanks a lot


    edit: nvm, fixed by removing --events from rotation
    Updated disc priest to version 1.5. Please check SVN! If still lag or drop fps please /type nova then uncheck Events and Smart value.
    Last edited by Vachiusa; 02-07-2013 at 03:01 AM.
    Status: Inactive. Don't PM me, pls drop a msg to vachiusa (at) mientrung <dot> com

Similar Threads

  1. [Buying] WTB disc priest with at least ilvl 870 horde
    By sckr in forum WoW-EU Account Buy Sell Trade
    Replies: 1
    Last Post: 11-16-2016, 11:41 AM
  2. [Selling] Selling 4500+GS Belf Disc priest with ulduar 4-set bonus on Lordaeron!
    By clabbehala in forum WoW Private Server Buy Sell Trade
    Replies: 0
    Last Post: 06-01-2016, 03:59 PM
  3. [Selling] WTS 521 disc priest with D3 and SC2 accepting best offer
    By alphaq69 in forum WoW-US Account Buy Sell Trade
    Replies: 2
    Last Post: 11-26-2013, 01:28 AM
  4. [PQR] LF Disc Priest PVP Profile
    By Marvalus in forum WoW Bot Maps And Profiles
    Replies: 7
    Last Post: 04-21-2013, 03:56 PM
  5. [Selling] 5750 (pve) Disc Priest, w/ Dk alt. CHEAP!!!!
    By Philosophist in forum World of Warcraft Buy Sell Trade
    Replies: 2
    Last Post: 08-12-2010, 09:25 PM
All times are GMT -5. The time now is 02:43 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