[PQR] Blinded's Assassination Rogue (Updated for 5.4) menu

User Tag List

Page 8 of 25 FirstFirst ... 456789101112 ... LastLast
Results 106 to 120 of 368
  1. #106
    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 starl1te View Post
    the prepot and trinkets last at least 20 sec, and of course the current trinkets sometimes don't proc for a while. gloves start with the first CD. maybe within those parameters the opener can be tweaked to start vendetta with max energy and still fit all of SB into the agi procs. honestly the easiest way would be to just fire off everything right after SnD, the energy is very high at that point anyways. depending on relentless strikes luck pooling energy can take quite a while. the other obvious option is to vanish, and maybe even prep-vanish all during the opener. instead of keeping vanish for whatever it's being used for now (which i never understood).
    The purpose of holding Vanish is to use it when Envenom has fallen and you need combo points in order to refresh it, in other words to try and increase Envenom uptime. I do wonder though, given how small a dps gain that is, if it would be better just to use them both in the opener to increase burst like you say. That is what cute's profile does, whether intentional or not, it does seem to help ensure you go into Vendetta/Blades with full energy. The downside to that is if you do get a Relentless Strikes proc plus maybe a Blindside proc your Vanish is more or less completely wasted.

    Using Cooldowns straight after the SnD goes against all theory-crafting I've seen, and the Vendetta global delays your Rupture application.

    Tomorrow I'll try a build with the energy pooling on the opener, as long as it's not pooling for more than 2-3 seconds I suspect that would make the opening burst more consistent.

    I might also try some logic which Vanishes for the second Mutilate if we didn't get a Relentless Strikes or Blindside proc, could get a bit complicated though.

    [PQR] Blinded's Assassination Rogue (Updated for 5.4)
  2. #107
    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)
    right, the CDs before SnD suggestion is just the simplest way to start with almost full (and sometimes full) energy, no coding required. Since doing another Mut +Rup pretty much guarantees requiring several seconds of pooling and that's probably a bad idea. there are certainly cons to delaying rupture and using a gcd to place it later, not sure how much of a dps loss that is. I'd say the one really obvious use of vanish in assassination is the 14 energy mutilate we get, so the one obvious benefit to actual dps would be to basically place one or even two/three extra mutilates during the one time in the fight when we have enough buffs and procs to burst like 300K, instead of keeping it to "smooth out the rotation" at some random time later. how to code that exactly taking into account relentless and blindside is the issue of course beyond my skills.

  3. #108
    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 starl1te View Post
    right, the CDs before SnD suggestion is just the simplest way to start with almost full (and sometimes full) energy, no coding required. Since doing another Mut +Rup pretty much guarantees requiring several seconds of pooling and that's probably a bad idea. there are certainly cons to delaying rupture and using a gcd to place it later, not sure how much of a dps loss that is. I'd say the one really obvious use of vanish in assassination is the 14 energy mutilate we get, so the one obvious benefit to actual dps would be to basically place one or even two/three extra mutilates during the one time in the fight when we have enough buffs and procs to burst like 300K, instead of keeping it to "smooth out the rotation" at some random time later. how to code that exactly taking into account relentless and blindside is the issue of course beyond my skills.
    Making some progress with that. The opener is basically Mutilate > SnD > Vanish if below certain energy > Mutilate > Rupture > Pool to highish energy > Blow CDs

    One difficulty I've found is making sure Vanish is used for Mutilate and only Mutilate, because of the way PQR works Shadow Focus has a habit of being consumed either too quickly or by another ability, or too slow and lost to autoattacks etc. The other trick is handling the potential Dispatch procs during the opener. I'm trying to get it so that if you get a Dispatch proc from the first Mutilate it won't use a 1pt Rupture but instead use Dispatch + another Mutilate to get a higher point Rupture, kind of obvious as to why you'd want that but a bit painful to implement.

  4. #109
    sed-'s Avatar ★ Elder ★
    Reputation
    1114
    Join Date
    Mar 2010
    Posts
    1,563
    Thanks G/R
    52/151
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so i grabbed your latest dl and when i push aoe key it pops feint also,

  5. #110
    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 sed- View Post
    so i grabbed your latest dl and when i push aoe key it pops feint also,
    Ya my bad, I changed a bind and forgot to change it back. Just edit the bind yourself for now, it will be fixed in the next release.

  6. #111
    sed-'s Avatar ★ Elder ★
    Reputation
    1114
    Join Date
    Mar 2010
    Posts
    1,563
    Thanks G/R
    52/151
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vitalic View Post
    Ya my bad, I changed a bind and forgot to change it back. Just edit the bind yourself for now, it will be fixed in the next release.
    i tryed looking it up and i dont see any binds for it,

    Code:
    local FeintUP = Buff_Check( 1966, "player" )
    
    if nv_feint and not FeintUP then
    
    return true
    
    end

  7. #112
    azertyrogue's Avatar Private
    Reputation
    2
    Join Date
    May 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sed- View Post
    i tryed looking it up and i dont see any binds for it,

    Code:
    local FeintUP = Buff_Check( 1966, "player" )
    
    if nv_feint and not FeintUP then
    
    return true
    
    end
    It's in the Init ability. Edit this:
    Code:
    	local nv_binds = {
    		pause     = "LeftShift",
    		cooldowns = "RightShift",
    		feint 	  = "RightAlt",
    		aoe 	  = "RightControl",
    		fok 	  = "LeftAlt",
    	}
    to:
    Code:
    	local nv_binds = {
    		pause     = "LeftShift",
    		cooldowns = "RightShift",
    		feint 	  = "LeftControl",
    		aoe 	  = "RightControl",
    		fok 	  = "LeftAlt",
    	}
    Or whatever keybind you want to use.

  8. #113
    sed-'s Avatar ★ Elder ★
    Reputation
    1114
    Join Date
    Mar 2010
    Posts
    1,563
    Thanks G/R
    52/151
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ah didnt no they were in the int ty^^

  9. #114
    houstonguy's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    6
    Join Date
    Apr 2007
    Posts
    68
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im using cuteone and testing yours.. With cute i do 90K dps with yours i only do 40k dps with cooldown used..

  10. #115
    azertyrogue's Avatar Private
    Reputation
    2
    Join Date
    May 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by houstonguy View Post
    im using cuteone and testing yours.. With cute i do 90K dps with yours i only do 40k dps with cooldown used..
    What's your iLvl and how long are you testing each profile for? Also, I'm assuming you're doing this on a target dummy with no buffs?

  11. #116
    houstonguy's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    6
    Join Date
    Apr 2007
    Posts
    68
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no buff my ilvl is 500 and im running 2 cooldowns so around 5 mins i think im doing something wrong -.-

  12. #117
    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)
    That is weird

    Are you sure it's not in aoe mode or using feint perhaps. If you want to show me on TeamViewer I'll take a look for you, sounds like something is very wrong

  13. #118
    sed-'s Avatar ★ Elder ★
    Reputation
    1114
    Join Date
    Mar 2010
    Posts
    1,563
    Thanks G/R
    52/151
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    very amazing profile! i def added it to the list on my zygor updater ;p,

  14. #119
    ImmortalTech's Avatar Member
    Reputation
    5
    Join Date
    Dec 2009
    Posts
    89
    Thanks G/R
    1/4
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't really know code too well, so I was wondering if there was a way to add Blood Fury to the cooldowns used when the button is pressed.

  15. #120
    Enuma's Avatar Member
    Reputation
    9
    Join Date
    Sep 2008
    Posts
    137
    Thanks G/R
    4/5
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by houstonguy View Post
    no buff my ilvl is 500 and im running 2 cooldowns so around 5 mins i think im doing something wrong -.-
    Check do you have latest version of PQR and rotation and are you having Vitalic's or Starlight's Data file. Be sure that you are using Assassination [Vitalic] as rotation in pqr, that you have AoE mode and Feint off.

    Im saying this cause there is most definitely something wrong there. Im having i480, non-gemmed, non-reforged and non-enchanted, im below hit and exp cap and im doing without issues around 58-62k (depends on my luck with hits landed ) on raid dummy selfbuffed just from banquet.

    Even Cute says that hes getting better results from Vitalic's profile then from his own.
    http://www.ownedcore.com/forums/worl...ml#post2775788

Page 8 of 25 FirstFirst ... 456789101112 ... LastLast

Similar Threads

  1. PQR 3.3.5 Rogue Profile for PVE?
    By jordii63 in forum WoW Bot Maps And Profiles
    Replies: 3
    Last Post: 03-17-2015, 06:17 AM
  2. Replies: 390
    Last Post: 01-24-2014, 01:48 AM
  3. [Buying] Buying Heroic raid quality assassination rogue profile [PQR]
    By Sphinctinator in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 05-30-2013, 12:20 AM
  4. [PQR] Profile updates for 5.2?
    By Monkeyfist in forum WoW Bots Questions & Requests
    Replies: 5
    Last Post: 03-06-2013, 03:55 PM
  5. [PQR] Combat / Assassination Rogue profiles request
    By dusia128 in forum WoW Bot Maps And Profiles
    Replies: 3
    Last Post: 01-28-2013, 05:46 PM
All times are GMT -5. The time now is 10:54 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