Last edited by ikool; 11-24-2013 at 11:09 AM.
So funny
https://www.youtube.com/watch?v=HDEjNFuoREA
ikool, can you please make a 2h frost profile.im pretty sure that im not the only one looking for an up to date/awesome profile like you made for the dw
thanks
dookie
Yeah, I updated it myself, though to be honest, it didn't need much work done other than updating the action priority list (and while I was at it, I moved away from the ONE long list of actions to a single action per ability).
I did fix the BT issues though. Took the same route you did for depleted runes detection.
In any case, I just implemented the spell queueing system to your profile (mainly so I don't have to fight over GCDs for battle rez, and to have more control over defensive cooldowns), and I stuck to that. Whatever it is, it's better!
I'm looking forward to exporting your engine into my mage profile to see what it can do![]()
My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/
Last edited by ikool; 11-26-2013 at 01:43 AM.
So funny
https://www.youtube.com/watch?v=HDEjNFuoREA
Wey, I'm having a problem using your DK DW profile. When I run the profile I don't know which options are on or off (ex. Cooldowns, DnD, or Howling Blast). And when I toggle those options I'm not getting a message from PQR showing any change to the rotation. Do you have any idea what could be causing that?
Last edited by aeonz; 11-29-2013 at 08:23 PM.
death pact works for me on ikools dw edit maybe you could take a look at the code and compare them . mine didnt wanna use death strike so i took some code from imdasandmans old profile and added it under the selfheal in the rotation
local HP = UnitHealth("player") / UnitHealthMax("player") * 100
local DS = UnitBuffID("player", 96281)
if DS ~= nil and HP < 75 then
return true
end
as a example make your own ability name and use spell id 49998 also you can clone this code and just change the number 'HP < 75 then' so like what i have is 75 30 21 qite easy to do![]()
Well, since i returned back to the game from break that i took im glad to see that DK got some love, being that at that time Way's profiles were only working option since Rubim's were far outdated.
I have been testing both profiles extensively, actually its three profiles, two iKool's and one Ways and here are the results:
iKool v1.0.9 - 100mil test:
Time for 100mil - 13.02mins with average DPS ~126k
Ways latest profiles - 100mil test:
Time for 100mil - 13.17mins with average DPS ~124k
iKool v1.1.0 - 100mil test:
Not completed as profile underperformed with average DPS ~100k
With all that being said, i see that iKools latest profile fails hard, i see far to large pauses between spell casts, rotation does look ok. I scrolled few pages back and i noticed that few ppl complained on this issue too and they confirmed, as i did, that older iKools profile perform better.
Now, between iKool's v1.0.9 profile and Ways latest.. I see that Ways hitting top DPS much faster than iKools, where ways was around 15s, iKools took about 30ish seconds, BUT iKools had higher sustained DPS and the numbers keeps slowly going up, where on ways there were few strange DPS losses (about 3-4k) which was quickly filled in as CDs popped.
Its down to preference i guess.. but i have one question for both of you guys.
Since i dont have much time to go trough the code, im a bit lazy AND im piled up with RL stuff atm, can you two, Way and iKool tell me did you implemented any of the fixes that i posted earlier, mainly in this post ([PQR] DK PvE Profiles) as i would like to keep "most complete" profile?
Ty in advance for your answer![]()
Last edited by Enuma; 12-01-2013 at 02:09 AM.
Hey Enuma, Did you remember to get the new data file that Ikool posted with his 1.10 edit? that sorted out all of my problems with the new edit and did more dps than his 1.0.9 edit
Could you add Blood Boil to both rotations single and aoe peez!![]()
I downloaded it this morning from this post Here ([PQR] DK PvE Profiles) so i presume that thats it. ^_^