[PQR] Rubim Profiles menu

User Tag List

Page 49 of 68 FirstFirst ... 454647484950515253 ... LastLast
Results 721 to 735 of 1007
  1. #721
    ethanjeel's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can you forward me yours ? cause i checked the data files and rotations and there is nothing about spark. same with old one. checking for feather procs

    [PQR] Rubim Profiles
  2. #722
    Decaed's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ethanjeel View Post
    can you forward me yours ? cause i checked the data files and rotations and there is nothing about spark. same with old one. checking for feather procs
    Check your PM

  3. #723
    ethanjeel's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks a lot decaed I finally made it work but idk why unholy is performing less then 2h frost for me. Got 517 ilvl with 524 weapon and 10.619 haste.Weird actually.Losing about 20k dps if i go unholy seems i will stick frost till i get feather and some more gear.

  4. #724
    Decaed's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Basically it comes down to gear and the trinkets you are using. Go with what is performing the best for the gear that you have.

  5. #725
    Weird0's Avatar Contributor
    Reputation
    137
    Join Date
    Jan 2009
    Posts
    352
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im currently around 547 and it heavly depends on the boss for some uh is better for me for others 2h frost tested both specs thoroughly over the course of several ids.

  6. #726
    Ronnotter's Avatar Sergeant
    Reputation
    5
    Join Date
    Aug 2012
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @decaed

    Can u check and see if i have done it right? i added my valor trinket as VP and buffid 138202

    But it will not refresh my dots when i have USBuff and VP proced at same time.

    ___________________________________________________________
    [ MISC ] Spell List

    -- PROCS/BUFFS --
    -----------------
    Rampage = UnitBuffID("player", 138870)
    USBuff = UnitBuffID("player", 53365)
    VP = UnitBuffID("player", 138202)
    LichborneBuff = UnitBuffID("player",49039)
    VampiricBloodBuff = UnitBuffID("player",55233)

    ___________________________________________________________

    Unholy - Single Target

    -- trinket.proc,if=dot=strongest
    if TargetValidation("target",PlagueStrike)
    and USBuff
    and VP
    --and Rampage
    --and MightyBuffCount == 9
    then
    CastSpell(PlagueStrike)
    else if TargetValidation("target",Outbreak)
    and USBuff
    and VP
    --and Rampage
    --and MightyBuffCount == 9
    then
    CastSpell(Outbreak)
    end
    end
    ____________________________________________________________
    Last edited by Ronnotter; 08-14-2013 at 09:12 PM.

  7. #727
    Ballerstatus121's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has anyone (Rubim/Sandman/Decaed) started to look at the profiles for next patch?

    With the buffs DK DPS received today, it looks like DW Frost is going to pull ahead, and with 4piece t16 even more.

  8. #728
    imdasandman's Avatar Contributor
    Reputation
    206
    Join Date
    Feb 2011
    Posts
    965
    Thanks G/R
    9/4
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ballerstatus121 View Post
    Has anyone (Rubim/Sandman/Decaed) started to look at the profiles for next patch?

    With the buffs DK DPS received today, it looks like DW Frost is going to pull ahead, and with 4piece t16 even more.
    I will read into it. But I have been playing around on the ptr.

    Edit: I looked around on mmo champ and I did not see anything about dk changes for today. Can you link your source of info please.
    Sent from my GT-N7105 using Tapatalk 4 Beta
    Last edited by imdasandman; 08-14-2013 at 10:36 PM.
    My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
    https://imdasandmandeathknight.googl...com/svn/trunk/
    Originally Posted by Valma View Post
    Oh sure. (: Plz,lord,rewrite my profile without "re-inventing a wheel".I'm really interested how would you do so.I even ready to eat my pants if yours will perform better in raids than mine

  9. #729
    Decaed's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ronnotter View Post
    @decaed

    Can u check and see if i have done it right? i added my valor trinket as VP and buffid 138202

    But it will not refresh my dots when i have USBuff and VP proced at same time.

    ___________________________________________________________
    [ MISC ] Spell List

    -- PROCS/BUFFS --
    -----------------
    Rampage = UnitBuffID("player", 138870)
    USBuff = UnitBuffID("player", 53365)
    VP = UnitBuffID("player", 138202)
    LichborneBuff = UnitBuffID("player",49039)
    VampiricBloodBuff = UnitBuffID("player",55233)

    ___________________________________________________________

    Unholy - Single Target

    -- trinket.proc,if=dot=strongest
    if TargetValidation("target",PlagueStrike)
    and USBuff
    and VP
    --and Rampage
    --and MightyBuffCount == 9
    then
    CastSpell(PlagueStrike)
    else if TargetValidation("target",Outbreak)
    and USBuff
    and VP
    --and Rampage
    --and MightyBuffCount == 9
    then
    CastSpell(Outbreak)
    end
    end
    ____________________________________________________________
    That isn't the right proc id. You are looking for Surge of Strength which is 138702, so use the following.

    Code:
    [ MISC ] Spell List
    
    -- PROCS/BUFFS --
    -----------------
    Rampage = UnitBuffID("player", 138870)
    USBuff = UnitBuffID("player", 53365)
    VP = UnitBuffID("player", 138702)
    LichborneBuff = UnitBuffID("player",49039)
    VampiricBloodBuff = UnitBuffID("player",55233)
    
    ___________________________________________________________
    
    Unholy - Single Target
    
    -- trinket.proc,if=dot=strongest
    if TargetValidation("target",PlagueStrike)
    and USBuff
    and VP
    --and Rampage
    --and MightyBuffCount == 9
    then
    CastSpell(PlagueStrike)
    else if TargetValidation("target",Outbreak)
    and USBuff
    and VP
    --and Rampage
    --and MightyBuffCount == 9
    then
    CastSpell(Outbreak)
    end
    end

  10. #730
    Decaed's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ballerstatus121 View Post
    Has anyone (Rubim/Sandman/Decaed) started to look at the profiles for next patch?

    With the buffs DK DPS received today, it looks like DW Frost is going to pull ahead, and with 4piece t16 even more.
    I've been on the ptr raid testing for a week or two now and have just started working 5.4 edits. I was going to fix up alot of the old code, but I think I'm just going to focus my time on 5.4 now as soon as class balancing/changes are finished and get those edits done. Because when 5.4 hits, I'll be focusing on clearing normals and then working on heroic progression. So I won't have a lot of time to work on any profiles except for changes I make on the fly and share with you guys. So I'll get as much done as I can before 5.4.

  11. #731
    alexxjr's Avatar Sergeant
    Reputation
    5
    Join Date
    Oct 2012
    Posts
    67
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Decaed, before can you send me the edit I asked about when you have the time? Ideally with ability to enable rubies FB code thanks for your work yet again!

  12. #732
    durankan's Avatar Member
    Reputation
    4
    Join Date
    Apr 2011
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    decaed, why did you remove dnd from your single target rotation completely?

  13. #733
    hellokill11's Avatar Member
    Reputation
    9
    Join Date
    Jul 2009
    Posts
    171
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Decaed View Post
    I've been on the ptr raid testing for a week or two now and have just started working 5.4 edits. I was going to fix up alot of the old code, but I think I'm just going to focus my time on 5.4 now as soon as class balancing/changes are finished and get those edits done. Because when 5.4 hits, I'll be focusing on clearing normals and then working on heroic progression. So I won't have a lot of time to work on any profiles except for changes I make on the fly and share with you guys. So I'll get as much done as I can before 5.4.
    Thank you so much... I'd be happy as **** if you could share that. I've been worried of the upcoming patch because without the profile I underperform! Not as good as PQR :P. Thanks a lot lot lot in advance mate, hope you follow through.

  14. #734
    Decaed's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by durankan View Post
    decaed, why did you remove dnd from your single target rotation completely?
    It's a DPS loss unless you have 3 or more targets. The UR is better used for SS which hits harder when you have < 3 targets. And, like Billie pointed out, I just use an /rcast macro for DnD when there's 3 or more targets while in ST rotation otherwise I'm in AE rotation.

    Originally Posted by alexxjr View Post
    @Decaed, before can you send me the edit I asked about when you have the time? Ideally with ability to enable rubies FB code thanks for your work yet again!
    Was this for the Festerblight edit? If so, I'll do my best to get it back into the profile for you. Although honestly with RC's significantly increased trinket uptime, it makes festerblight less of a gain over the normal unholy priority which is why I don't use it.

    Originally Posted by hellokill11 View Post
    Thank you so much... I'd be happy as **** if you could share that. I've been worried of the upcoming patch because without the profile I underperform! Not as good as PQR :P. Thanks a lot lot lot in advance mate, hope you follow through.
    Of course I'll share it when it's done!
    Last edited by Decaed; 08-15-2013 at 03:20 AM.

  15. #735
    Weird0's Avatar Contributor
    Reputation
    137
    Join Date
    Jan 2009
    Posts
    352
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ballerstatus121 View Post
    Has anyone (Rubim/Sandman/Decaed) started to look at the profiles for next patch?

    With the buffs DK DPS received today, it looks like DW Frost is going to pull ahead, and with 4piece t16 even more.


    just so you know the 4p bonus is a bigger dps boost for unholy than it is for frost and with the 15 second duration now the 2p bonus gives frost a dps boost of 2,15% and unholy 1,65% so even there the gap is not that big anymore. and for the rest of the frost buffs.... unholy might is being buffed up to 25% and str > all that small stuff frost gets. the only thing that could happen is that masterfrost will be viable again but i highly doubt it.

    Originally Posted by imdasandman View Post
    I will read into it. But I have been playing around on the ptr.

    Edit: I looked around on mmo champ and I did not see anything about dk changes for today. Can you link your source of info please.
    Sent from my GT-N7105 using Tapatalk 4 Beta

    i think he means the new ptr patchnotes and his choice of words was only unfortunate.
    Last edited by Weird0; 08-15-2013 at 03:43 AM.

Page 49 of 68 FirstFirst ... 454647484950515253 ... LastLast

Similar Threads

  1. [PQR] MOP profiles
    By Sheepmoon in forum WoW Bot Maps And Profiles
    Replies: 350
    Last Post: 01-13-2014, 05:59 AM
  2. [PQR] - GRB profiles
    By GRB in forum WoW Bot Maps And Profiles
    Replies: 8
    Last Post: 05-23-2013, 01:43 AM
  3. [PQR] Mage Profiles
    By discobob in forum WoW Bot Maps And Profiles
    Replies: 11
    Last Post: 04-07-2013, 04:46 PM
  4. Warlock (PQR) pvp profile please?
    By leonel916 in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 12-04-2012, 08:41 AM
  5. PQR Old profiles
    By Fumi in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 05-08-2012, 02:35 PM
All times are GMT -5. The time now is 12:05 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