[Request] Subtlety Rogue PVE menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 26 of 26
  1. #16
    vitalic's Avatar Contributor CoreCoins Purchaser
    Reputation
    182
    Join Date
    Jun 2010
    Posts
    3,527
    Thanks G/R
    8/3
    Trade Feedback
    10 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    What is wrong with the Subtlety profile posted by starl1te?

    [Request] Subtlety Rogue PVE
  2. #17
    Neyia's Avatar Active Member Ultimate Rogue PVE CoreCoins Purchaser
    Reputation
    41
    Join Date
    Nov 2012
    Posts
    335
    Thanks G/R
    1/3
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vitalic View Post
    What is wrong with the Subtlety profile posted by starl1te?
    The profile try to cast Backstab when you aren't behind the target, it should cast Hemorrhage in this circumstance

  3. #18
    vitalic's Avatar Contributor CoreCoins Purchaser
    Reputation
    182
    Join Date
    Jun 2010
    Posts
    3,527
    Thanks G/R
    8/3
    Trade Feedback
    10 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Neyia View Post
    The profile try to cast Backstab when you aren't behind the target, it should cast Hemorrhage in this circumstance
    That is easy to fix, just need to add a Hemorrhage ability with a PQR_UnitFacing("target", "player") check.

  4. #19
    Neyia's Avatar Active Member Ultimate Rogue PVE CoreCoins Purchaser
    Reputation
    41
    Join Date
    Nov 2012
    Posts
    335
    Thanks G/R
    1/3
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vitalic View Post
    That is easy to fix, just need to add a Hemorrhage ability with a PQR_UnitFacing("target", "player") check.
    it was already included in the profile, but it doesn't work

    Backstab
    Code:
    -- Backstab if behind Target
    if not PQR_UnitFacing("target", "player") and not IsStealthed() then
    	if not ( UnitBuffID("player", 51713) or UnitBuffID("player", 1856) ) then
    		CastSpellByName(GetSpellInfo(53), "target")
    	end
    end
    Hemorraghe Front
    Code:
    -- Hemorrhage if in front of Target
    if PQR_UnitFacing("target", "player") and not IsStealthed() then
    	CastSpellByName(GetSpellInfo(16511), "target")
    end
    Hemorraghe (Debuff ?)
    Code:
    if not IsStealthed() then
    	-- Check if Hemorrhage is on target
    	if not UnitDebuffID("target", 89775, "player") then
    		CastSpellByName(GetSpellInfo(16511), "target")
    	-- If Hemorrhage exists on target then refresh
    	elseif UnitDebuffID("target", 89775, "player") then
    		if select(7, UnitDebuffID("target", 89775, "player")) - GetTime() < 5 then
    			CastSpellByName(GetSpellInfo(16511), "target")
    		end
    	end
    elseif UnitBuffID("player", 51713) then
    	if UnitDebuffID("target", 89775, "player") then
    		if select(7, UnitDebuffID("target", 89775, "player")) - GetTime() < 5 then
    			CastSpellByName(GetSpellInfo(16511), "target")
    		end
    	end
    end
    The profile cast Hemorrhage for the debuff, and after he spam cast Backstab but it can not because the mob is in front of us (Tanking in a quest for an example) suddenly, he continues to spam Backstab without wanting to cast Hemorrhage
    Last edited by Neyia; 06-16-2013 at 07:41 PM.

  5. #20
    fddbzz's Avatar Master Sergeant
    Reputation
    7
    Join Date
    Jan 2013
    Posts
    96
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by starl1te View Post
    EDIT:
    I updated the Sub rotation to use Garrote, those interested re-download
    Blinded.rar
    did you update to the newest profile? it works fine for me. the code seems to be different then the code from yours.
    hemo
    Code:
    if not UnitBuffID( "player", 115191 ) and not UnitBuffID( "player", 31665 ) and not UnitBuffID( "player", 51713 ) then
    
    	if  GetComboPoints( "player", "target" ) < 5  then
    	
    		if UnitDebuffID( "target", 89775 ) == nil then
    		
    			CastSpellByName( GetSpellInfo(16511), nil )	
    			return true
    			
    		end
    	end
    	
    	if ( PQR_UnitFacing("target", "player") or PQR_NotBehindTarget() ) and ( GetComboPoints( "player", "target" ) < 5) then
    
    		
    			CastSpellByName( GetSpellInfo(16511), nil )	
    			return true
    
    	
    	elseif not PQR_UnitFacing( "target", "player" ) and ( GetComboPoints( "player", "target" ) == 4 and UnitPower( "player" ) > 79 ) then
    		
    			CastSpellByName( GetSpellInfo(16511), nil )	
    			return true
    		
    	end
    	
    end
    Backstab
    Code:
    if not UnitBuffID( "player", 1784 ) and not UnitBuffID( "player", 11327 ) and not UnitBuffID( "player", 51713 ) then
    
    	if GetComboPoints( "player", "target" ) < 5  then
    
    		if UnitPower( "player" ) > 35 then
    		
    			return true
    			
    		end
    		
    	end
    	
    end
    Originally Posted by Neyia View Post
    Dryaan <Apex> clean ToT 25HM (13/13) with Subtlety too, and on the Stream this is a really challenge.
    But, I dont understand your FEAR to create a Subtlety profile.
    Those who have trouble with Sub remain in assassination and those who like the challenge they go Sub.
    The Rogue PVE:
    - Combat is broken, and honestly it's not so bad, this specialization is just trolol.
    - Assassination is overused and boring.
    - Subtlety have same (or better) DPS than Assasination, but nobody wants to try it wet.
    It might be time to not be a sheep, and this apart from other rogues, no ?
    yes dryaan used sub, he just tried it, and obviously the result were so bad if you ever look at his parses and charts, and he even stated that sub is no where near assassination spec for now.
    subtlety have not come close on dps than Assassination.
    Last edited by fddbzz; 06-16-2013 at 10:30 PM.

  6. #21
    Neyia's Avatar Active Member Ultimate Rogue PVE CoreCoins Purchaser
    Reputation
    41
    Join Date
    Nov 2012
    Posts
    335
    Thanks G/R
    1/3
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you I will try this now

    Dryaan has still claim to have had enough DPS, 450k burst and 250/280k constant : is not horrible numbers

    Edit:

    It's good for this profile, thanks !
    Last edited by Neyia; 06-16-2013 at 10:51 PM.

  7. #22
    starl1te's Avatar Member
    Reputation
    13
    Join Date
    Feb 2012
    Posts
    110
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    whatever profile he's having issues with, it's not the one I uploaded. the code is different and always was.

    I'll try one more time with Neyia, since he seems to mean well despite the weirdness. maybe it's a language issue.

    Neyia: JUST DOWNLOAD THE (FREAKING) PROFILE FROM HERE - http://www.ownedcore.com/forums/worl...ml#post2766143,

    (FREAKING) SELECT "SUBTLETY", TURN IT ON, TURN ON AUTO-CDs IF YOU WANT, GO INTO RAID, AND POINT IT AT BOSS. THAT'S IT. It works perfectly fine. I CANNOT understand how you are managing to find all these problems, and why you keep asking for some special "sub profile" when one already exists, for pve and pvp both.

    Every boss I raided as sub in ToT, I have a top 5 parse on WoL, most top 3, and a couple #1 parses. with this profile, and 530 gear, and a 25man raid doing normal modes with HM Jinrokh. you can too.

    enjoy.
    Last edited by starl1te; 06-16-2013 at 11:01 PM.

  8. #23
    Neyia's Avatar Active Member Ultimate Rogue PVE CoreCoins Purchaser
    Reputation
    41
    Join Date
    Nov 2012
    Posts
    335
    Thanks G/R
    1/3
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I look for a long time while the profile was under my nose and I saw her, I thought she tested but I can extract the bad rar, so I was playing with "Nerder RoguePack"

    Sorry, I'm a ball.

    Edit: The profile works very fine ! Thank you very much
    Last edited by Neyia; 06-16-2013 at 11:17 PM.

  9. #24
    Neyia's Avatar Active Member Ultimate Rogue PVE CoreCoins Purchaser
    Reputation
    41
    Join Date
    Nov 2012
    Posts
    335
    Thanks G/R
    1/3
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fddbzz View Post
    u sure is sub spec?
    Envy from EU@Kazzak?
    they got 3 rogues, they are all raiding with Assassination spec.
    Byo
    Acidgurl
    Dryaan
    here's evny's guild log.. : World of Logs - Real Time Raid Analysis
    I really don't see any of their rogues raid with sub in their logs at all. and sorry 250k/300k is all in assassin spec.
    Am i looking at the right envy guild?

    edit: I'm pretty sure I'm looking at the right Envy guild, they are the only Envy that down 13/13H ToT. Still don't see any sub rogue.
    Stream - 13/13 ToT 25 - <Envy> - Forums - World of Warcraft

    French Board sorry, because Dryaan is french.

    He clean 13/13HM with Sub Spec the Sunday 05/22/13 , he Stream this, but no WoL

  10. #25
    fddbzz's Avatar Master Sergeant
    Reputation
    7
    Join Date
    Jan 2013
    Posts
    96
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Neyia View Post
    Stream - 13/13 ToT 25 - <Envy> - Forums - World of Warcraft

    French Board sorry, because Dryaan is french.

    He clean 13/13HM with Sub Spec the Sunday 05/22/13 , he Stream this, but no WoL
    ya i watched it, he said he liked his WoL. because is Rank1 all the time, but he don't like how he was at the bottom of the chart in his raid.(he usually top 5 in with his raid team) I can do way more dps with assassination spec, why would i want to go sub, and I really dont want those low dps to slow down my raid team progression either.
    sub spec for fun, yes, i like it and i use it in T14 raid not progression raid on H ToT.
    Last edited by fddbzz; 06-17-2013 at 12:12 AM.

  11. #26
    Neyia's Avatar Active Member Ultimate Rogue PVE CoreCoins Purchaser
    Reputation
    41
    Join Date
    Nov 2012
    Posts
    335
    Thanks G/R
    1/3
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The impact in HM is clearly larger than normal so it is true that everyone prefers to play Assassination is a safety issue, at least we know that the DPS will be high.

    As I'm still normal (I quit WoW for a month, change ISP ..) Can I afford to spend Subtlety, especially with my stuff the difference is almost invisible, because i haven't enough of mastery for Assassination (62% unbuff) with reforge hit 7.5 > exp 7.5 > mastery ..
    Last edited by Neyia; 06-17-2013 at 03:23 AM.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [PQR REQUEST] combat and sub rogue pve profiles
    By ringostar in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 10-31-2013, 12:40 AM
  2. [PQR] Subtlety Rogue PVE
    By Neyia in forum WoW Bot Maps And Profiles
    Replies: 24
    Last Post: 09-19-2013, 05:22 AM
  3. Looking for Subtlety rogue pve profile for PQRotation. WILL PAY!
    By michaelsky in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 09-19-2011, 04:29 PM
  4. [Request] S3 rogue helm -> Cursed Vision of Sargeras
    By Exemplar in forum WoW ME Questions and Requests
    Replies: 3
    Last Post: 02-23-2008, 07:09 PM
  5. How's this for a rogue PVE/raid spec?
    By Ashrow in forum WoW UI, Macros and Talent Specs
    Replies: 7
    Last Post: 08-24-2007, 11:27 AM
All times are GMT -5. The time now is 09:09 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search