[PQR] DK PvE Profiles menu

User Tag List

Page 5 of 14 FirstFirst 123456789 ... LastLast
Results 61 to 75 of 206
  1. #61
    dookieface's Avatar Member
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i really hope that he log back in and update this wicked profile

    [PQR] DK PvE Profiles
  2. #62
    suetekh's Avatar Active Member
    Reputation
    48
    Join Date
    May 2008
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    dookieface your inbox here is full and you can't receive pms. clear it. i cannot answer you about hb key cuz of that.

  3. #63
    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)

    Some survivability edits.

    This profile is simply outstanding atm and perform superb to other frost profiles. I heard that Rubim is working on new versions of his profiles, but till then, this is the one to go.
    I noticed that survivability on this profile is really low, it has no support for Dark Succor procs and its only using Ghoul + Death pact combo if cooldowns are enabled.

    I messed a bit with profile and added few survivability options, as i tried to PM Way without success ill post them here so, if you like, you can implement them by your self.
    ===========
    1. Dark Succor
    ===========
    -- Add to Wey .lua file under "Buffs":
    Code:
    PQ_DarkSuccor = 101568
    -- Add code to "Selfheal" Ability:
    Code:
    if PlayerHP <= 90 and UnitBuffID("player", PQ_DarkSuccor) then
    		if TargetValidationMelee("target", PQ_DeathStrike) then
    		CastSpellByName(GetSpellInfo(PQ_DeathStrike), "target")
    		return true
    		end
    	end
    This will, if player has buff Dark Succor and his hp is <=90% use Death Strike. I recommend this number to be 97-100 since Death Strikes under Dark Succor buff are free, thus if they will not heal you because you are at max HP, you will have at least free damaging attack.


    ===========
    2. Death Siphon
    ===========
    -- Add to Wey .lua file under "Spells":
    Code:
    PQ_DeathSiphon = 108196
    -- Create new Ability "Death Siphon" with code:

    Code:
    local PQ_DeathSiphon = PQ_DeathSiphon
    
    if PlayerHP <=50
    and UnitExists("target")
    and IsSpellKnown(PQ_DeathSiphon)
    and IsSpellInRange(GetSpellInfo(PQ_DeathSiphon), "target") == 1 then
    	CastSpellByName(GetSpellInfo(PQ_DeathSiphon), "target")
    	return true
    end
    Go to rotation and you will find new spell there, implement it into rotation, below selfheal ability.

    Implements support for Death Siphon talent for those who use it.


    ===========
    3. Rise Dead (Death Pact)
    ===========

    -- Create new Ability "Raise Dead (Death Pact)" with code:

    Code:
    local PQ_DeathPact = PQ_DeathPact
    local PQ_RaiseDead = PQ_RaiseDead
    
    if PlayerHP <= 30 and PQR_SpellAvailable(PQ_DeathPact) then
    	local _,ghoul = GetTotemInfo(1)
    
    	if ghoul ~= nil
    	and ghoul ~= "" then
    		CastSpellByName(GetSpellInfo(PQ_DeathPact), "player")
    		return true
    	end
    	
    if PlayerHP <= 30 and IsSpellKnown(PQ_DeathPact) then
    		CastSpellByName(GetSpellInfo(PQ_RaiseDead), "player")
    		return true
    	end
    end
    Go to rotation and you will find new spell there, implement it into rotation, below selfheal ability.

    This will add support for using Ghoul + Death pact when player hp is <=30% even with all CDs off. I implemented this because, by default, if you have CDs off and you are close to death you will need to manually cast Rise Dead so that rotation could use Death Pact on risen Ghoul. This code just does that by it self, even when CDs are off, so no need to worry about dying.

    This code supports both DW and 2H profiles, i did extended tests on them and they DO NOT impact functionality of Ways default rotation, nor they impact overall DPS, they just add more survivability. All numbers on how much HP% those skills are used are changeable how user like.
    Last edited by Enuma; 07-08-2013 at 01:24 AM.

  4. #64
    azxd's Avatar Member
    Reputation
    8
    Join Date
    Jan 2013
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you so much Enuma for sharing, this profile has been the best for dw dps.
    Will be testing as soon as i can.

  5. #65
    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)
    Removed, bigger DPS loss than i expected.
    Last edited by Enuma; 07-11-2013 at 03:56 AM. Reason: Removed code.

  6. #66
    Starkey2009's Avatar Member
    Reputation
    9
    Join Date
    Jun 2009
    Posts
    217
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a dk profile from 55-90 ive tried a few and most just unload themselves because im not lvl 90 ive taken spells out of rotation and they dont work even when i do that :/

  7. #67
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'd use a honorbuddy-routine with lazyraider for that

  8. #68
    11452939's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If it is possible to change the horn of winter that he worked on CD only during combat? In not fight upon completion time BAFA

  9. #69
    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 Starkey2009 View Post
    Is there a dk profile from 55-90 ive tried a few and most just unload themselves because im not lvl 90 ive taken spells out of rotation and they dont work even when i do that :/
    Try Team Nova profiles, im not sure are they updated.

    If not, then do as Ninjaderp said.
    Originally Posted by Ninjaderp View Post
    I'd use a honorbuddy-routine with lazyraider for that

    Try entering rotation editor and turn on "Requires combat to execute rotation."

  10. #70
    smithryan6's Avatar Private
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you for your awesome profiles.

  11. #71
    Starkey2009's Avatar Member
    Reputation
    9
    Join Date
    Jun 2009
    Posts
    217
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Enuma View Post
    Try Team Nova profiles, im not sure are they updated.

    If not, then do as Ninjaderp said.



    Try entering rotation editor and turn on "Requires combat to execute rotation."
    yeah tried requires combat to execute and still no go i tried rubim's and nova's rubmins just says requires lvl 90 then unloads and the nova doesnt do anything at all ill just play the old fashioned way i guess :/

  12. #72
    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 Starkey2009 View Post
    yeah tried requires combat to execute and still no go i tried rubim's and nova's rubmins just says requires lvl 90 then unloads and the nova doesnt do anything at all ill just play the old fashioned way i guess :/
    Why would you do that? Find cracked honorbuddy and good questing pack (i recommend Kick's profile pack) and do the leveling. Honorbuddy's built in combat routine works on every level and kicks questing profiles are awesome, with right honorbuddy plugins (which are free) you can go pretty much AFK almost 90% of 1-90 leveling process.

  13. #73
    js1974's Avatar Member
    Reputation
    27
    Join Date
    Jan 2008
    Posts
    199
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Starkey2009 View Post
    yeah tried requires combat to execute and still no go i tried rubim's and nova's rubmins just says requires lvl 90 then unloads and the nova doesnt do anything at all ill just play the old fashioned way i guess :/
    In most of the profiles all you need to do is go into the editor and add -- in front of the lines checking for level like this.

    --elseif UnitLevel("player") ~= 90
    --then
    -- print("Error: Wrong Level - Expecting LvL 90")
    -- PQR_StopRotation()
    No promises the rotation won't error out but I think most people put the level 90 check in because they don't want to troubleshoot issues that arise based on level.

  14. #74
    yochen's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anybody got a tip for a kick-ass dps-routine for blood dk's. cause hb's purerotation and tuanHA (special) feel a bit laggy these days, even with tyrael's framelock off.
    any tipps are highly welcum!

    rasta

  15. #75
    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 yochen View Post
    anybody got a tip for a kick-ass dps-routine for blood dk's. cause hb's purerotation and tuanHA (special) feel a bit laggy these days, even with tyrael's framelock off.
    any tipps are highly welcum!

    rasta

    look for a thread with "Community Rotations" in its title

Page 5 of 14 FirstFirst 123456789 ... LastLast

Similar Threads

  1. [Selling] [PQR] Replikator Ultimate Profiles (PvP and PvE)
    By replikatoren in forum World of Warcraft Buy Sell Trade
    Replies: 236
    Last Post: 12-23-2016, 07:06 AM
  2. PQR SV HUNTER PVE Profil
    By Stardust1977 in forum WoW Bot Maps And Profiles
    Replies: 7
    Last Post: 04-12-2013, 06:30 PM
  3. [PQR] MoP set-up, help! Feral Druid PVE profiles?
    By zexa1 in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 01-20-2013, 08:21 PM
  4. PQR Willing to Donate for a Good & Current Holy Priest PVE Profile
    By lostwalker in forum WoW Bot Maps And Profiles
    Replies: 9
    Last Post: 01-03-2013, 08:21 PM
  5. [PQR] Any good feral druid pve profiles?
    By BassGhost in forum WoW Bot Maps And Profiles
    Replies: 3
    Last Post: 11-16-2012, 11:23 AM
All times are GMT -5. The time now is 06:59 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