Frost and Unholy DK PVP Mashups!! menu

Shout-Out

User Tag List

Page 3 of 6 FirstFirst 123456 LastLast
Results 31 to 45 of 82
  1. #31
    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)
    My guild wants me to do Pvp so I will be using these. Can't wait.

    Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
    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

    Frost and Unholy DK PVP Mashups!!
  2. #32
    19benni81's Avatar Member
    Reputation
    2
    Join Date
    Mar 2012
    Posts
    141
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is the project still being updated or improved......specifically for 5.2 (and Unholy) ?

    cheers

  3. #33
    Shuckless's Avatar Private
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 19benni81 View Post
    is the project still being updated or improved......specifically for 5.2 (and Unholy) ?

    cheers
    I would like to know too. I've been trying to code it myself for all the changes that have come into play. Not working so well but trial and error.

    Icy Touch is only needed for dispel now, Plague Strike applies both diseases.
    Conversion is EXTREMELY OP. Easy way to implement is put under a % in, and just change Death Coil while it's up to require 50+ RP to cast so your RP stays pretty full.
    Summon Gargoyle has no cooldown, and Unholy Frenzy was brought off the GCD.
    Roiling Blood is extremely superior for disease spreading, maybe add it in for if you're fighting 2+ people and only to re-up them on off-targets.
    HoW seems to be... slow? or not really even being used at certain times that would be optimal for RP pooling.
    Last edited by Shuckless; 03-14-2013 at 06:09 AM.

  4. #34
    fzU's Avatar Member
    Reputation
    3
    Join Date
    May 2012
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    someone working on an update?

  5. #35
    godlike86's Avatar Corporal
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ive been having trouble with implementing a way so that it will only cast scourge strike on the unholy runes when they come up and letting necros catch the rest of the deathrunes if anyone has a quick fix for this or a snippit of code that could help me out id appreciate it.

  6. #36
    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)
    I am working on implementating conversion to the frost profile. If I like how it works I will try to port it over to the unholy profile.

    Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
    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

  7. #37
    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 godlike86 View Post
    ive been having trouble with implementing a way so that it will only cast scourge strike on the unholy runes when they come up and letting necros catch the rest of the deathrunes if anyone has a quick fix for this or a snippit of code that could help me out id appreciate it.
    Make a condition that tracks necro's debuff timer is less than 3 seconds have it return true which will allow necro debuff to be reapplied. This will cause necro to not fore off if the debuff is greater than 3 seconds and should allow ss to fire off. A good example on how to use a timer like this is the plague strike applying BP when debuff is not present or less than 3 seconds remaking on current target.

    Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
    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

  8. #38
    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)
    Quick update. I cannot get conversion to fire off some I am going to ask for some help and get it working for yall

    Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
    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. #39
    xLegendx's Avatar Member
    Reputation
    14
    Join Date
    Sep 2011
    Posts
    827
    Thanks G/R
    3/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by imdasandman View Post
    Quick update. I cannot get conversion to fire off some I am going to ask for some help and get it working for yall

    Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
    You're taking over the profile?

  10. #40
    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 xLegendx View Post
    You're taking over the profile?
    Na.. just trying to do some comfort edits IMO. Btw in the unholy profile take icy touch out of the rotation.

    As far as conversion goes, with some help I am able to get it to fire off but the profile won't move past it even if I have a buff check in place to return false.

    Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
    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

  11. #41
    reapagedk's Avatar Member
    Reputation
    9
    Join Date
    Sep 2009
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sandman are you keeping your tweaks to this profile private or posting them somewhere?

  12. #42
    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)
    If I get them working I will post the profiles via my svn.

    Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
    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

  13. #43
    reapagedk's Avatar Member
    Reputation
    9
    Join Date
    Sep 2009
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you sir

  14. #44
    Chris592's Avatar Private
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    1 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tried the link to dl via pqr saying error m8
    Last edited by Chris592; 03-25-2013 at 08:21 PM.

  15. #45
    Shuckless's Avatar Private
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Chris592 View Post
    Tried the link to dl via pqr saying error m8
    That's not a PQR Link. That is a SVN link for you to use a 3rd party program(Let me google that for you) to access. You can update it daily and if the owner of the svn makes any changes to any of the files in the svn, when you update you will receive these.

    Thanks sandman. Still mess with HB at all by chance?

Page 3 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. PQR - D1sc1pl1n3's and Kink's PvP Frost DK
    By Discipline in forum WoW Bot Maps And Profiles
    Replies: 186
    Last Post: 07-03-2020, 03:14 AM
  2. Unholy DK PvP mashup edited by replikatoren
    By replikatoren in forum WoW Bot Maps And Profiles
    Replies: 7
    Last Post: 11-04-2013, 05:01 AM
  3. Frost and Unholy Dps DK builds 3.1
    By WrathofGod in forum WoW UI, Macros and Talent Specs
    Replies: 0
    Last Post: 04-21-2009, 06:31 PM
  4. WTT 4/5 venge lock, and 2 other PvP chars for good geared PvE char. Healers prefered
    By d1shes in forum Members Only Accounts And CD Keys Buy Sell
    Replies: 1
    Last Post: 04-09-2008, 12:50 PM
  5. Horde and alliance same PVP server
    By barkly in forum World of Warcraft Exploits
    Replies: 32
    Last Post: 12-13-2007, 07:40 AM
All times are GMT -5. The time now is 01:27 PM. 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